diff options
author | Joachim StroĢmbergson <joachim@secworks.se> | 2015-06-03 09:58:34 +0200 |
---|---|---|
committer | Joachim StroĢmbergson <joachim@secworks.se> | 2015-06-03 09:58:34 +0200 |
commit | 25113f6887936bde1dcd091c5db4d317c9ea25aa (patch) | |
tree | f063c5d650cd663a0a22b9390826519061c45f2f /eim | |
parent | ecb1a3f810c718a35e871cdba58e76a4d4aacf5e (diff) | |
parent | e2eb1f2997b7639a0bd2cde6c78d84122178cac2 (diff) |
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'eim')
-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 |