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

################################################################################
# Byte wide mode (no bit mirroring)
################################################################################
# -b

################################################################################
# PROM format
################################################################################
-p .ReplacePromFormat

################################################################################
# -s <size>    Prom size in K bytes (must be power of 2)
################################################################################
# -s 

################################################################################
# -t <size>    Split the into multiple prom-files with user specified size. The
#   resulting files are named as <file>00.<ext>, <file>01.<ext>, <file>02.<ext>, 
#   ..., etc. Cannot be used with switch -s, -n, or -d.
################################################################################
# -t <size> 

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

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

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

