From 3d9123b5f2a496e3c3c7469f33eeec98c910004e Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 27 Aug 2018 11:15:43 -0400 Subject: Comment smartguide out of Makefile, not just out of shell script. --- build/xilinx.mk | 16 ++++++++-------- 1 file 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) $< -- cgit v1.2.3