- delete work at startup
git-svn-id: http://moon:8086/svn/vhdl/trunk@1105 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
## NOTE: Do not edit this file.
|
## NOTE: Do not edit this file.
|
||||||
##
|
##
|
||||||
|
if {[file exists work]} {vdel -lib work -all}
|
||||||
|
|
||||||
vlib work
|
vlib work
|
||||||
vcom -explicit -93 "../../../PCK_FIO-1.16/PCK_FIO.vhd"
|
vcom -explicit -93 "../../../PCK_FIO-1.16/PCK_FIO.vhd"
|
||||||
vcom -explicit -93 "../src/core/mips_types.vhd"
|
vcom -explicit -93 "../src/core/mips_types.vhd"
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
if {[file exists work]} {vdel -lib work -all}
|
||||||
|
|
||||||
vlib work
|
vlib work
|
||||||
vcom -explicit -93 "../src/dpram_2w2r.vhd"
|
vcom -explicit -93 "../src/dpram_2w2r.vhd"
|
||||||
vcom -explicit -93 "../src/dpram_1w1r.vhd"
|
vcom -explicit -93 "../src/dpram_1w1r.vhd"
|
||||||
|
|||||||
Reference in New Issue
Block a user