- fixed ngdbuild

This commit is contained in:
2022-07-01 18:17:38 +02:00
parent ac878a877d
commit b039ae7c14
+1 -1
View File
@@ -23,7 +23,7 @@ $(PRJ).ngc: $(DIRS) $(PREQ) ./project/$(PRJ).ucf
# Translate
$(PRJ).ngd: $(NETLISTS) $(PRJ).ngc ./project/$(PRJ).ucf
ngdbuild -dd $(BUILD_DIR) -p $(DEVICE) -sd $(NETLIST_DIR) -dd _ngo -nt timestamp -uc ./project/$(PRJ).ucf $(PRJ).ngc $(PRJ).ngd
ngdbuild -p $(DEVICE) -sd $(NETLIST_DIR) -dd _ngo -nt timestamp -uc ./project/$(PRJ).ucf $(PRJ).ngc $(PRJ).ngd
# Map
$(PRJ)_map.ncd: $(PRJ).ngd