Skip to content

Commit 73a830e

Browse files
author
Chris Stratton
committed
Makefile: don't ignore .ucf constraint (pinout) file!
1 parent 88b2f6c commit 73a830e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ $(TOP).syr: $(NEEDS) $(SRCS)
6161

6262
$(TOP).ngd: $(TOP).syr $(NEEDS)
6363
# $(XILBIN)/ngdbuild -ise $(XISE) -intstyle ise -dd _ngo -nt timestamp -i -p xc3s100e-vq100-4 $(PROJDIR)/$(TOP).ngc $(PROJDIR)/$(TOP).ngd
64-
$(XILBIN)/ngdbuild -ise $(ISE) -intstyle ise -dd _ngo -nt timestamp -i -p xc3s100e-vq100-4 $(TOP).ngc $(TOP).ngd
64+
#drop -i for ignore the ucf cause we sure don't want to ignore it!
65+
$(XILBIN)/ngdbuild -ise $(ISE) -intstyle ise -dd _ngo -nt timestamp -p xc3s100e-vq100-4 $(TOP).ngc $(TOP).ngd -uc $(UCF)
6566

6667
$(TOP).ngc: $(TOP).ngd
6768

0 commit comments

Comments
 (0)