mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-04-21 12:27:27 +03:00
Adding post route simulation to FPGA examples
This commit is contained in:
12
Examples/sram/logic/simulation/sram_bus_TB.do
Normal file
12
Examples/sram/logic/simulation/sram_bus_TB.do
Normal file
@@ -0,0 +1,12 @@
|
||||
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_v glbl
|
||||
view wave
|
||||
#do wave.do
|
||||
add wave *
|
||||
view structure
|
||||
view signals
|
||||
run 5us
|
||||
Reference in New Issue
Block a user