14 lines
300 B
Plaintext
14 lines
300 B
Plaintext
## NOTE: Do not edit this file.
|
|
##
|
|
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
|