* Merged stimulus generation procedures to one single procedure * Integrated OSVVM into testbench * Generated OSVVM Project Script File * Various Bug Fixes to compile testbench
45 lines
1.8 KiB
Plaintext
45 lines
1.8 KiB
Plaintext
onerror {resume}
|
|
quietly WaveActivateNextPane {} 0
|
|
add wave -noupdate -divider SYSTEM
|
|
add wave -noupdate /rtps_handler_test1/uut/clk
|
|
add wave -noupdate /rtps_handler_test1/uut/reset
|
|
add wave -noupdate -divider INPUT
|
|
add wave -noupdate /rtps_handler_test1/uut/empty
|
|
add wave -noupdate /rtps_handler_test1/uut/rd
|
|
add wave -noupdate -radix hexadecimal /rtps_handler_test1/uut/data_in
|
|
add wave -noupdate -divider OUTPUT
|
|
add wave -noupdate -radix hexadecimal /rtps_handler_test1/uut/data_out
|
|
add wave -noupdate /rtps_handler_test1/uut/builtin_full
|
|
add wave -noupdate /rtps_handler_test1/uut/builtin_wr
|
|
add wave -noupdate /rtps_handler_test1/uut/user_full
|
|
add wave -noupdate /rtps_handler_test1/uut/user_wr
|
|
add wave -noupdate /rtps_handler_test1/uut/last_word_out
|
|
add wave -noupdate -divider MISC
|
|
add wave -noupdate /rtps_handler_test1/stimulus.length
|
|
add wave -noupdate /rtps_handler_test1/cnt_stim
|
|
add wave -noupdate /rtps_handler_test1/packet_sent
|
|
add wave -noupdate /rtps_handler_test1/reference.length
|
|
add wave -noupdate /rtps_handler_test1/cnt_ref
|
|
add wave -noupdate /rtps_handler_test1/packet_checked
|
|
add wave -noupdate -divider RTPS_HANDLER
|
|
add wave -noupdate /rtps_handler_test1/uut/stage
|
|
add wave -noupdate /rtps_handler_test1/uut/stage_next
|
|
TreeUpdate [SetDefaultTree]
|
|
WaveRestoreCursors {{Cursor 1} {0 ps} 0}
|
|
quietly wave cursor active 1
|
|
configure wave -namecolwidth 150
|
|
configure wave -valuecolwidth 63
|
|
configure wave -justifyvalue left
|
|
configure wave -signalnamewidth 1
|
|
configure wave -snapdistance 10
|
|
configure wave -datasetprefix 0
|
|
configure wave -rowmargin 4
|
|
configure wave -childrowmargin 2
|
|
configure wave -gridoffset 0
|
|
configure wave -gridperiod 1
|
|
configure wave -griddelta 40
|
|
configure wave -timeline 0
|
|
configure wave -timelineunits ps
|
|
update
|
|
WaveRestoreZoom {0 ps} {1206528 ps}
|