aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/xilinx.mk16
1 files changed, 8 insertions, 8 deletions
diff --git a/build/xilinx.mk b/build/xilinx.mk
index b8ea85c..e3ce440 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) $<