- fixed
git-svn-id: http://moon:8086/svn/vhdl/trunk@1144 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: $(PRJ).ncd $(PRJ).ut
|
$(PRJ).bit: $(PRJ).ncd ./project/$(PRJ).ut
|
||||||
bitgen -intstyle xflow -f $(PRJ).ut $(PRJ).ncd
|
bitgen -intstyle xflow -f ./project/$(PRJ).ut $(PRJ).ncd
|
||||||
|
|
||||||
$(DIRS):
|
$(DIRS):
|
||||||
mkdir -p $(DIRS)
|
mkdir -p $(DIRS)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
set -xsthdpdir "./xst"
|
set -xsthdpdir "./xst"
|
||||||
set -tmpdir "./xst/tmp"
|
set -tmpdir "./xst/tmp"
|
||||||
run
|
run
|
||||||
-ifn mips_sys.prj
|
-ifn ./project/mips_sys.prj
|
||||||
-ifmt mixed
|
-ifmt mixed
|
||||||
-ofn mips_sys
|
-ofn mips_sys
|
||||||
-ofmt NGC
|
-ofmt NGC
|
||||||
@@ -11,7 +11,7 @@ run
|
|||||||
-opt_level 1
|
-opt_level 1
|
||||||
-power NO
|
-power NO
|
||||||
-iuc NO
|
-iuc NO
|
||||||
-lso mips_sys.lso
|
-lso ./project/mips_sys.lso
|
||||||
-keep_hierarchy NO
|
-keep_hierarchy NO
|
||||||
-netlist_hierarchy as_optimized
|
-netlist_hierarchy as_optimized
|
||||||
-rtlview Yes
|
-rtlview Yes
|
||||||
|
|||||||
Reference in New Issue
Block a user