diff options
Diffstat (limited to 'eim/build/xilinx.mk')
-rw-r--r-- | eim/build/xilinx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eim/build/xilinx.mk b/eim/build/xilinx.mk index f35cc98..8065e45 100644 --- a/eim/build/xilinx.mk +++ b/eim/build/xilinx.mk @@ -31,7 +31,7 @@ # TODO: .xco files are device dependant, should use a template based system coregen_work_dir ?= ./coregen-tmp -map_opts ?= -timing -ol high -detail -pr b -register_duplication -w +map_opts ?= -timing -ol high -detail -pr b -register_duplication -w -xe n par_opts ?= -ol high isedir ?= /opt/Xilinx/13.3/ISE_DS xil_env ?= . $(isedir)/settings32.sh |