aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2013-03-21 12:26:35 -0400
committerbryan newbold <bnewbold@leaflabs.com>2013-03-21 12:26:35 -0400
commitcc03dd1129fec484561d0fa2d4f876f2886253ed (patch)
treebc815b8d607ef5b92ea24a1f28829c82a719da22
parent1096238a48134550146188acf2bc2e1748c8703d (diff)
downloadbasic-hdl-template-cc03dd1129fec484561d0fa2d4f876f2886253ed.tar.gz
basic-hdl-template-cc03dd1129fec484561d0fa2d4f876f2886253ed.zip
add .ucf file reference
-rw-r--r--contrib/xilinx.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xilinx.mk b/contrib/xilinx.mk
index 1f19d40..10eb13a 100644
--- a/contrib/xilinx.mk
+++ b/contrib/xilinx.mk
@@ -147,7 +147,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"
+ ngdbuild $(intstyle) $(project).ngc -bm ../$(project).bmm -sd ../cores -uc ../$(project).ucf"
junk += $(project).ngd $(project).bld
build/$(project).ngc: $(vfiles) $(local_corengcs) build/$(project).scr build/$(project).prj