62 lines
3.0 KiB
Plaintext
62 lines
3.0 KiB
Plaintext
onerror {resume}
|
|
quietly WaveActivateNextPane {} 0
|
|
add wave -noupdate -divider SYSTEM
|
|
add wave -noupdate /l0_rtps_out_test1/uut/clk
|
|
add wave -noupdate /l0_rtps_out_test1/uut/reset
|
|
add wave -noupdate -divider TESTBENCH
|
|
add wave -noupdate /l0_rtps_out_test1/start
|
|
add wave -noupdate /l0_rtps_out_test1/packet_sent
|
|
add wave -noupdate -divider INPUT
|
|
add wave -noupdate -radix hexadecimal /l0_rtps_out_test1/uut/data_in
|
|
add wave -noupdate /l0_rtps_out_test1/uut/last_word_in
|
|
add wave -noupdate /l0_rtps_out_test1/uut/rd
|
|
add wave -noupdate /l0_rtps_out_test1/uut/empty
|
|
add wave -noupdate -divider OUTPUT
|
|
add wave -noupdate -radix hexadecimal /l0_rtps_out_test1/uut/data_out
|
|
add wave -noupdate /l0_rtps_out_test1/uut/wr
|
|
add wave -noupdate /l0_rtps_out_test1/uut/full
|
|
add wave -noupdate -divider {INPUT FSM}
|
|
add wave -noupdate /l0_rtps_out_test1/uut/input_stage
|
|
add wave -noupdate /l0_rtps_out_test1/uut/input_stage_next
|
|
add wave -noupdate -radix unsigned /l0_rtps_out_test1/uut/in_pntr
|
|
add wave -noupdate /l0_rtps_out_test1/uut/selector
|
|
add wave -noupdate -radix unsigned /l0_rtps_out_test1/uut/length
|
|
add wave -noupdate -divider {OUTPUT FSM}
|
|
add wave -noupdate /l0_rtps_out_test1/uut/output_stage
|
|
add wave -noupdate /l0_rtps_out_test1/uut/output_stage_next
|
|
add wave -noupdate -radix unsigned /l0_rtps_out_test1/uut/out_pntr
|
|
add wave -noupdate -radix unsigned /l0_rtps_out_test1/uut/packet_end
|
|
add wave -noupdate -divider MISC
|
|
add wave -noupdate /l0_rtps_out_test1/uut/filled
|
|
add wave -noupdate /l0_rtps_out_test1/uut/reset_filled
|
|
add wave -noupdate /l0_rtps_out_test1/uut/set_filled
|
|
add wave -noupdate -divider RAM
|
|
add wave -noupdate -expand -group READ -radix unsigned /l0_rtps_out_test1/uut/buffer_inst/raddr
|
|
add wave -noupdate -expand -group READ /l0_rtps_out_test1/uut/buffer_inst/rvalid_in
|
|
add wave -noupdate -expand -group READ /l0_rtps_out_test1/uut/buffer_inst/rready_in
|
|
add wave -noupdate -expand -group READ /l0_rtps_out_test1/uut/buffer_inst/rvalid_out
|
|
add wave -noupdate -expand -group READ /l0_rtps_out_test1/uut/buffer_inst/rready_out
|
|
add wave -noupdate -expand -group READ -radix hexadecimal /l0_rtps_out_test1/uut/buffer_inst/rdata_out
|
|
add wave -noupdate -expand -group WRITE -radix unsigned /l0_rtps_out_test1/uut/buffer_inst/waddr
|
|
add wave -noupdate -expand -group WRITE /l0_rtps_out_test1/uut/buffer_inst/wvalid_in
|
|
add wave -noupdate -expand -group WRITE /l0_rtps_out_test1/uut/buffer_inst/wready_in
|
|
add wave -noupdate -expand -group WRITE -radix hexadecimal /l0_rtps_out_test1/uut/buffer_inst/wdata_in
|
|
TreeUpdate [SetDefaultTree]
|
|
WaveRestoreCursors {Cursor {2275000 ps} 0}
|
|
quietly wave cursor active 1
|
|
configure wave -namecolwidth 150
|
|
configure wave -valuecolwidth 100
|
|
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 ns
|
|
update
|
|
WaveRestoreZoom {1735800 ps} {2759800 ps}
|