diff options
author | Rob Austein <sra@hactrn.net> | 2018-08-27 11:10:19 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2019-01-23 14:26:59 -0500 |
commit | bb2d178c63e99abf78a30281625bc9826f19fff6 (patch) | |
tree | f174f94b4428b6af3ed399126a172027eb84e353 | |
parent | 56c22fbc58466285af8ac8f7ea7f48fc78212311 (diff) |
Remove `-global_opt off` per discussion with Joachim and Pavel.
-rw-r--r-- | build/xilinx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/xilinx.mk b/build/xilinx.mk index e1cc9bc..35c8616 100644 --- a/build/xilinx.mk +++ b/build/xilinx.mk @@ -33,7 +33,7 @@ coregen_work_dir ?= ./coregen-tmp #map_opts ?= -timing -ol high -detail -pr b -register_duplication -w -xe n # from https://github.com/fpga-logi/logi-hard/blob/master/build_lib/synth/xilinx.mk: -map_opts ?= -w -logic_opt off -ol high -t 1 -xt 0 -register_duplication off -r 4 -global_opt off -mt 2 -ir off -pr off -lc off -power off +map_opts ?= -w -logic_opt off -ol high -t 1 -xt 0 -register_duplication off -r 4 -mt 2 -ir off -pr off -lc off -power off par_opts ?= -ol high -mt 4 isedir ?= /opt/Xilinx/13.3/ISE_DS xil_env ?= . $(isedir)/settings32.sh |