[Cryptech-Commits] [core/platform/novena] 01/01: add extra effort to map phase of command-line build

git at cryptech.is git at cryptech.is
Thu May 28 13:52:39 UTC 2015


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

paul at psgd.org pushed a commit to branch master
in repository core/platform/novena.

commit e2eb1f2997b7639a0bd2cde6c78d84122178cac2
Author: Paul Selkirk <paul at psgd.org>
Date:   Thu May 28 09:52:14 2015 -0400

    add extra effort to map phase of command-line build
---
 eim/build/xilinx.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the Commits mailing list