aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/xilinx.mk
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2013-03-27 21:18:58 -0400
committerbryan newbold <bnewbold@leaflabs.com>2013-03-27 21:18:58 -0400
commitd29d0313f2d8e05c7fa3a6361274be0de5f49e36 (patch)
tree5b0c6e572055f5c3fbfa5ee2a5605aee3185146c /contrib/xilinx.mk
parent56bc91d8372c1b2e5f6b1af75c1fc15fa0bc3f03 (diff)
downloadbasic-hdl-template-d29d0313f2d8e05c7fa3a6361274be0de5f49e36.tar.gz
basic-hdl-template-d29d0313f2d8e05c7fa3a6361274be0de5f49e36.zip
initial colorization stuff
Diffstat (limited to 'contrib/xilinx.mk')
-rw-r--r--contrib/xilinx.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xilinx.mk b/contrib/xilinx.mk
index f8c8482..6fcb7d5 100644
--- a/contrib/xilinx.mk
+++ b/contrib/xilinx.mk
@@ -151,7 +151,7 @@ junk += $(project)_summary.xml $(project)_usage.xml
build/$(project).ngd: build/$(project).ngc $(project).ucf $(project).bmm
bash -c "$(xil_env); \
- ngdbuild $(intstyle) $(project).ngc -bm ../$(project).bmm -sd ../cores -uc ../$(project).ucf"
+ ngdbuild $(intstyle) $(project).ngc -bm ../$(project).bmm -sd ../cores -uc ../$(project).ucf -aul"
junk += $(project).ngd $(project).bld
build/$(project).ngc: $(vfiles) $(local_corengcs) build/$(project).scr build/$(project).prj