################################################################################
# Default Script for Xilinx ISE PromGen 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
################################################################################

################################################################################
# Overwrite existing output file(s)
################################################################################
-w

################################################################################
# PROM format
################################################################################
-p mcs

################################################################################
# Calculate checksum
################################################################################
-c FF

################################################################################
# Output PROM file name
################################################################################
-o .ReplaceOutputFile

################################################################################
# Start address to load bit file from
################################################################################
-u 0

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

################################################################################
# Target PROM
################################################################################
-x .ReplaceTargetPROM

