Skip to content

Instantly share code, notes, and snippets.

@ikwzm
Created January 11, 2019 02:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ikwzm/33d43d591613a4916c1dba34922a05da to your computer and use it in GitHub Desktop.
Save ikwzm/33d43d591613a4916c1dba34922a05da to your computer and use it in GitHub Desktop.
Sample do file for ModelSim Wave Viewer
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -divider TOP(SERIAL)
add wave -noupdate -format Logic /Test/DUT/TX
add wave -noupdate -format Logic /Test/DUT/TX_
add wave -noupdate -format Logic /Test/DUT/RX
add wave -noupdate -format Logic /Test/DUT/RX_
add wave -noupdate -format Logic /Test/DUT/sys_rst_n
add wave -noupdate -format Logic /Test/DUT/sys_clk_p
add wave -noupdate -format Logic /Test/DUT/sys_clk_n
add wave -noupdate -format Logic /Test/DUT/pci_exp_txp
add wave -noupdate -format Logic /Test/DUT/pci_exp_txn
add wave -noupdate -format Logic /Test/DUT/pci_exp_rxp
add wave -noupdate -format Logic /Test/DUT/pci_exp_rxn
add wave -noupdate -format Logic /Test/DUT/xpt_clk
add wave -noupdate -format Logic {/Test/DUT/sec_clk[0]}
add wave -noupdate -format Logic /Test/DUT/xpt_rst_n
add wave -noupdate -format Logic /Test/DUT/xpt_ok_n
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/xpt_dn_cad
add wave -noupdate -format Logic /Test/DUT/xpt_dn_val_n
add wave -noupdate -format Logic /Test/DUT/xpt_dn_sop_n
add wave -noupdate -format Logic /Test/DUT/xpt_dn_eop_n
add wave -noupdate -format Logic /Test/DUT/xpt_dn_hed_n
add wave -noupdate -format Logic /Test/DUT/xpt_dn_ack_n
add wave -noupdate -format Literal /Test/DUT/xpt_dn_cha
add wave -noupdate -format Literal /Test/DUT/xpt_dn_rdy_n
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/xpt_up_cad
add wave -noupdate -format Logic /Test/DUT/xpt_up_val_n
add wave -noupdate -format Logic /Test/DUT/xpt_up_sop_n
add wave -noupdate -format Logic /Test/DUT/xpt_up_eop_n
add wave -noupdate -format Logic /Test/DUT/xpt_up_hed_n
add wave -noupdate -format Logic /Test/DUT/xpt_up_ack_n
add wave -noupdate -format Literal /Test/DUT/xpt_up_cha
add wave -noupdate -format Literal /Test/DUT/xpt_up_rdy_n
add wave -noupdate -divider U1/TOP
add wave -noupdate -format Logic /Test/DUT/U1/pipe_clock
add wave -noupdate -format Logic /Test/DUT/U1/pipe_clear
add wave -noupdate -format Logic /Test/DUT/U1/pipe_reset
add wave -noupdate -format Logic /Test/DUT/U1/pipe_reset_n
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/pipe_tx_d
add wave -noupdate -format Literal /Test/DUT/U1/pipe_tx_k
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/pipe_rx_d
add wave -noupdate -format Literal /Test/DUT/U1/pipe_rx_k
add wave -noupdate -format Logic /Test/DUT/U1/pipe_tx_detect
add wave -noupdate -format Literal /Test/DUT/U1/pipe_tx_idle
add wave -noupdate -format Literal /Test/DUT/U1/pipe_tx_compliance
add wave -noupdate -format Literal /Test/DUT/U1/pipe_rx_polarity
add wave -noupdate -format Literal /Test/DUT/U1/pipe_power_down
add wave -noupdate -format Literal /Test/DUT/U1/pipe_rx_valid
add wave -noupdate -format Logic /Test/DUT/U1/pipe_phy_status
add wave -noupdate -format Literal /Test/DUT/U1/pipe_rx_idle
add wave -noupdate -format Literal /Test/DUT/U1/pipe_rx_status
add wave -noupdate -divider U1/MAC0
add wave -noupdate -format Logic /Test/DUT/U1/mac0/clk
add wave -noupdate -format Logic /Test/DUT/U1/mac0/rst
add wave -noupdate -format Logic /Test/DUT/U1/mac0/clr
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/pipe_txd
add wave -noupdate -format Literal /Test/DUT/U1/mac0/pipe_txk
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/pipe_rxd
add wave -noupdate -format Literal /Test/DUT/U1/mac0/pipe_rxk
add wave -noupdate -format Literal /Test/DUT/U1/mac0/pipe_rxval
add wave -noupdate -format Literal /Test/DUT/U1/mac0/pipe_rxidle
add wave -noupdate -format Literal /Test/DUT/U1/mac0/pipe_rxstat
add wave -noupdate -format Logic /Test/DUT/U1/mac0/pipe_phystat
add wave -noupdate -format Logic /Test/DUT/U1/mac0/pipe_txdetect
add wave -noupdate -format Literal /Test/DUT/U1/mac0/pipe_txidle
add wave -noupdate -format Literal /Test/DUT/U1/mac0/pipe_txcomp
add wave -noupdate -format Literal /Test/DUT/U1/mac0/pipe_rxpol
add wave -noupdate -format Literal /Test/DUT/U1/mac0/pipe_powerdown
add wave -noupdate -format Logic /Test/DUT/U1/mac0/send_tlp_val
add wave -noupdate -format Logic /Test/DUT/U1/mac0/send_tlp_start
add wave -noupdate -format Logic /Test/DUT/U1/mac0/send_tlp_end
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/send_tlp_seq
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/send_tlp_crc
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/send_tlp_data
add wave -noupdate -format Literal /Test/DUT/U1/mac0/send_tlp_ben
add wave -noupdate -format Logic /Test/DUT/U1/mac0/send_dllp_val
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/send_dllp_data
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/send_dllp_crc
add wave -noupdate -format Logic /Test/DUT/U1/mac0/send_ack
add wave -noupdate -format Logic /Test/DUT/U1/mac0/recv_tlp_val
add wave -noupdate -format Logic /Test/DUT/U1/mac0/recv_tlp_start
add wave -noupdate -format Logic /Test/DUT/U1/mac0/recv_tlp_end
add wave -noupdate -format Logic /Test/DUT/U1/mac0/recv_tlp_bad
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/recv_tlp_seq
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/recv_tlp_crc
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/recv_tlp_data
add wave -noupdate -format Literal /Test/DUT/U1/mac0/recv_tlp_ben
add wave -noupdate -format Logic /Test/DUT/U1/mac0/recv_dllp_val
add wave -noupdate -format Logic /Test/DUT/U1/mac0/recv_dllp_bad
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/recv_dllp_data
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/recv_dllp_crc
add wave -noupdate -format Logic /Test/DUT/U1/mac0/l0s_req
add wave -noupdate -format Logic /Test/DUT/U1/mac0/l0s_ack
add wave -noupdate -format Logic /Test/DUT/U1/mac0/l1_req
add wave -noupdate -format Logic /Test/DUT/U1/mac0/l1_ack
add wave -noupdate -format Logic /Test/DUT/U1/mac0/l2_req
add wave -noupdate -format Logic /Test/DUT/U1/mac0/l2_ack
add wave -noupdate -format Logic /Test/DUT/U1/mac0/recovery_req
add wave -noupdate -format Logic /Test/DUT/U1/mac0/recovery_ack
add wave -noupdate -format Logic /Test/DUT/U1/mac0/hot_reset_req
add wave -noupdate -format Logic /Test/DUT/U1/mac0/hot_reset_ack
add wave -noupdate -format Logic /Test/DUT/U1/mac0/disable_req
add wave -noupdate -format Logic /Test/DUT/U1/mac0/disable_ack
add wave -noupdate -format Logic /Test/DUT/U1/mac0/loopback_req
add wave -noupdate -format Logic /Test/DUT/U1/mac0/loopback_ack
add wave -noupdate -format Logic /Test/DUT/U1/mac0/down_stream
add wave -noupdate -format Logic /Test/DUT/U1/mac0/scramble_off
add wave -noupdate -format Logic /Test/DUT/U1/mac0/extended_synch
add wave -noupdate -format Literal /Test/DUT/U1/mac0/lane_cap
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link_speed
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link_width
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link_busy
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link_error
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link_up
add wave -noupdate -divider U1/MAC0/LINK0/CTRL
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/recv_ts1val
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/recv_ts2val
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/ctrl/recv_tslink
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/ctrl/recv_tslane
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/ctrl/recv_tsctrl
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/recv_ftsval
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/recv_skpval
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/send_ts1val
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/send_ts2val
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/ctrl/send_tslink
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/ctrl/send_tslane
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/ctrl/send_tsctrl
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/send_ts1ack
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/send_ts2ack
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/send_skpval
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/send_skpack
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/send_ftsval
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/send_ftsack
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/detect_req
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/detect_ack
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/idle_req
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/idle_ack
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/idle_end
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/recv_detect
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/elec_idle
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/ps_req
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/ps_ack
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/p1_req
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/p1_ack
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/p2_req
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/p2_ack
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/pready
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/ctrl/link_up
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/link_width
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/ctrl/link_ena
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/ctrl/link_busy
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/ctrl/link_error
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/lane
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/link_number
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/lane_number
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/ltssm
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/send_ts1_counter
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/send_ts2_counter
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/send_ts2_count
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/cfg_send_link_start
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/cfg_recv_link_start
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/cfg_recv_ts1_ok
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/cfg_recv_ts2_ok
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/ctrl/cfg_recv_ts_pad
add wave -noupdate -divider U1/MAC0/LANE0/RX
add wave -noupdate -format Literal /Test/DUT/U1/mac0/lane__0/l/recv_idle_count
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/lane__0/l/rx_data
add wave -noupdate -format Literal /Test/DUT/U1/mac0/lane__0/l/rx_val
add wave -noupdate -format Logic /Test/DUT/U1/mac0/lane__0/l/rx_decode_error
add wave -noupdate -format Logic /Test/DUT/U1/mac0/lane__0/l/rx_parity_error
add wave -noupdate -format Logic /Test/DUT/U1/mac0/lane__0/l/rx_buf_underflow
add wave -noupdate -format Logic /Test/DUT/U1/mac0/lane__0/l/rx_buf_overflow
add wave -noupdate -format Logic /Test/DUT/U1/mac0/lane__0/l/rx_idle_error
add wave -noupdate -format Logic /Test/DUT/U1/mac0/lane__0/l/rx_ts_val
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/lane__0/l/rx_ts_link
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/lane__0/l/rx_ts_lane
add wave -noupdate -format Literal /Test/DUT/U1/mac0/lane__0/l/rx_ts_id
add wave -noupdate -format Literal /Test/DUT/U1/mac0/lane__0/l/recv_ts_consecutive
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/lane__0/l/recv_ts_link
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/lane__0/l/recv_ts_lane
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/lane__0/l/recv_ts_id
add wave -noupdate -format Literal /Test/DUT/U1/mac0/lane__0/l/rx/state
add wave -noupdate -format Literal /Test/DUT/U1/mac0/lane__0/l/rx/valid
add wave -noupdate -format Literal /Test/DUT/U1/mac0/lane__0/l/rx/rx_val
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/lane__0/l/rx/rx_d
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/lane__0/l/rx/rx_k
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/lane__0/l/rx/sc_d
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/lane__0/l/rx/sc_k
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/lane__0/l/rx/ts_val
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/lane__0/l/rx/ts_s06
add wave -noupdate -divider U1/MAC0/LINK0/RX
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/rx/clk
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/rx/rst
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/rx/clr
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/rx/lane_char
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/rx/lane_val
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/rx/lane_map
add wave -noupdate -format Literal -radix binary /Test/DUT/U1/mac0/link0/rx/link_ena
add wave -noupdate -format Literal -radix binary /Test/DUT/U1/mac0/link0/rx/link_width
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/rx/lane_num
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/rx/lane_use
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/rx/unstriping_char
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/rx/stage1_char
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/rx/appended_char
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/rx/buffer_char
add wave -noupdate -format Literal -radix binary /Test/DUT/U1/mac0/link0/rx/buffer_valid
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/rx/buffer_shift
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/rx/decode_char
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/rx/decode_tlp_crc
add wave -noupdate -format Literal -radix binary /Test/DUT/U1/mac0/link0/rx/decode_tlp_ben
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/rx/decode_tlp_valid
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/rx/decode_tlp_start
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/rx/decode_tlp_end
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/rx/decode_tlp_error
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/rx/decode_dllp_valid
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/rx/decode_dllp_error
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/rx/inside_tlp
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/rx/stage2_char
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/rx/stage2_tlp_crc
add wave -noupdate -format Literal -radix binary /Test/DUT/U1/mac0/link0/rx/stage2_tlp_ben
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/rx/stage2_tlp_valid
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/rx/stage2_tlp_start
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/rx/stage2_tlp_end
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/rx/stage2_tlp_error
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/rx/stage2_dllp_valid
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/rx/stage2_dllp_error
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/rx/dllp_val
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/rx/dllp_bad
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/rx/dllp_data
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/rx/dllp_crc
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/rx/tlp_val
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/rx/tlp_start
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/rx/tlp_end
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/rx/tlp_bad
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/rx/tlp_data
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/rx/tlp_ben
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/rx/tlp_crc
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/rx/tlp_seq
add wave -noupdate -divider U1/MAC0/LANE0/TX
add wave -noupdate -format Logic /Test/DUT/U1/mac0/lane__0/l/tx_ready
add wave -noupdate -format Literal /Test/DUT/U1/mac0/lane__0/l/tx_val
add wave -noupdate -format Logic /Test/DUT/U1/mac0/lane__0/l/tx_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/lane__0/l/tx_data
add wave -noupdate -format Logic /Test/DUT/U1/mac0/lane__0/l/tx_eop
add wave -noupdate -format Literal /Test/DUT/U1/mac0/lane__0/l/tx_ts_val
add wave -noupdate -format Literal /Test/DUT/U1/mac0/lane__0/l/tx_ts_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/lane__0/l/tx_ts_link
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/lane__0/l/tx_ts_lane
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/lane__0/l/tx_ts_nfts
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/lane__0/l/tx_ts_rate
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/lane__0/l/tx_ts_ctrl
add wave -noupdate -format Logic /Test/DUT/U1/mac0/lane__0/l/tx_fts_val
add wave -noupdate -format Logic /Test/DUT/U1/mac0/lane__0/l/tx_fts_ack
add wave -noupdate -format Logic /Test/DUT/U1/mac0/lane__0/l/tx_skp_val
add wave -noupdate -format Logic /Test/DUT/U1/mac0/lane__0/l/tx_skp_ack
add wave -noupdate -format Logic /Test/DUT/U1/mac0/lane__0/l/tx_cmp_val
add wave -noupdate -format Logic /Test/DUT/U1/mac0/lane__0/l/tx_cmp_ack
add wave -noupdate -format Logic /Test/DUT/U1/mac0/lane__0/l/tx_ps_req
add wave -noupdate -format Logic /Test/DUT/U1/mac0/lane__0/l/tx_ps_ack
add wave -noupdate -format Logic /Test/DUT/U1/mac0/lane__0/l/tx_p1_req
add wave -noupdate -format Logic /Test/DUT/U1/mac0/lane__0/l/tx_p1_ack
add wave -noupdate -format Logic /Test/DUT/U1/mac0/lane__0/l/tx_p2_req
add wave -noupdate -format Logic /Test/DUT/U1/mac0/lane__0/l/tx_p2_ack
add wave -noupdate -divider U1/MAC0/LINK0/TX
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/tx/clk
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/tx/rst
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/tx/clr
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/tx/lane_char
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/tx/lane_val
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/tx/lane_map
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/tx/lane_use
add wave -noupdate -format Literal -radix binary /Test/DUT/U1/mac0/link0/tx/link_ena
add wave -noupdate -format Literal -radix binary /Test/DUT/U1/mac0/link0/tx/link_width
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/tx/lane_num
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/tx/tlp_val
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/tx/tlp_start
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/tx/tlp_end
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/tx/tlp_data
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/tx/tlp_ben
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/tx/tlp_crc
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/tx/tlp_seq
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/tx/dllp_val
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/tx/dllp_data
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/tx/dllp_crc
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/tx/ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/tx/d_packet_char
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/tx/d_packet_val
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/tx/d_packet_eop
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/tx/t_packet_char
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/tx/t_packet_val
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/tx/t_packet_eop
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/tx/send_char
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/tx/send_val
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/tx/send_eop
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/tx/send_ack
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/tx/send_shift
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/tx/send_ready
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/tx/striping_char
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/tx/striping_val
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/tx/striping_end
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/tx/striping_req
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/tx/striping_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/tx/mapped_char
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/tx/mapped_val
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/tx/mapped_eop
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/tx/mapped_req
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/tx/mapped_ack
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/tx/obuf/buf_state
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/tx/obuf/buf_get
add wave -noupdate -format Logic /Test/DUT/U1/mac0/link0/tx/obuf/buf_set
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/tx/obuf/obuf_char
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/tx/obuf/obuf_val
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/tx/obuf/obuf_eop
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/mac0/link0/tx/obuf/pbuf_char
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/tx/obuf/pbuf_val
add wave -noupdate -format Literal /Test/DUT/U1/mac0/link0/tx/obuf/pbuf_eop
add wave -noupdate -divider U1/DLC0
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/clk
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rst
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/clr
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/send_tlp_val
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/send_tlp_start
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/send_tlp_end
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/send_tlp_seq
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/send_tlp_crc
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/send_tlp_data
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/send_tlp_ben
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/send_dllp_data
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/send_dllp_crc
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/send_dllp_val
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/send_ack
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/recv_tlp_val
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/recv_tlp_start
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/recv_tlp_end
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/recv_tlp_bad
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/recv_tlp_seq
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/recv_tlp_crc
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/recv_tlp_data
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/recv_tlp_ben
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/recv_dllp_val
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/recv_dllp_bad
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/recv_dllp_data
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/recv_dllp_crc
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_val
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_sop
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_eop
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_vc
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_data
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_ben
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_ack
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_vc_rdy
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_vc_val
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_vc_ack
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_val
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_sop
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_eop
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_vc
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_data
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_ben
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_ack
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_vc_rdy
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/link_up
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tc_vc_map
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/vc_config
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/fc_update_freq
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/acknak_latency
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/replay_timer
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/replay_over
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/dl_state
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/fc_init_done
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/vc_init
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/dl_init
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/dl_inactive
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/dl_active
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_fc_init1
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_fc_init2
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_fc_val_p
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_fc_credit_p
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_fc_val_np
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_fc_credit_np
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_fc_val_cpl
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_fc_credit_cpl
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_fc_init1
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_fc_init2
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_fc_req_p
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_fc_ack_p
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fc_credit_p
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_fc_req_np
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_fc_ack_np
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fc_credit_np
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_fc_req_cpl
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_fc_ack_cpl
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fc_credit_cpl
add wave -noupdate -divider U1/DLC0/RX_TLP
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_tlp/clk
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_tlp/rst
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_tlp/clr
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_tlp/recv_tlp_val
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_tlp/recv_tlp_start
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_tlp/recv_tlp_end
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_tlp/recv_tlp_bad
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_tlp/recv_tlp_seq
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_tlp/recv_tlp_crc
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_tlp/recv_tlp_data
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_tlp/recv_tlp_ben
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_tlp/tlp_start
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_tlp/tlp_vc
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_tlp/tlp_duplicate
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_tlp/tlp_lost
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_tlp/tlp_posted
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_tlp/tlp_non_posted
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_tlp/tlp_completion
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_tlp/tlp_end
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_tlp/tlp_good
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_tlp/tlp_crc_err
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_tlp/tlp_bad_end
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_tlp/tlp_overflow
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_tlp/tlp_seq_num
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_tlp/tlp_data_len
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_tlp/tlp_ben
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_tlp/tlp_data
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_tlp/tlp_val
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_tlp/tlp_ack
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_tlp/send_ack_dllp
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_tlp/send_nak_dllp
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_tlp/send_seq_num
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_tlp/send_done
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_tlp/tc_vc_map
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_tlp/latency
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_tlp/schedule
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_tlp/latency_timer
add wave -noupdate -divider U1/DLC0/RX_DLLP
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_dllp/clk
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_dllp/rst
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_dllp/clr
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_dllp/recv_dllp_val
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_dllp/recv_dllp_bad
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_dllp/recv_dllp_data
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_dllp/recv_dllp_crc
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_dllp/tlp_ack
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_dllp/tlp_nak
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_dllp/tlp_seq
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_dllp/fc_init1
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_dllp/fc_init2
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_dllp/fc_val_p
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_dllp/fc_val_np
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_dllp/fc_val_cpl
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_dllp/fc_credit_p
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_dllp/fc_credit_np
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_dllp/fc_credit_cpl
add wave -noupdate -divider U1/DLC0/TX_TLP
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/clk
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/rst
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/clr
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/send_tlp_val
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/send_tlp_cpl
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/send_tlp_start
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/send_tlp_end
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/send_tlp_seq
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/send_tlp_crc
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/send_tlp_data
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_tlp/send_tlp_ben
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/send_tlp_ack
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/post_req
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/post_tag
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/post_ack
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/tlp_req
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/tlp_tag
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/tlp_ack
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/tlp_val
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/tlp_cpl
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/tlp_start
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/tlp_end
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/tlp_data
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_tlp/tlp_ben
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/tlp_rdy
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/done_val
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/done_tag
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/done_ack
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/recv_ack
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/recv_nak
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/recv_seq
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/replay_timer
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/replay_over
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/queue
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/queue_post_seq
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/queue_post_req
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/queue_post_rdy
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/queue_free_val
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/queue_free_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/queue_free_seq
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/queue_free_tag
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/queue_send_val
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/queue_send_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/queue_send_seq
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/queue_send_tag
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/queue_done_seq
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/queue_done_ack
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/queue_done_nak
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_tlp/tlp_req_state
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/tlp_req_seq
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/tlp_req_crc
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/tlp_seq_crc
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/tlp_curr_crc
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/tlp_next_crc
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/tlp_buf_ready
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/send_done_seq
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/send_next_seq
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_tlp/replay_timer_state
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/replay_timer_count
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_tlp/replay_num_count
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/seq_ctrl/post_ready
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/seq_ctrl/send_request
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/seq_ctrl/free_request
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_tlp/seq_ctrl/replay_pending
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/seq_ctrl/post_free_seq
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/seq_ctrl/send_wait_seq
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/seq_ctrl/send_requ_seq
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/seq_ctrl/send_done_seq
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/seq_ctrl/post_last_seq
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/seq_ctrl/free_requ_seq
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_tlp/seq_ctrl/queue_free_ptr
add wave -noupdate -divider U1/DLC0/TX_DLLP
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_dllp/clk
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_dllp/rst
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_dllp/clr
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_dllp/send_dllp_data
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_dllp/send_dllp_crc
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_dllp/send_dllp_val
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_dllp/send_dllp_ack
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_dllp/tlp_ack
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_dllp/tlp_nak
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_dllp/tlp_seq
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_dllp/tlp_done
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_dllp/fc_init1
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_dllp/fc_init2
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_dllp/fc_req_p
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_dllp/fc_req_np
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_dllp/fc_req_cpl
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_dllp/fc_ack_p
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_dllp/fc_ack_np
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_dllp/fc_ack_cpl
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_dllp/fc_credit_p
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_dllp/fc_credit_np
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_dllp/fc_credit_cpl
add wave -noupdate -divider U1/DLC0/RX_FCC
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_fcc/clk
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_fcc/rst
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_fcc/clr
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_fcc/update_p
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_fcc/update_np
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_fcc/update_cpl
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_fcc/up_credit_p
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_fcc/up_credit_np
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_fcc/up_credit_cpl
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_fcc/fc_req_p
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_fcc/fc_req_np
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_fcc/fc_req_cpl
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_fcc/fc_ack_p
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_fcc/fc_ack_np
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_fcc/fc_ack_cpl
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_fcc/fc_credit_p
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_fcc/fc_credit_np
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_fcc/fc_credit_cpl
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_fcc/vc_init
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/rx_fcc/vc_config
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/rx_fcc/update_freq
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/rx_fcc/update_enable
add wave -noupdate -divider U1/DLC0/TX_FCC
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_fcc/clk
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_fcc/rst
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_fcc/clr
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_fcc/post_req_p
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/post_tag_p
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_fcc/post_len_p
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_fcc/post_ack_p
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_fcc/post_req_np
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/post_tag_np
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_fcc/post_len_np
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_fcc/post_ack_np
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_fcc/post_req_cpl
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/post_tag_cpl
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_fcc/post_len_cpl
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_fcc/post_ack_cpl
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_fcc/post_req
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/post_tag
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_fcc/post_ack
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_fcc/fc_init
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_fcc/fc_val_p
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_fcc/fc_val_np
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_fcc/fc_val_cpl
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/fc_credit_p
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/fc_credit_np
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/fc_credit_cpl
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_fcc/vc_enable
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_fcc/fcc__0/p/fc_val
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/fcc__0/p/fc_credit
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_fcc/fcc__0/p/infinite_head
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_fcc/fcc__0/p/infinite_data
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/fcc__0/p/credit_limit
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_fcc/fcc__0/p/post_val
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/fcc__0/p/post_len
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/fcc__0/p/credit_pending
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/fcc__0/p/credit_consumed
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_fcc/fcc__0/p/valid
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/fcc__0/p/credit_required
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/fcc__0/p/credit_margin
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_fcc/fcc__0/p/request
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_fcc/fcc__0/np/fc_val
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/fcc__0/np/fc_credit
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_fcc/fcc__0/np/infinite_head
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_fcc/fcc__0/np/infinite_data
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/fcc__0/np/credit_limit
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_fcc/fcc__0/np/post_val
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/fcc__0/np/post_len
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/fcc__0/np/credit_pending
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/fcc__0/np/credit_consumed
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_fcc/fcc__0/np/valid
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/fcc__0/np/credit_required
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/fcc__0/np/credit_margin
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_fcc/fcc__0/np/request
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_fcc/fcc__0/cpl/fc_val
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/fcc__0/cpl/fc_credit
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_fcc/fcc__0/cpl/infinite_head
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_fcc/fcc__0/cpl/infinite_data
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/fcc__0/cpl/credit_limit
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_fcc/fcc__0/cpl/post_val
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/fcc__0/cpl/post_len
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/fcc__0/cpl/credit_pending
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/fcc__0/cpl/credit_consumed
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_fcc/fcc__0/cpl/valid
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/fcc__0/cpl/credit_required
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_fcc/fcc__0/cpl/credit_margin
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_fcc/fcc__0/cpl/request
add wave -noupdate -divider U1/DLC0/TX_BUF
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/clk
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/rst
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/clr
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/tlp_start
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_buf/buf/tlp_vc
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/tlp_posted
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/tlp_non_posted
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/tlp_completion
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/tlp_end
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/tlp_good
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/tlp_data_len
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_buf/buf/tlp_ben
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/tlp_data
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/tlp_val
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/tlp_ack
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_buf/buf/send_req_p
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/send_seq_p
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/send_len_p
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_buf/buf/send_ack_p
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_buf/buf/send_req_np
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/send_seq_np
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/send_len_np
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_buf/buf/send_ack_np
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_buf/buf/send_req_cpl
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/send_seq_cpl
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/send_len_cpl
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_buf/buf/send_ack_cpl
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/done_val
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/done_seq
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/done_ack
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/read_req
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/read_req_p
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/read_req_np
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/read_req_cpl
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_buf/buf/read_req_vc
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/read_req_seq
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/read_ack
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/read_start
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/read_end
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/read_val
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/read_p
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/read_np
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/read_cpl
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_buf/buf/read_vc
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/read_seq
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/read_data
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_buf/buf/read_ben
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/read_rdy
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_buf/buf/fc_update_p
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_buf/buf/fc_update_np
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_buf/buf/fc_update_cpl
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/fc_credit_p
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/fc_credit_np
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/fc_credit_cpl
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_buf/buf/vc_enable
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_buf/buf/buf_init
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/buf_config
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/tlp_valid
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/tlp_sel_p
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/tlp_sel_np
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/tlp_sel_cpl
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_buf/buf/tlp_sel_vc
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/tlp_data_size
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/tlp_end_ptr
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/tlp_next_ptr
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/tlp_chain
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/wr_top_ptr_vc
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/wr_end_ptr_vc
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_buf/buf/wr_ready_vc
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/wr_ptr
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/wr_next_ptr
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/wr_curr_ptr
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/wr_top_ptr
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/wr_end_ptr
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/wr_range
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/wr_ready
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/wr_enable
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/wr_data
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_buf/buf/rd_state
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/rd_top_ptr_vc
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/rd_end_ptr_vc
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/rd_req
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/rd_ack
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/rd_load
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/rd_req_p
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/rd_req_np
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/rd_req_cpl
add wave -noupdate -format Literal /Test/DUT/U1/dlc0/tx_buf/buf/rd_req_vc
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/rd_req_seq
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/rd_ptr
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/rd_next_ptr
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/rd_curr_ptr
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/rd_top_ptr
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/rd_end_ptr
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/rd_range
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/dlc0/tx_buf/buf/rd_data
add wave -noupdate -format Logic /Test/DUT/U1/dlc0/tx_buf/buf/rd_end_of_word
add wave -noupdate -divider U1/CONFIG_REGS
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/clk
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/rst
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/clr
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/config_regs/req_head
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/req_hval
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/req_hack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/config_regs/req_data
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/req_dval
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/req_dend
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/req_dack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/config_regs/res_head
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/res_hval
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/res_hack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/config_regs/res_data
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/res_dval
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/res_dend
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/res_dack
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/err_cor
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/err_fatal
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/err_nonfatal
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/err_ur
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/xfer_busy
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/link_busy
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/link_error
add wave -noupdate -format Literal /Test/DUT/U1/config_regs/link_speed
add wave -noupdate -format Literal /Test/DUT/U1/config_regs/link_width
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/recovery_req
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/recovery_ack
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/disable_req
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/disable_ack
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/extended_synch
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/l0s_enable
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/l1_enable
add wave -noupdate -format Literal /Test/DUT/U1/config_regs/lane_cap
add wave -noupdate -format Literal /Test/DUT/U1/config_regs/pcixp_id
add wave -noupdate -format Literal /Test/DUT/U1/config_regs/pm_state
add wave -noupdate -format Literal /Test/DUT/U1/config_regs/payload_size
add wave -noupdate -format Literal /Test/DUT/U1/config_regs/read_req_size
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/config_regs/run_desc
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/config_regs/addr_map
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/regs_wreq
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/regs_wack
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/regs_rreq
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/regs_rack
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/regs_rload
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/regs_we
add wave -noupdate -format Logic /Test/DUT/U1/config_regs/regs_re
add wave -noupdate -format Literal /Test/DUT/U1/config_regs/regs_be
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/config_regs/regs_addr
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/config_regs/regs_wdata
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/config_regs/regs_rdata
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/config_regs/pci_head_rdata
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/config_regs/pci_addr_map
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/config_regs/pci_head_desc
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/config_regs/pci_power_ptr
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/config_regs/pci_power_rdata
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/config_regs/pci_power_desc
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/config_regs/pcixp_cap_ptr
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/config_regs/pcixp_cap_rdata
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/config_regs/pcixp_cap_desc
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/config_regs/pcixp_cmpl_id
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/config_regs/pcixp_payload_size
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/config_regs/pcixp_read_req_size
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/config_regs/last_cap_ptr
add wave -noupdate -format Literal /Test/DUT/U1/config_regs/pci_header_regs/base_addr_regs_we
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/config_regs/pci_header_regs/base_addr_regs
add wave -noupdate -divider U1/TXIRQ
add wave -noupdate -format Logic /Test/DUT/U1/p_txirq/clk
add wave -noupdate -format Logic /Test/DUT/U1/p_txirq/rst
add wave -noupdate -format Logic /Test/DUT/U1/p_txirq/clr
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/p_txirq/msg_head
add wave -noupdate -format Logic /Test/DUT/U1/p_txirq/msg_hval
add wave -noupdate -format Logic /Test/DUT/U1/p_txirq/msg_hack
add wave -noupdate -format Literal /Test/DUT/U1/p_txirq/int_req
add wave -noupdate -format Literal /Test/DUT/U1/p_txirq/int_pin
add wave -noupdate -divider U1/TXMSI
add wave -noupdate -format Logic /Test/DUT/U1/p_txmsi/clk
add wave -noupdate -format Logic /Test/DUT/U1/p_txmsi/rst
add wave -noupdate -format Logic /Test/DUT/U1/p_txmsi/clr
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/p_txmsi/req_head
add wave -noupdate -format Logic /Test/DUT/U1/p_txmsi/req_hval
add wave -noupdate -format Logic /Test/DUT/U1/p_txmsi/req_hack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/p_txmsi/req_data
add wave -noupdate -format Logic /Test/DUT/U1/p_txmsi/req_dval
add wave -noupdate -format Logic /Test/DUT/U1/p_txmsi/req_dend
add wave -noupdate -format Logic /Test/DUT/U1/p_txmsi/req_dack
add wave -noupdate -format Logic /Test/DUT/U1/p_txmsi/msi_req
add wave -noupdate -format Logic /Test/DUT/U1/p_txmsi/msi_ack
add wave -noupdate -format Logic /Test/DUT/U1/p_txmsi/msi_ad64
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/p_txmsi/msi_addr
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U1/p_txmsi/msi_data
add wave -noupdate -divider U2/TOP
add wave -noupdate -format Logic /Test/DUT/U2/sys_clock
add wave -noupdate -format Logic /Test/DUT/U2/sys_reset
add wave -noupdate -format Logic /Test/DUT/U2/ram_dll_reset
add wave -noupdate -format Logic /Test/DUT/U2/ram_dll_locked
add wave -noupdate -format Logic /Test/DUT/U2/ram_clk_i
add wave -noupdate -format Logic /Test/DUT/U2/ram_clk1x
add wave -noupdate -format Logic /Test/DUT/U2/ram_clk2x
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/pcixp_m_req_cad
add wave -noupdate -format Logic /Test/DUT/U2/pcixp_m_req_eop
add wave -noupdate -format Logic /Test/DUT/U2/pcixp_m_req_val
add wave -noupdate -format Logic /Test/DUT/U2/pcixp_m_req_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/pcixp_m_res_cad
add wave -noupdate -format Logic /Test/DUT/U2/pcixp_m_res_eop
add wave -noupdate -format Logic /Test/DUT/U2/pcixp_m_res_val
add wave -noupdate -format Logic /Test/DUT/U2/pcixp_m_res_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/pcixp_t_req_cad
add wave -noupdate -format Logic /Test/DUT/U2/pcixp_t_req_eop
add wave -noupdate -format Logic /Test/DUT/U2/pcixp_t_req_val
add wave -noupdate -format Logic /Test/DUT/U2/pcixp_t_req_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/pcixp_t_res_cad
add wave -noupdate -format Logic /Test/DUT/U2/pcixp_t_res_eop
add wave -noupdate -format Logic /Test/DUT/U2/pcixp_t_res_val
add wave -noupdate -format Logic /Test/DUT/U2/pcixp_t_res_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/mem_1_req_cad
add wave -noupdate -format Logic /Test/DUT/U2/mem_1_req_eop
add wave -noupdate -format Logic /Test/DUT/U2/mem_1_req_val
add wave -noupdate -format Logic /Test/DUT/U2/mem_1_req_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/mem_1_res_cad
add wave -noupdate -format Logic /Test/DUT/U2/mem_1_res_eop
add wave -noupdate -format Logic /Test/DUT/U2/mem_1_res_val
add wave -noupdate -format Logic /Test/DUT/U2/mem_1_res_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/mem_2_req_cad
add wave -noupdate -format Logic /Test/DUT/U2/mem_2_req_eop
add wave -noupdate -format Logic /Test/DUT/U2/mem_2_req_val
add wave -noupdate -format Logic /Test/DUT/U2/mem_2_req_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/mem_2_res_cad
add wave -noupdate -format Logic /Test/DUT/U2/mem_2_res_eop
add wave -noupdate -format Logic /Test/DUT/U2/mem_2_res_val
add wave -noupdate -format Logic /Test/DUT/U2/mem_2_res_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/mem_t_req_cad
add wave -noupdate -format Logic /Test/DUT/U2/mem_t_req_eop
add wave -noupdate -format Logic /Test/DUT/U2/mem_t_req_val
add wave -noupdate -format Logic /Test/DUT/U2/mem_t_req_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/mem_t_res_cad
add wave -noupdate -format Logic /Test/DUT/U2/mem_t_res_eop
add wave -noupdate -format Logic /Test/DUT/U2/mem_t_res_val
add wave -noupdate -format Logic /Test/DUT/U2/mem_t_res_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/dma1_t_req_cad
add wave -noupdate -format Logic /Test/DUT/U2/dma1_t_req_eop
add wave -noupdate -format Logic /Test/DUT/U2/dma1_t_req_val
add wave -noupdate -format Logic /Test/DUT/U2/dma1_t_req_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/dma1_t_res_cad
add wave -noupdate -format Logic /Test/DUT/U2/dma1_t_res_eop
add wave -noupdate -format Logic /Test/DUT/U2/dma1_t_res_val
add wave -noupdate -format Logic /Test/DUT/U2/dma1_t_res_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/dma1_m_req_cad
add wave -noupdate -format Logic /Test/DUT/U2/dma1_m_req_eop
add wave -noupdate -format Logic /Test/DUT/U2/dma1_m_req_val
add wave -noupdate -format Logic /Test/DUT/U2/dma1_m_req_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/dma1_m_res_cad
add wave -noupdate -format Logic /Test/DUT/U2/dma1_m_res_eop
add wave -noupdate -format Logic /Test/DUT/U2/dma1_m_res_val
add wave -noupdate -format Logic /Test/DUT/U2/dma1_m_res_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/dma1_r_req_cad
add wave -noupdate -format Logic /Test/DUT/U2/dma1_r_req_eop
add wave -noupdate -format Logic /Test/DUT/U2/dma1_r_req_val
add wave -noupdate -format Logic /Test/DUT/U2/dma1_r_req_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/dma1_r_res_cad
add wave -noupdate -format Logic /Test/DUT/U2/dma1_r_res_eop
add wave -noupdate -format Logic /Test/DUT/U2/dma1_r_res_val
add wave -noupdate -format Logic /Test/DUT/U2/dma1_r_res_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/dma1_w_req_cad
add wave -noupdate -format Logic /Test/DUT/U2/dma1_w_req_eop
add wave -noupdate -format Logic /Test/DUT/U2/dma1_w_req_val
add wave -noupdate -format Logic /Test/DUT/U2/dma1_w_req_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/dma1_w_res_cad
add wave -noupdate -format Logic /Test/DUT/U2/dma1_w_res_eop
add wave -noupdate -format Logic /Test/DUT/U2/dma1_w_res_val
add wave -noupdate -format Logic /Test/DUT/U2/dma1_w_res_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/dma2_t_req_cad
add wave -noupdate -format Logic /Test/DUT/U2/dma2_t_req_eop
add wave -noupdate -format Logic /Test/DUT/U2/dma2_t_req_val
add wave -noupdate -format Logic /Test/DUT/U2/dma2_t_req_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/dma2_t_res_cad
add wave -noupdate -format Logic /Test/DUT/U2/dma2_t_res_eop
add wave -noupdate -format Logic /Test/DUT/U2/dma2_t_res_val
add wave -noupdate -format Logic /Test/DUT/U2/dma2_t_res_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/dma2_m_req_cad
add wave -noupdate -format Logic /Test/DUT/U2/dma2_m_req_eop
add wave -noupdate -format Logic /Test/DUT/U2/dma2_m_req_val
add wave -noupdate -format Logic /Test/DUT/U2/dma2_m_req_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/dma2_m_res_cad
add wave -noupdate -format Logic /Test/DUT/U2/dma2_m_res_eop
add wave -noupdate -format Logic /Test/DUT/U2/dma2_m_res_val
add wave -noupdate -format Logic /Test/DUT/U2/dma2_m_res_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/dma2_r_req_cad
add wave -noupdate -format Logic /Test/DUT/U2/dma2_r_req_eop
add wave -noupdate -format Logic /Test/DUT/U2/dma2_r_req_val
add wave -noupdate -format Logic /Test/DUT/U2/dma2_r_req_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/dma2_r_res_cad
add wave -noupdate -format Logic /Test/DUT/U2/dma2_r_res_eop
add wave -noupdate -format Logic /Test/DUT/U2/dma2_r_res_val
add wave -noupdate -format Logic /Test/DUT/U2/dma2_r_res_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/dma2_w_req_cad
add wave -noupdate -format Logic /Test/DUT/U2/dma2_w_req_eop
add wave -noupdate -format Logic /Test/DUT/U2/dma2_w_req_val
add wave -noupdate -format Logic /Test/DUT/U2/dma2_w_req_ack
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/U2/dma2_w_res_cad
add wave -noupdate -format Logic /Test/DUT/U2/dma2_w_res_eop
add wave -noupdate -format Logic /Test/DUT/U2/dma2_w_res_val
add wave -noupdate -format Logic /Test/DUT/U2/dma2_w_res_ack
add wave -noupdate -divider SDRAM
add wave -noupdate -format Logic {/Test/DUT/ram_clk_p[0]}
add wave -noupdate -format Logic {/Test/DUT/ram_clk_n[0]}
add wave -noupdate -format Logic {/Test/DUT/ram_cke[0]}
add wave -noupdate -format Logic {/Test/DUT/ram_cke[1]}
add wave -noupdate -format Logic {/Test/DUT/ram_cs[0]}
add wave -noupdate -format Logic {/Test/DUT/ram_cs[1]}
add wave -noupdate -format Logic /Test/DUT/ram_ras
add wave -noupdate -format Logic /Test/DUT/ram_cas
add wave -noupdate -format Logic /Test/DUT/ram_we
add wave -noupdate -format Literal -radix binary /Test/DUT/ram_ba
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/ram_a
add wave -noupdate -format Literal -radix hexadecimal /Test/DUT/ram_d
add wave -noupdate -format Literal -radix binary /Test/DUT/ram_dqm
add wave -noupdate -format Logic {/Test/DUT/ram_dqs[0]}
add wave -noupdate -format Logic /Test/DUT/U1/p_rxdec/clk
add wave -noupdate -format Logic /Test/DUT/U1/p_rxdec/rst
add wave -noupdate -format Logic /Test/DUT/U1/p_rxdec/clr
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/head
add wave -noupdate -format Logic /Test/DUT/U1/p_rxdec/hval
add wave -noupdate -format Logic /Test/DUT/U1/p_rxdec/hack
add wave -noupdate -format Logic /Test/DUT/U1/p_rxdec/hhit
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/hsel
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/req_head
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/req_info
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/req_hval
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/req_hack
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/req_desc
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/res_head
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/res_hval
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/res_hack
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/res_desc
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/msg_head
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/msg_hval
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/msg_hack
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/msg_desc
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/err_head
add wave -noupdate -format Logic /Test/DUT/U1/p_rxdec/err_hval
add wave -noupdate -format Logic /Test/DUT/U1/p_rxdec/err_hack
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/addr_map
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/pcixp_id
add wave -noupdate -format Logic /Test/DUT/U1/p_rxdec/mem_ena
add wave -noupdate -format Logic /Test/DUT/U1/p_rxdec/io_ena
add wave -noupdate -format Logic /Test/DUT/U1/p_rxdec/primary
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/state
add wave -noupdate -format Logic /Test/DUT/U1/p_rxdec/req_hit
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/req_sel_flag
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/req_sel_num
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/req_header
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/req_decode_hit
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/req_decode_level
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/req_map_address
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/req_map_sel_num
add wave -noupdate -format Logic /Test/DUT/U1/p_rxdec/req_type_mem
add wave -noupdate -format Logic /Test/DUT/U1/p_rxdec/req_type_io
add wave -noupdate -format Logic /Test/DUT/U1/p_rxdec/req_type_cfg0
add wave -noupdate -format Logic /Test/DUT/U1/p_rxdec/req_type_cfg1
add wave -noupdate -format Logic /Test/DUT/U1/p_rxdec/res_hit
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/res_sel_flag
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/res_sel_num
add wave -noupdate -format Logic /Test/DUT/U1/p_rxdec/msg_hit
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/msg_sel_flag
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/msg_sel_num
add wave -noupdate -format Literal /Test/DUT/U1/p_rxdec/header
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {17780061370 fs} 0}
configure wave -namecolwidth 301
configure wave -valuecolwidth 198
configure wave -justifyvalue left
configure wave -signalnamewidth 0
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
update
WaveRestoreZoom {31918993150 fs} {32770166300 fs}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment