################################################################################
# Default Script for Xilinx ISE MAP 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
################################################################################
-w
-b

################################################################################
#Generate logic map file *.ll
#-l
################################################################################

-d
-bd .ReplaceElfFilename

#-intstyle silent

################################################################################
#Invalid for Virtex-II Pro
################################################################################
#-g Gclkdel0:11111
#-g Gclkdel1:11111
#-g Gclkdel2:11111
#-g Gclkdel3:11111


################################################################################
#Invalid for Spartan-3
################################################################################
#-g ConfigRate:4

################################################################################
#Invalid for Spartan-3A
################################################################################
#-g M0Pin:PullUp
#-g M1Pin:PullUp
#-g M2Pin:PullUp

-g CclkPin:PullUp
-g ProgPin:PullUp
-g DonePin:PullUp
-g TckPin:PullUp
-g TdiPin:PullUp
-g TdoPin:PullNone
-g TmsPin:PullUp
-g UnusedPin:PullDown
-g UserID:.ReplaceUserID
-g StartUpClk:.ReplaceStartupClock
-g DONE_cycle:4
-g GTS_cycle:5

################################################################################
#Invalid for Virtex-II Pro
################################################################################
#-g GSR_cycle:6

-g GWE_cycle:6
-g LCK_cycle:NoWait
-g Security:None
-g DonePipe:No
-g DriveDone:No
.ReplaceInputFile
.ReplaceOutputFile

