66 lines
3.6 KiB
Plaintext
66 lines
3.6 KiB
Plaintext
onerror {resume}
|
|
quietly WaveActivateNextPane {} 0
|
|
add wave -noupdate -divider SYSTEM
|
|
add wave -noupdate /l0_rtps_writer_test1_vrkdp/uut/clk
|
|
add wave -noupdate /l0_rtps_writer_test1_vrkdp/uut/reset
|
|
add wave -noupdate -divider INPUT
|
|
add wave -noupdate /l0_rtps_writer_test1_vrkdp/uut/empty_meta
|
|
add wave -noupdate /l0_rtps_writer_test1_vrkdp/uut/rd_meta
|
|
add wave -noupdate /l0_rtps_writer_test1_vrkdp/uut/last_word_in_meta
|
|
add wave -noupdate -radix hexadecimal /l0_rtps_writer_test1_vrkdp/uut/data_in_meta
|
|
add wave -noupdate -divider OUTPUT
|
|
add wave -noupdate /l0_rtps_writer_test1_vrkdp/uut/start_hc
|
|
add wave -noupdate /l0_rtps_writer_test1_vrkdp/uut/opcode_hc
|
|
add wave -noupdate /l0_rtps_writer_test1_vrkdp/uut/ack_hc
|
|
add wave -noupdate /l0_rtps_writer_test1_vrkdp/uut/done_hc
|
|
add wave -noupdate -divider {MAIN FSM}
|
|
add wave -noupdate /l0_rtps_writer_test1_vrkdp/uut/stage
|
|
add wave -noupdate /l0_rtps_writer_test1_vrkdp/uut/stage_next
|
|
add wave -noupdate /l0_rtps_writer_test1_vrkdp/uut/cnt
|
|
add wave -noupdate -divider {MEMORY FSM}
|
|
add wave -noupdate /l0_rtps_writer_test1_vrkdp/uut/mem_op_done
|
|
add wave -noupdate /l0_rtps_writer_test1_vrkdp/uut/mem_op_start
|
|
add wave -noupdate /l0_rtps_writer_test1_vrkdp/uut/mem_opcode
|
|
add wave -noupdate /l0_rtps_writer_test1_vrkdp/uut/mem_stage
|
|
add wave -noupdate /l0_rtps_writer_test1_vrkdp/uut/mem_cnt
|
|
add wave -noupdate -radix unsigned /l0_rtps_writer_test1_vrkdp/uut/mem_occupied_head
|
|
add wave -noupdate -radix unsigned /l0_rtps_writer_test1_vrkdp/uut/mem_empty_head
|
|
add wave -noupdate -radix unsigned /l0_rtps_writer_test1_vrkdp/uut/mem_prev_addr
|
|
add wave -noupdate /l0_rtps_writer_test1_vrkdp/uut/mem_prev_addr_valid
|
|
add wave -noupdate -radix unsigned /l0_rtps_writer_test1_vrkdp/uut/mem_addr_base
|
|
add wave -noupdate -expand -group MEM_CTRL -radix unsigned /l0_rtps_writer_test1_vrkdp/uut/mem_addr
|
|
add wave -noupdate -expand -group MEM_CTRL /l0_rtps_writer_test1_vrkdp/uut/mem_valid_in
|
|
add wave -noupdate -expand -group MEM_CTRL /l0_rtps_writer_test1_vrkdp/uut/mem_ready_in
|
|
add wave -noupdate -expand -group MEM_CTRL /l0_rtps_writer_test1_vrkdp/uut/mem_read
|
|
add wave -noupdate -expand -group MEM_CTRL -radix hexadecimal /l0_rtps_writer_test1_vrkdp/uut/mem_write_data
|
|
add wave -noupdate -expand -group MEM_CTRL /l0_rtps_writer_test1_vrkdp/uut/abort_read
|
|
add wave -noupdate -expand -group MEM_CTRL /l0_rtps_writer_test1_vrkdp/uut/mem_valid_out
|
|
add wave -noupdate -expand -group MEM_CTRL /l0_rtps_writer_test1_vrkdp/uut/mem_ready_out
|
|
add wave -noupdate -expand -group MEM_CTRL -radix hexadecimal /l0_rtps_writer_test1_vrkdp/uut/mem_read_data
|
|
add wave -noupdate -divider TESTBENCH
|
|
add wave -noupdate -group TESTBENCH /l0_rtps_writer_test1_vrkdp/start
|
|
add wave -noupdate -group TESTBENCH /l0_rtps_writer_test1_vrkdp/cnt_stim
|
|
add wave -noupdate -group TESTBENCH /l0_rtps_writer_test1_vrkdp/packet_sent
|
|
add wave -noupdate -group TESTBENCH /l0_rtps_writer_test1_vrkdp/mem_check_done
|
|
add wave -noupdate -group TESTBENCH /l0_rtps_writer_test1_vrkdp/stim_done
|
|
add wave -noupdate -group TESTBENCH /l0_rtps_writer_test1_vrkdp/test_done
|
|
add wave -noupdate -group TESTBENCH /l0_rtps_writer_test1_vrkdp/uut/idle_sig
|
|
TreeUpdate [SetDefaultTree]
|
|
WaveRestoreCursors {Begin {8325000 ps} 1} {Error {9725000 ps} 1} {Cursor {5753724 ps} 0}
|
|
quietly wave cursor active 3
|
|
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 {0 ps} {1024 ns}
|