################################################################################
# Default Script for Xilinx ISE CPLD Fit 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
################################################################################
-p .ReplaceCPLDDeviceName
################################################################################

################################################################################
-optimize .ReplaceOptimizeMode
################################################################################

################################################################################
# Optimization options for XC9500
# Balanced options
-inputs 36
-pterms 25
# Speed Options
#-inputs 32
#-pterms 50
# Density Options
#-inputs 32
#-pterms 90
################################################################################

################################################################################
-loc on
################################################################################

################################################################################
-init low
################################################################################

################################################################################
-slew .ReplaceSlew
################################################################################

################################################################################
-unused .ReplaceUnused
################################################################################

################################################################################
-power .ReplacePower
################################################################################

################################################################################
.ReplaceKeepIO -keepio
################################################################################

################################################################################
.ReplaceInputFile
