################################################################################
# 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
################################################################################

################################################################################
# Execute Commands File
################################################################################
#-f

################################################################################
# Guide NCD File
################################################################################
#-gf

################################################################################
# Guide Mode {exact|leverage|incremental}
################################################################################
#-gm exact

################################################################################
# Re-Entrant Routing
################################################################################
#-k

################################################################################
# Number of PAR Iterations
################################################################################
#-n 1

################################################################################
# Overall Effort Level {std|med|high}
################################################################################
-ol .ReplaceOverallEffortLevel

################################################################################
# No Placement
################################################################################
#-p

################################################################################
# Turn off PAD Reports
################################################################################
#-pad

################################################################################
# Placer Effort Level {1,2,3,4,5}
################################################################################
#-pl

################################################################################
# No Routing
################################################################################
#-r

################################################################################
# Number of Results To Save
################################################################################
#-s

################################################################################
# Starting Placer Cost Table
################################################################################
#-t

################################################################################
# Use Bonded IOs
################################################################################
.ReplaceUseBondedIOs -ub

################################################################################
# Overwrite Existing Files
################################################################################
-w

################################################################################
# Ignore Timing Constraints
################################################################################
#.ReplaceIgnoreTimingConstraints -x

################################################################################
# Extra Effort Level
################################################################################
#-xe .ReplaceExtraEffortLevel

################################################################################
# Input file
################################################################################
.ReplaceInputFile

################################################################################
# Output file
################################################################################
.ReplaceOutputFile

################################################################################
# Constraints file
################################################################################
.ReplaceConstraintParameters

