15 lines
238 B
Plaintext
15 lines
238 B
Plaintext
## NOTE: Do not edit this file.
|
|
##
|
|
|
|
vlib work
|
|
vcom -explicit -93 "../bbfifo.vhd"
|
|
vcom -explicit -93 "../tb_bbfifo.vhd"
|
|
|
|
#restart -force
|
|
vsim -t 1ps -lib work tb_bbfifo
|
|
do {tb_bbfifo.wdo}
|
|
view wave
|
|
view structure
|
|
view signals
|
|
run 1us
|