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

################################################################################
# Include BRAM Initialization File
################################################################################
-bm .ReplaceBRAMFilename

################################################################################
# Add Pads to Top-Level Port Signals
################################################################################
.ReplaceAddPads -a

################################################################################
# Allow Unmatched LOCs
################################################################################
.ReplaceUnmatchedLocs -aul

################################################################################
# Include BRAM Initialization File
################################################################################
#-bm .ReplaceBRAMFilename

################################################################################
# Destination directory
################################################################################
-dd .ReplaceTemporaryDirectory

################################################################################
# Execute commands file
################################################################################
#-f

################################################################################
# Ignore UCF file
################################################################################
.ReplaceIgnoreUCFFile -i

################################################################################
# Apply the KEEP_HIERARCHY constraint
################################################################################
#-insert_keep_hierarchy

################################################################################
# Controls messages on the output
################################################################################
#-intstyle silent

################################################################################
# Always overwrite NGO files
################################################################################
-nt on

################################################################################
# Part Number
################################################################################
-p .ReplaceDeviceName

################################################################################
# Ignore LOC contraints
################################################################################
#.ReplaceIgnoreLOCConstraints -r

################################################################################
# Allow unexpanded blocks
################################################################################
#-u

################################################################################
# User contraints file
################################################################################
.ReplaceConstraintParameters

################################################################################
# Read User Rules File
################################################################################
#-ur

################################################################################
# Report All Messages
################################################################################
#-verbose

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

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