diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2013-03-21 12:26:35 -0400 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-03-21 12:26:35 -0400 |
commit | cc03dd1129fec484561d0fa2d4f876f2886253ed (patch) | |
tree | bc815b8d607ef5b92ea24a1f28829c82a719da22 /contrib | |
parent | 1096238a48134550146188acf2bc2e1748c8703d (diff) | |
download | basic-hdl-template-cc03dd1129fec484561d0fa2d4f876f2886253ed.tar.gz basic-hdl-template-cc03dd1129fec484561d0fa2d4f876f2886253ed.zip |
add .ucf file reference
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/xilinx.mk | 2 |
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 |