Fixed
git-svn-id: http://moon:8086/svn/vhdl/trunk@1145 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -11,7 +11,7 @@ netlist: $(PRJ).ngc
|
|||||||
translate: $(PRJ).ngd
|
translate: $(PRJ).ngd
|
||||||
map: $(PRJ)_map.ncd
|
map: $(PRJ)_map.ncd
|
||||||
par: $(PRJ).ncd
|
par: $(PRJ).ncd
|
||||||
bitfile: $(PRJ).bit
|
bit: $(PRJ).bit
|
||||||
|
|
||||||
# Netlist
|
# Netlist
|
||||||
$(PRJ).ngc: $(DIRS) $(PREQ)
|
$(PRJ).ngc: $(DIRS) $(PREQ)
|
||||||
@@ -37,9 +37,11 @@ $(DIRS):
|
|||||||
mkdir -p $(DIRS)
|
mkdir -p $(DIRS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
rm -rf ./_ngo
|
||||||
rm -rf ./xst
|
rm -rf ./xst
|
||||||
rm -rf ./xlnx_auto_0_xdb
|
rm -rf ./xlnx_auto_0_xdb
|
||||||
rm -f xlnx_auto_0.ise
|
rm -f xlnx_auto_0.ise
|
||||||
|
rm -f smartpreview.twr
|
||||||
rm -f $(PRJ)*.*
|
rm -f $(PRJ)*.*
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user