- added Makefile
- fixed xst-file git-svn-id: http://moon:8086/svn/vhdl/trunk@1123 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -0,0 +1,24 @@
|
|||||||
|
.PHONY: clean
|
||||||
|
|
||||||
|
all: mips_top.ngc
|
||||||
|
|
||||||
|
PREQ := mips_top.prj mips_top.xst mips_top.lso
|
||||||
|
DIRS := ./xst/tmp
|
||||||
|
|
||||||
|
mips_top.ngc: $(DIRS) $(PREQ)
|
||||||
|
xst -ifn mips_top.xst -intstyle xflow
|
||||||
|
|
||||||
|
$(DIRS):
|
||||||
|
mkdir -p $(DIRS)
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -rf ./xst
|
||||||
|
rm -rf ./xlnx_auto_0_xdb
|
||||||
|
rm -f xlnx_auto_0.ise
|
||||||
|
rm -f mips_top.ngc
|
||||||
|
rm -f mips_top.ngr
|
||||||
|
rm -f mips_top.srp
|
||||||
|
rm -f mips_top_xst.xrpt
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
set -tmpdir "W:/SVN/vhdl/trunk/lib/CPUs/MIPS/syn/ise101/xst/projnav.tmp"
|
set -xsthdpdir "./xst"
|
||||||
set -xsthdpdir "W:/SVN/vhdl/trunk/lib/CPUs/MIPS/syn/ise101/xst"
|
set -tmpdir "./xst/tmp"
|
||||||
run
|
run
|
||||||
-ifn mips_top.prj
|
-ifn mips_top.prj
|
||||||
-ifmt mixed
|
-ifmt mixed
|
||||||
@@ -10,7 +10,7 @@ run
|
|||||||
-opt_mode Speed
|
-opt_mode Speed
|
||||||
-opt_level 1
|
-opt_level 1
|
||||||
-power NO
|
-power NO
|
||||||
-uc "W:/SVN/vhdl/trunk/lib/CPUs/MIPS/syn/ise101/constraints/mips_top.xcf"
|
-uc "./constraints/mips_top.xcf"
|
||||||
-iuc NO
|
-iuc NO
|
||||||
-lso mips_top.lso
|
-lso mips_top.lso
|
||||||
-keep_hierarchy NO
|
-keep_hierarchy NO
|
||||||
|
|||||||
Reference in New Issue
Block a user