- 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
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user