- use make/ise.mk

git-svn-id: http://moon:8086/svn/vhdl/trunk@1598 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-30 09:17:21 +00:00
parent 95a989a001
commit 19eadde8da
2 changed files with 1 additions and 20 deletions
+1 -20
View File
@@ -1,26 +1,7 @@
.PHONY: clean
all: netlist
PRJ := mips_top
PRJDIR := ./project
PREQ := $(PRJDIR)/$(PRJ).prj $(PRJDIR)/$(PRJ).xst $(PRJDIR)/$(PRJ).lso
DIRS := ./xst/tmp
netlist: $(PRJ).ngc
$(PRJ).ngc: $(DIRS) $(PREQ)
xst -ifn $(PRJDIR)/$(PRJ).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 $(PRJ)*.*
rm -f $(PRJ)_xst.xrpt
include $(VHDL_HOME)/make/ise.mk