aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2018-08-27 11:15:43 -0400
committerPaul Selkirk <paul@psgd.org>2019-01-22 23:48:26 -0500
commit97c285967e20372b0db7cddde7bcfe78d934146c (patch)
treee4d22b98184051dabb9e3bed2b2bf4b0eadcfdfa
parentf08303af5440900e5d1b1a7b6ab89569f0d62ca7 (diff)
Comment smartguide out of Makefile, not just out of shell script.
-rw-r--r--build/xilinx.mk16
1 files changed, 8 insertions, 8 deletions
diff --git a/build/xilinx.mk b/build/xilinx.mk
index 35c8616..99f86ef 100644
--- a/build/xilinx.mk
+++ b/build/xilinx.mk
@@ -118,14 +118,14 @@ junk += $(project)_par.grf $(project)_par.ptwx
junk += $(project)_par.unroutes $(project)_par.xpi
$(project).ncd: $(project).ngd
- #if [ -r $(project)_par.ncd ]; then \
- # cp $(project)_par.ncd smartguide.ncd; \
- # smartguide="-smartguide smartguide.ncd"; \
- #else \
- # smartguide=""; \
- #fi; \
- #$(xil_env); \
- #map $(intstyle) $(map_opts) $$smartguide $<
+# if [ -r $(project)_par.ncd ]; then \
+# cp $(project)_par.ncd smartguide.ncd; \
+# smartguide="-smartguide smartguide.ncd"; \
+# else \
+# smartguide=""; \
+# fi; \
+# $(xil_env); \
+# map $(intstyle) $(map_opts) $$smartguide $<
$(xil_env); \
map $(intstyle) $(map_opts) $<