Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@979 cc03376c-175c-47c8-b038-4cd826a8556b
17 lines
317 B
Plaintext
17 lines
317 B
Plaintext
## NOTE: Do not edit this file.
|
|
##
|
|
vlib work
|
|
|
|
# Top and TB
|
|
vcom -explicit -93 "../utils_pkg.vhd"
|
|
vcom -explicit -93 "../ram_sim.vhd"
|
|
vcom -explicit -93 "../ram_wb.vhd"
|
|
vcom -explicit -93 "../tb_ram_wb.vhd"
|
|
|
|
vsim -t 1ps -lib work tb_ram_wb
|
|
do {tb_ram_wb.wdo}
|
|
view wave
|
|
view structure
|
|
view signals
|
|
run 1.5us
|
|
|