git-svn-id: http://moon:8086/svn/vhdl/trunk@1144 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2015-05-21 17:58:43 +00:00
parent 08e0105ab2
commit 943a081c61
2 changed files with 4 additions and 4 deletions
+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: $(PRJ).ncd $(PRJ).ut
bitgen -intstyle xflow -f $(PRJ).ut $(PRJ).ncd
$(PRJ).bit: $(PRJ).ncd ./project/$(PRJ).ut
bitgen -intstyle xflow -f ./project/$(PRJ).ut $(PRJ).ncd
$(DIRS):
mkdir -p $(DIRS)
@@ -1,7 +1,7 @@
set -xsthdpdir "./xst"
set -tmpdir "./xst/tmp"
run
-ifn mips_sys.prj
-ifn ./project/mips_sys.prj
-ifmt mixed
-ofn mips_sys
-ofmt NGC
@@ -11,7 +11,7 @@ run
-opt_level 1
-power NO
-iuc NO
-lso mips_sys.lso
-lso ./project/mips_sys.lso
-keep_hierarchy NO
-netlist_hierarchy as_optimized
-rtlview Yes