diff options
author | Rob Austein <sra@hactrn.net> | 2018-08-27 11:15:43 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2018-08-27 11:15:43 -0400 |
commit | 41e330bcd2eec0c9a871e82698959c742a3e8d09 (patch) | |
tree | ff47ab856e69ccf58c56f02d95bf4e7269f551f3 | |
parent | 3de07e1508c4c8f2e4fe38994cf41eabee391119 (diff) |
Comment smartguide out of Makefile, not just out of shell script.
-rw-r--r-- | build/xilinx.mk | 16 |
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) $< |