- delete work at startup

git-svn-id: http://moon:8086/svn/vhdl/trunk@1105 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2015-05-17 07:25:31 +00:00
parent dfca80c273
commit 9453e9b1aa
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
## NOTE: Do not edit this file.
##
if {[file exists work]} {vdel -lib work -all}
vlib work
vcom -explicit -93 "../../../PCK_FIO-1.16/PCK_FIO.vhd"
vcom -explicit -93 "../src/core/mips_types.vhd"
+2
View File
@@ -1,3 +1,5 @@
if {[file exists work]} {vdel -lib work -all}
vlib work
vcom -explicit -93 "../src/dpram_2w2r.vhd"
vcom -explicit -93 "../src/dpram_1w1r.vhd"