- fixed bitgen
git-svn-id: http://moon:8086/svn/vhdl/trunk@1136 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -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
|
par -w -intstyle xflow -ol high -xe n -t 1 $(PRJ)_map.ncd $(PRJ).ncd $(PRJ).pcf
|
||||||
|
|
||||||
# Bitgen
|
# Bitgen
|
||||||
$(PRJ).bit: par $(PRJ).ut
|
$(PRJ).bit: $(PRJ).ncd $(PRJ).ut
|
||||||
bitgen -intstyle xflow -f $(PRJ).ut
|
bitgen -intstyle xflow -f $(PRJ).ut $(PRJ).ncd
|
||||||
|
|
||||||
$(DIRS):
|
$(DIRS):
|
||||||
mkdir -p $(DIRS)
|
mkdir -p $(DIRS)
|
||||||
|
|||||||
Reference in New Issue
Block a user