mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-01-10 16:20:14 +02:00
13 lines
271 B
Plaintext
13 lines
271 B
Plaintext
vlib work
|
|
vlog -incr +libext+.v \
|
|
"../sram_bus.v" \
|
|
"../sram_bus_TB.v" \
|
|
"glbl.v"
|
|
vsim -t 1ps -L simprims_ver -L unisims_ver -L xilinxcorelib_ver sram_bus_TB glbl
|
|
view wave
|
|
#do wave.do
|
|
add wave *
|
|
view structure
|
|
view signals
|
|
run 5us
|