aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2013-06-27 18:07:27 -0400
committerbryan newbold <bnewbold@leaflabs.com>2013-06-27 18:07:27 -0400
commit42702cc812d987f29da2a81d139004e9087d79f0 (patch)
tree6520ebc2e747cd31290d73882c756aed945b7887
parent906d8fefd144fcd830432e7fcc52169caafa760c (diff)
downloadbasic-hdl-template-42702cc812d987f29da2a81d139004e9087d79f0.tar.gz
basic-hdl-template-42702cc812d987f29da2a81d139004e9087d79f0.zip
break out synth_effort as a variable
-rw-r--r--contrib/xilinx.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/xilinx.mk b/contrib/xilinx.mk
index e273460..34a1c20 100644
--- a/contrib/xilinx.mk
+++ b/contrib/xilinx.mk
@@ -39,9 +39,10 @@
#
# NOTE: DO NOT edit this file to change settings; instead edit Makefile
+synth_effort ?= high
coregen_work_dir ?= ./coregen-tmp
-map_opts ?= -timing -ol high -detail -pr b -register_duplication -w
-par_opts ?= -ol high
+map_opts ?= -timing -ol $(synth_effort) -detail -pr b -register_duplication -w
+par_opts ?= -ol $(synth_effort) -rl $(synth_effort)
hostbits = 64
iseenv= /opt/Xilinx/14.3/ISE_DS
iseenvfile?= $(iseenv)/settings$(hostbits).sh