git-svn-id: http://moon:8086/svn/vhdl/trunk@1103 cc03376c-175c-47c8-b038-4cd826a8556b
16 lines
347 B
Plaintext
16 lines
347 B
Plaintext
## NOTE: Do not edit this file.
|
|
##
|
|
if {[file exists work]} {vdel -lib work -all}
|
|
|
|
vlib work
|
|
vcom -explicit -93 "../src/fifo_ctrl_pkg.vhd"
|
|
vcom -explicit -93 "../src/gray_counter.vhd"
|
|
vcom -explicit -93 "../src/tb_gray_counter.vhd"
|
|
vsim -t 1ps -lib work tb_gray_counter
|
|
view wave
|
|
do {tb_gray_counter.wdo}
|
|
view structure
|
|
view signals
|
|
|
|
run 1us
|