[Cryptech-Commits] [core/platform/alpha] 01/03: Remove `-global_opt off` per discussion with Joachim and Pavel.

git at cryptech.is git at cryptech.is
Mon Aug 27 15:27:10 UTC 2018


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch fmc_clk
in repository core/platform/alpha.

commit 3de07e1508c4c8f2e4fe38994cf41eabee391119
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Mon Aug 27 11:10:19 2018 -0400

    Remove `-global_opt off` per discussion with Joachim and Pavel.
---
 build/xilinx.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/xilinx.mk b/build/xilinx.mk
index b2b67ce..b8ea85c 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



More information about the Commits mailing list