- added mips_sys full flow

git-svn-id: http://moon:8086/svn/vhdl/trunk@1129 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2015-05-20 21:54:44 +00:00
parent d8c54b3aaf
commit 7f780a37a5
6 changed files with 391 additions and 1261 deletions
+11 -8
View File
@@ -1,12 +1,15 @@
.PHONY: clean
all: mips_top.ngc
all: netlist
PREQ := mips_top.prj mips_top.xst mips_top.lso
PRJ := mips_top
PREQ := $(PRJ).prj $(PRJ).xst $(PRJ).lso
DIRS := ./xst/tmp
mips_top.ngc: $(DIRS) $(PREQ)
xst -ifn mips_top.xst -intstyle xflow
netlist: $(PRJ).ngc
$(PRJ).ngc: $(DIRS) $(PREQ)
xst -ifn $(PRJ).xst -intstyle xflow
$(DIRS):
mkdir -p $(DIRS)
@@ -15,10 +18,10 @@ 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
rm -f $(PRJ).ngc
rm -f $(PRJ).ngr
rm -f $(PRJ).srp
rm -f $(PRJ)_xst.xrpt