We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b2f6c commit 73a830eCopy full SHA for 73a830e
Makefile
@@ -61,7 +61,8 @@ $(TOP).syr: $(NEEDS) $(SRCS)
61
62
$(TOP).ngd: $(TOP).syr $(NEEDS)
63
# $(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
+#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)
66
67
$(TOP).ngc: $(TOP).ngd
68
0 commit comments