aboutsummaryrefslogtreecommitdiff
path: root/build/xilinx.opt
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2019-01-22 19:39:09 -0500
committerPaul Selkirk <paul@psgd.org>2019-01-22 19:52:04 -0500
commita69ef3c13244c5269a1ad1a48fdc736493005975 (patch)
treef4724002906f3443d39bcb8ccab5275901ca8f9f /build/xilinx.opt
parent6134800a26c31595b648200195e188eebfa72dbb (diff)
Upon reflection, I prefer the way Pavel handled include paths in 8cd28d0fmc_clk
(which he only committed on fmc_clk, and I was only looking at master). But I moved the curly brackets from Makefile to xilinx.mk, because a) Makefile shouldn't need to know the picky details of xst option syntax, and b) xst will throw an uninformative error if called with '-vlgincdir ' versus '-vlgincdir {}', if vlgincdir isn't defined in Makefile.
Diffstat (limited to 'build/xilinx.opt')
-rw-r--r--build/xilinx.opt1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/xilinx.opt b/build/xilinx.opt
index 933f7df..1ac8957 100644
--- a/build/xilinx.opt
+++ b/build/xilinx.opt
@@ -45,4 +45,3 @@
-iob auto
-equivalent_register_removal YES
-slice_utilization_ratio_maxmargin 5
--vlgincdir {../../../lib/lowlevel ../../../math/ecdsalib/rtl/microcode}