################################################################################
# Default Script for Xilinx ISE CPLD Create SVF Flow
# You can comment any line using a # character to disable the option
# The .Replace* strings denote stings that will be replaced by the system
# to disable this feature just delete the string and replace it with the
# desired hardcoded value
# The .Uncomment* strings denote a boolean value, if this value is false the
# line is commented, otherwise it is uncommented
################################################################################


################################################################################
# Impact Preferences
 setPreference -pref UserLevel:NOVICE 
 setPreference -pref MessageLevel:DETAILED
 setPreference -pref ConcurrentMode:FALSE
 setPreference -pref UseHighz:FALSE
 setPreference -pref ConfigOnFailure:STOP
 setPreference -pref StartupCLock:AUTO_CORRECTION
 setPreference -pref AutoSignature:FALSE
 setPreference -pref KeepSVF:FALSE
 setPreference -pref svfUseTime:FALSE
 setPreference -pref UserLevel:NOVICE
 setPreference -pref MessageLevel:DETAILED
 setPreference -pref ConcurrentMode:FALSE
 setPreference -pref UseHighz:FALSE
 setPreference -pref StartupCLock:AUTO_CORRECTION
 setPreference -pref AutoSignature:FALSE
 setPreference -pref KeepSVF:FALSE
 setPreference -pref svfUseTime:FALSE       
################################################################################

################################################################################
setMode -bsfile
setCable -port svf -file .ReplaceOutputFile
addDevice -position 1 -file .ReplaceInputFile
program -p 1 -e
quit