rtps-fpga/sim/L0_dds_reader_test3.do

191 lines
32 KiB
Plaintext

onerror {resume}
radix define DDS_RETCODE {
"10#0#" "RETCODE_OK",
"10#1#" "RETCODE_ERROR",
"10#2#" "RETCODE_UNSUPPORTED",
"10#3#" "RETCODE_BAD_PARAMETER",
"10#4#" "RETCODE_PRECONDITION_NOT_MET",
"10#5#" "RETCODE_OUT_OF_RESOURCES",
"10#6#" "RETCODE_NOT_ENABLED",
"10#7#" "RETCODE_IMMUTABLE_POLICY",
"10#8#" "RETCODE_INCONSISTENT_POLICY",
"10#9#" "RETCODE_ALREADY_DELETED",
"10#10#" "RETCODE_TIMEOUT",
"10#11#" "RETCODE_NO_DATA",
"10#12#" "RETCODE_ILLEGAL_OPERATION",
-default unsigned
}
radix define SAMPLE_STATE {
"16#00000001#" "READ_SAMPLE_STATE",
"16#00000002#" "NOT_READ_SAMPLE_STATE",
"16#FFFFFFFF#" "ANY_SAMPLE_STATE",
-default binary
}
radix define VIEW_STATE {
"16#00000001#" "NEW_VIEW_STATE",
"16#00000002#" "NOT_NEW_VIEW_STATE",
"16#FFFFFFFF#" "ANY_VIEW_STATE",
-default binary
}
radix define INSTANCE_STATE {
"16#00000001#" "ALIVE_INSTANCE_STATE",
"16#00000002#" "NOT_ALIVE_DISPOSED_INSTANCE_STATE",
"16#00000004#" "NOT_ALIVE_NO_WRITERS_INSTANCE_STATE",
"16#FFFFFFFF#" "ANY_INSTANCE_STATE",
-default binary
}
radix define LAST_REASON {
"16#00000000#" "NOT_REJECTED",
"16#00000001#" "REJECTED_BY_INSTANCES_LIMIT",
"16#00000002#" "REJECTED_BY_SAMPLES_LIMIT",
"16#00000003#" "REJECTED_BY_SAMPLES_PER_INSTANCE_LIMIT",
"16#000000FF#" "REJECTED_BY_PAYOAD_MEMORY_LIMIT",
-default binary
}
quietly WaveActivateNextPane {} 0
add wave -noupdate -divider SYSTEM
add wave -noupdate /l0_dds_reader_test3/uut/clk
add wave -noupdate /l0_dds_reader_test3/uut/reset
add wave -noupdate -radix unsigned /l0_dds_reader_test3/uut/time
add wave -noupdate -divider RTPS
add wave -noupdate -group RTPS /l0_dds_reader_test3/uut/start_rtps
add wave -noupdate -group RTPS /l0_dds_reader_test3/uut/opcode_rtps
add wave -noupdate -group RTPS /l0_dds_reader_test3/uut/ack_rtps
add wave -noupdate -group RTPS /l0_dds_reader_test3/uut/ret_rtps
add wave -noupdate -group RTPS /l0_dds_reader_test3/uut/done_rtps
add wave -noupdate -group RTPS /l0_dds_reader_test3/uut/ready_in_rtps
add wave -noupdate -group RTPS /l0_dds_reader_test3/uut/valid_in_rtps
add wave -noupdate -group RTPS -radix hexadecimal /l0_dds_reader_test3/uut/data_in_rtps
add wave -noupdate -group RTPS /l0_dds_reader_test3/uut/last_word_in_rtps
add wave -noupdate -divider DDS
add wave -noupdate -group DDS /l0_dds_reader_test3/uut/start_dds
add wave -noupdate -group DDS /l0_dds_reader_test3/uut/ack_dds
add wave -noupdate -group DDS /l0_dds_reader_test3/uut/opcode_dds
add wave -noupdate -group DDS -radix SAMPLE_STATE /l0_dds_reader_test3/uut/sample_state_dds
add wave -noupdate -group DDS -radix INSTANCE_STATE /l0_dds_reader_test3/uut/instance_state_dds
add wave -noupdate -group DDS -radix VIEW_STATE /l0_dds_reader_test3/uut/view_state_dds
add wave -noupdate -group DDS -radix hexadecimal /l0_dds_reader_test3/uut/instance_handle_dds
add wave -noupdate -group DDS -radix unsigned /l0_dds_reader_test3/uut/max_samples_dds
add wave -noupdate -group DDS -radix DDS_RETCODE -childformat {{/l0_dds_reader_test3/uut/return_code_dds(0) -radix DDS_RETCODE} {/l0_dds_reader_test3/uut/return_code_dds(1) -radix DDS_RETCODE} {/l0_dds_reader_test3/uut/return_code_dds(2) -radix DDS_RETCODE} {/l0_dds_reader_test3/uut/return_code_dds(3) -radix DDS_RETCODE} {/l0_dds_reader_test3/uut/return_code_dds(4) -radix DDS_RETCODE} {/l0_dds_reader_test3/uut/return_code_dds(5) -radix DDS_RETCODE}} -subitemconfig {/l0_dds_reader_test3/uut/return_code_dds(0) {-height 15 -radix DDS_RETCODE} /l0_dds_reader_test3/uut/return_code_dds(1) {-height 15 -radix DDS_RETCODE} /l0_dds_reader_test3/uut/return_code_dds(2) {-height 15 -radix DDS_RETCODE} /l0_dds_reader_test3/uut/return_code_dds(3) {-height 15 -radix DDS_RETCODE} /l0_dds_reader_test3/uut/return_code_dds(4) {-height 15 -radix DDS_RETCODE} /l0_dds_reader_test3/uut/return_code_dds(5) {-height 15 -radix DDS_RETCODE}} /l0_dds_reader_test3/uut/return_code_dds
add wave -noupdate -group DDS /l0_dds_reader_test3/uut/done_dds
add wave -noupdate -group DDS -divider SI
add wave -noupdate -group DDS -radix hexadecimal -childformat {{/l0_dds_reader_test3/uut/sample_info(0) -radix hexadecimal -childformat {{/l0_dds_reader_test3/uut/sample_info(0).sample_state -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(0).view_state -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(0).instance_state -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(0).source_timestamp -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(0).instance_handle -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(0).publication_handle -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(0).disposed_generation_count -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(0).no_writers_generation_count -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(0).sample_rank -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(0).generation_rank -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(0).absolute_generation_rank -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(0).valid_data -radix hexadecimal}}} {/l0_dds_reader_test3/uut/sample_info(1) -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(2) -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(3) -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(4) -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(5) -radix hexadecimal}} -subitemconfig {/l0_dds_reader_test3/uut/sample_info(0) {-height 15 -radix hexadecimal -childformat {{/l0_dds_reader_test3/uut/sample_info(0).sample_state -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(0).view_state -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(0).instance_state -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(0).source_timestamp -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(0).instance_handle -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(0).publication_handle -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(0).disposed_generation_count -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(0).no_writers_generation_count -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(0).sample_rank -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(0).generation_rank -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(0).absolute_generation_rank -radix hexadecimal} {/l0_dds_reader_test3/uut/sample_info(0).valid_data -radix hexadecimal}}} /l0_dds_reader_test3/uut/sample_info(0).sample_state {-height 15 -radix hexadecimal} /l0_dds_reader_test3/uut/sample_info(0).view_state {-height 15 -radix hexadecimal} /l0_dds_reader_test3/uut/sample_info(0).instance_state {-height 15 -radix hexadecimal} /l0_dds_reader_test3/uut/sample_info(0).source_timestamp {-height 15 -radix hexadecimal} /l0_dds_reader_test3/uut/sample_info(0).instance_handle {-height 15 -radix hexadecimal} /l0_dds_reader_test3/uut/sample_info(0).publication_handle {-height 15 -radix hexadecimal} /l0_dds_reader_test3/uut/sample_info(0).disposed_generation_count {-height 15 -radix hexadecimal} /l0_dds_reader_test3/uut/sample_info(0).no_writers_generation_count {-height 15 -radix hexadecimal} /l0_dds_reader_test3/uut/sample_info(0).sample_rank {-height 15 -radix hexadecimal} /l0_dds_reader_test3/uut/sample_info(0).generation_rank {-height 15 -radix hexadecimal} /l0_dds_reader_test3/uut/sample_info(0).absolute_generation_rank {-height 15 -radix hexadecimal} /l0_dds_reader_test3/uut/sample_info(0).valid_data {-height 15 -radix hexadecimal} /l0_dds_reader_test3/uut/sample_info(1) {-height 15 -radix hexadecimal} /l0_dds_reader_test3/uut/sample_info(2) {-height 15 -radix hexadecimal} /l0_dds_reader_test3/uut/sample_info(3) {-height 15 -radix hexadecimal} /l0_dds_reader_test3/uut/sample_info(4) {-height 15 -radix hexadecimal} /l0_dds_reader_test3/uut/sample_info(5) {-height 15 -radix hexadecimal}} /l0_dds_reader_test3/uut/sample_info
add wave -noupdate -group DDS /l0_dds_reader_test3/uut/sample_info_valid
add wave -noupdate -group DDS /l0_dds_reader_test3/uut/sample_info_ack
add wave -noupdate -group DDS /l0_dds_reader_test3/uut/eoc
add wave -noupdate -group DDS /l0_dds_reader_test3/uut/get_data_dds
add wave -noupdate -group DDS -divider OUTPUT
add wave -noupdate -group DDS /l0_dds_reader_test3/uut/ready_out_dds
add wave -noupdate -group DDS /l0_dds_reader_test3/uut/valid_out_dds
add wave -noupdate -group DDS -radix hexadecimal /l0_dds_reader_test3/uut/data_out_dds
add wave -noupdate -group DDS /l0_dds_reader_test3/uut/last_word_out_dds
add wave -noupdate -divider {MAIN FSM}
add wave -noupdate /l0_dds_reader_test3/uut/stage
add wave -noupdate /l0_dds_reader_test3/uut/cnt
add wave -noupdate /l0_dds_reader_test3/uut/ind
add wave -noupdate -divider MEMORY
add wave -noupdate /l0_dds_reader_test3/uut/inst_op_start
add wave -noupdate /l0_dds_reader_test3/uut/inst_opcode
add wave -noupdate /l0_dds_reader_test3/uut/inst_op_done
add wave -noupdate /l0_dds_reader_test3/uut/inst_stage
add wave -noupdate /l0_dds_reader_test3/uut/inst_cnt
add wave -noupdate -radix unsigned /l0_dds_reader_test3/uut/inst_addr_base
add wave -noupdate -childformat {{/l0_dds_reader_test3/uut/inst_data.addr -radix unsigned} {/l0_dds_reader_test3/uut/inst_data.key_hash -radix hexadecimal} {/l0_dds_reader_test3/uut/inst_data.status_info -radix binary} {/l0_dds_reader_test3/uut/inst_data.sample_cnt -radix unsigned} {/l0_dds_reader_test3/uut/inst_data.disposed_gen_cnt -radix unsigned} {/l0_dds_reader_test3/uut/inst_data.no_writers_gen_cnt -radix unsigned} {/l0_dds_reader_test3/uut/inst_data.ignore_deadline -radix unsigned} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap -radix binary -childformat {{/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0) -radix binary -childformat {{/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(0) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(1) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(2) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(3) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(4) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(5) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(6) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(7) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(8) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(9) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(10) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(11) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(12) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(13) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(14) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(15) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(16) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(17) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(18) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(19) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(20) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(21) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(22) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(23) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(24) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(25) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(26) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(27) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(28) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(29) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(30) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(31) -radix binary}}}}}} -expand -subitemconfig {/l0_dds_reader_test3/uut/inst_data.addr {-radix unsigned} /l0_dds_reader_test3/uut/inst_data.key_hash {-height 15 -radix hexadecimal} /l0_dds_reader_test3/uut/inst_data.status_info {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.sample_cnt {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/inst_data.disposed_gen_cnt {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/inst_data.no_writers_gen_cnt {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/inst_data.ignore_deadline {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/inst_data.writer_bitmap {-height 15 -radix binary -childformat {{/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0) -radix binary -childformat {{/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(0) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(1) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(2) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(3) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(4) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(5) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(6) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(7) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(8) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(9) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(10) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(11) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(12) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(13) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(14) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(15) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(16) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(17) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(18) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(19) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(20) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(21) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(22) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(23) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(24) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(25) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(26) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(27) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(28) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(29) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(30) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(31) -radix binary}}}}} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0) {-height 15 -radix binary -childformat {{/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(0) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(1) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(2) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(3) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(4) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(5) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(6) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(7) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(8) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(9) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(10) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(11) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(12) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(13) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(14) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(15) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(16) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(17) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(18) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(19) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(20) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(21) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(22) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(23) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(24) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(25) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(26) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(27) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(28) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(29) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(30) -radix binary} {/l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(31) -radix binary}}} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(0) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(1) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(2) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(3) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(4) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(5) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(6) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(7) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(8) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(9) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(10) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(11) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(12) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(13) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(14) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(15) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(16) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(17) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(18) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(19) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(20) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(21) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(22) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(23) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(24) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(25) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(26) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(27) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(28) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(29) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(30) {-height 15 -radix binary} /l0_dds_reader_test3/uut/inst_data.writer_bitmap(0)(31) {-height 15 -radix binary}} /l0_dds_reader_test3/uut/inst_data
add wave -noupdate /l0_dds_reader_test3/uut/stale_inst_cnt
add wave -noupdate -group {SAMPLE MEM} -radix unsigned /l0_dds_reader_test3/uut/sample_addr
add wave -noupdate -group {SAMPLE MEM} /l0_dds_reader_test3/uut/sample_read
add wave -noupdate -group {SAMPLE MEM} /l0_dds_reader_test3/uut/sample_ready_in
add wave -noupdate -group {SAMPLE MEM} /l0_dds_reader_test3/uut/sample_valid_in
add wave -noupdate -group {SAMPLE MEM} -radix hexadecimal /l0_dds_reader_test3/uut/sample_write_data
add wave -noupdate -group {SAMPLE MEM} /l0_dds_reader_test3/uut/sample_ready_out
add wave -noupdate -group {SAMPLE MEM} /l0_dds_reader_test3/uut/sample_valid_out
add wave -noupdate -group {SAMPLE MEM} -radix hexadecimal /l0_dds_reader_test3/uut/sample_read_data
add wave -noupdate -group {SAMPLE MEM} /l0_dds_reader_test3/uut/sample_abort_read
add wave -noupdate -group {PAYLOAD MEM} -radix unsigned /l0_dds_reader_test3/uut/payload_addr
add wave -noupdate -group {PAYLOAD MEM} /l0_dds_reader_test3/uut/payload_read
add wave -noupdate -group {PAYLOAD MEM} /l0_dds_reader_test3/uut/payload_ready_in
add wave -noupdate -group {PAYLOAD MEM} /l0_dds_reader_test3/uut/payload_valid_in
add wave -noupdate -group {PAYLOAD MEM} -radix hexadecimal /l0_dds_reader_test3/uut/payload_write_data
add wave -noupdate -group {PAYLOAD MEM} /l0_dds_reader_test3/uut/payload_ready_out
add wave -noupdate -group {PAYLOAD MEM} /l0_dds_reader_test3/uut/payload_valid_out
add wave -noupdate -group {PAYLOAD MEM} -radix hexadecimal /l0_dds_reader_test3/uut/payload_read_data
add wave -noupdate -group {PAYLOAD MEM} /l0_dds_reader_test3/uut/payload_abort_read
add wave -noupdate -group {INSTANCE MEM} -radix unsigned /l0_dds_reader_test3/uut/inst_addr
add wave -noupdate -group {INSTANCE MEM} /l0_dds_reader_test3/uut/inst_read
add wave -noupdate -group {INSTANCE MEM} /l0_dds_reader_test3/uut/inst_ready_in
add wave -noupdate -group {INSTANCE MEM} /l0_dds_reader_test3/uut/inst_valid_in
add wave -noupdate -group {INSTANCE MEM} -radix hexadecimal /l0_dds_reader_test3/uut/inst_write_data
add wave -noupdate -group {INSTANCE MEM} /l0_dds_reader_test3/uut/inst_ready_out
add wave -noupdate -group {INSTANCE MEM} /l0_dds_reader_test3/uut/inst_valid_out
add wave -noupdate -group {INSTANCE MEM} -radix hexadecimal /l0_dds_reader_test3/uut/inst_read_data
add wave -noupdate -group {INSTANCE MEM} /l0_dds_reader_test3/uut/inst_abort_read
add wave -noupdate -divider POINTERS
add wave -noupdate -group {LIST POINTERS} -radix unsigned /l0_dds_reader_test3/uut/empty_sample_list_head
add wave -noupdate -group {LIST POINTERS} -radix unsigned /l0_dds_reader_test3/uut/empty_sample_list_tail
add wave -noupdate -group {LIST POINTERS} -radix unsigned /l0_dds_reader_test3/uut/empty_payload_list_head
add wave -noupdate -group {LIST POINTERS} -radix unsigned /l0_dds_reader_test3/uut/oldest_sample
add wave -noupdate -group {LIST POINTERS} -radix unsigned /l0_dds_reader_test3/uut/newest_sample
add wave -noupdate -group {LIST POINTERS} -radix unsigned /l0_dds_reader_test3/uut/inst_empty_head
add wave -noupdate -group {LIST POINTERS} -radix unsigned /l0_dds_reader_test3/uut/inst_occupied_head
add wave -noupdate -group {GENERAL POINTERS} -radix unsigned /l0_dds_reader_test3/uut/cur_sample
add wave -noupdate -group {GENERAL POINTERS} -radix unsigned /l0_dds_reader_test3/uut/next_sample
add wave -noupdate -group {GENERAL POINTERS} -radix unsigned /l0_dds_reader_test3/uut/prev_sample
add wave -noupdate -group {GENERAL POINTERS} -radix unsigned /l0_dds_reader_test3/uut/cur_payload
add wave -noupdate -group {GENERAL POINTERS} -radix unsigned /l0_dds_reader_test3/uut/next_payload
add wave -noupdate -group {GENERAL POINTERS} -radix unsigned /l0_dds_reader_test3/uut/cur_inst
add wave -noupdate -group {GENERAL POINTERS} -radix unsigned /l0_dds_reader_test3/uut/next_inst
add wave -noupdate -divider MISC
add wave -noupdate /l0_dds_reader_test3/uut/trigger_sample_gen
add wave -noupdate /l0_dds_reader_test3/uut/wait_for_sample_removal
add wave -noupdate -radix unsigned /l0_dds_reader_test3/uut/sample_p1
add wave -noupdate -radix unsigned /l0_dds_reader_test3/uut/sample_p2
add wave -noupdate -radix unsigned /l0_dds_reader_test3/uut/collection_cnt
add wave -noupdate -radix unsigned /l0_dds_reader_test3/uut/collection_cnt_max
add wave -noupdate -radix unsigned /l0_dds_reader_test3/uut/collection_generation_rank
add wave -noupdate -radix unsigned /l0_dds_reader_test3/uut/cur_generation_rank
add wave -noupdate -radix unsigned -childformat {{/l0_dds_reader_test3/uut/max_samples_latch(31) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(30) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(29) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(28) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(27) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(26) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(25) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(24) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(23) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(22) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(21) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(20) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(19) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(18) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(17) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(16) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(15) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(14) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(13) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(12) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(11) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(10) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(9) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(8) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(7) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(6) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(5) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(4) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(3) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(2) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(1) -radix unsigned} {/l0_dds_reader_test3/uut/max_samples_latch(0) -radix unsigned}} -subitemconfig {/l0_dds_reader_test3/uut/max_samples_latch(31) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(30) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(29) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(28) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(27) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(26) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(25) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(24) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(23) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(22) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(21) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(20) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(19) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(18) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(17) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(16) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(15) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(14) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(13) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(12) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(11) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(10) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(9) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(8) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(7) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(6) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(5) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(4) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(3) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(2) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(1) {-height 15 -radix unsigned} /l0_dds_reader_test3/uut/max_samples_latch(0) {-height 15 -radix unsigned}} /l0_dds_reader_test3/uut/max_samples_latch
add wave -noupdate /l0_dds_reader_test3/uut/single_instance
add wave -noupdate /l0_dds_reader_test3/uut/is_take
add wave -noupdate -radix unsigned -childformat {{/l0_dds_reader_test3/uut/sample_rej_last_reason(0) -radix LAST_REASON} {/l0_dds_reader_test3/uut/sample_rej_last_reason(1) -radix LAST_REASON} {/l0_dds_reader_test3/uut/sample_rej_last_reason(2) -radix LAST_REASON} {/l0_dds_reader_test3/uut/sample_rej_last_reason(3) -radix LAST_REASON} {/l0_dds_reader_test3/uut/sample_rej_last_reason(4) -radix LAST_REASON} {/l0_dds_reader_test3/uut/sample_rej_last_reason(5) -radix LAST_REASON}} -subitemconfig {/l0_dds_reader_test3/uut/sample_rej_last_reason(0) {-radix LAST_REASON} /l0_dds_reader_test3/uut/sample_rej_last_reason(1) {-radix LAST_REASON} /l0_dds_reader_test3/uut/sample_rej_last_reason(2) {-radix LAST_REASON} /l0_dds_reader_test3/uut/sample_rej_last_reason(3) {-radix LAST_REASON} /l0_dds_reader_test3/uut/sample_rej_last_reason(4) {-radix LAST_REASON} /l0_dds_reader_test3/uut/sample_rej_last_reason(5) {-radix LAST_REASON}} /l0_dds_reader_test3/uut/sample_rej_last_reason
add wave -noupdate -divider TESTBENCH
add wave -noupdate -group TESTBENCH /l0_dds_reader_test3/dds_start
add wave -noupdate -group TESTBENCH /l0_dds_reader_test3/dds_stage
add wave -noupdate -group TESTBENCH /l0_dds_reader_test3/dds_cnt
add wave -noupdate -group TESTBENCH /l0_dds_reader_test3/dds_cnt2
add wave -noupdate -group TESTBENCH /l0_dds_reader_test3/dds_done
add wave -noupdate -group TESTBENCH /l0_dds_reader_test3/rtps_start
add wave -noupdate -group TESTBENCH /l0_dds_reader_test3/rtps_stage
add wave -noupdate -group TESTBENCH /l0_dds_reader_test3/rtps_cnt
add wave -noupdate -group TESTBENCH /l0_dds_reader_test3/rtps_done
add wave -noupdate -divider {KEY HOLDER}
add wave -noupdate -group {KEY HOLDER} /l0_dds_reader_test3/uut/start_kh
add wave -noupdate -group {KEY HOLDER} /l0_dds_reader_test3/uut/opcode_kh
add wave -noupdate -group {KEY HOLDER} /l0_dds_reader_test3/uut/ack_kh
add wave -noupdate -group {KEY HOLDER} -radix hexadecimal /l0_dds_reader_test3/uut/data_in_kh
add wave -noupdate -group {KEY HOLDER} /l0_dds_reader_test3/uut/valid_in_kh
add wave -noupdate -group {KEY HOLDER} /l0_dds_reader_test3/uut/ready_in_kh
add wave -noupdate -group {KEY HOLDER} /l0_dds_reader_test3/uut/last_word_in_kh
add wave -noupdate -group {KEY HOLDER} -radix hexadecimal /l0_dds_reader_test3/uut/data_out_kh
add wave -noupdate -group {KEY HOLDER} /l0_dds_reader_test3/uut/valid_out_kh
add wave -noupdate -group {KEY HOLDER} /l0_dds_reader_test3/uut/ready_out_kh
add wave -noupdate -group {KEY HOLDER} /l0_dds_reader_test3/uut/last_word_out_kh
add wave -noupdate -group {KEY HOLDER} /l0_dds_reader_test3/uut/abort_kh
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {50639746 ps} 0}
quietly wave cursor active 1
configure wave -namecolwidth 187
configure wave -valuecolwidth 206
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 {50034942 ps} {50968663 ps}