diff options
author | Paul Selkirk <paul@psgd.org> | 2015-05-28 09:52:14 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-05-28 09:52:14 -0400 |
commit | e2eb1f2997b7639a0bd2cde6c78d84122178cac2 (patch) | |
tree | ebecba81edc2b6d1151bd74537b99490aa8285c5 /eim/build | |
parent | da10db7e89b9266972a8954a5ac88fbd25978b7f (diff) |
add extra effort to map phase of command-line build
Diffstat (limited to 'eim/build')
-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 |