- fixed bitgen

git-svn-id: http://moon:8086/svn/vhdl/trunk@1136 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2015-05-20 23:22:50 +00:00
parent b4e40f2045
commit a830a1e650
+2 -2
View File
@@ -30,8 +30,8 @@ $(PRJ).ncd: $(PRJ)_map.ncd
par -w -intstyle xflow -ol high -xe n -t 1 $(PRJ)_map.ncd $(PRJ).ncd $(PRJ).pcf
# Bitgen
$(PRJ).bit: par $(PRJ).ut
bitgen -intstyle xflow -f $(PRJ).ut
$(PRJ).bit: $(PRJ).ncd $(PRJ).ut
bitgen -intstyle xflow -f $(PRJ).ut $(PRJ).ncd
$(DIRS):
mkdir -p $(DIRS)