wave.do
2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -divider {USB Initiator}
add wave -noupdate -format Logic -radix hexadecimal /vusb_bvci_tb/i_cmdack
add wave -noupdate -format Literal -radix hexadecimal /vusb_bvci_tb/i_rdata
add wave -noupdate -format Logic -radix hexadecimal /vusb_bvci_tb/i_reop
add wave -noupdate -format Logic -radix hexadecimal /vusb_bvci_tb/i_rspval
add wave -noupdate -format Literal -radix hexadecimal /vusb_bvci_tb/i_be
add wave -noupdate -format Literal -radix hexadecimal /vusb_bvci_tb/i_address
add wave -noupdate -format Literal -radix hexadecimal /vusb_bvci_tb/i_cmd
add wave -noupdate -format Logic -radix hexadecimal /vusb_bvci_tb/i_cmdval
add wave -noupdate -format Logic -radix hexadecimal /vusb_bvci_tb/i_eop
add wave -noupdate -format Logic -radix hexadecimal /vusb_bvci_tb/i_rspack
add wave -noupdate -format Literal -radix hexadecimal /vusb_bvci_tb/i_wdata
add wave -noupdate -divider {USB Target}
add wave -noupdate -format Literal -radix hexadecimal /vusb_bvci_tb/t_be
add wave -noupdate -format Literal -radix hexadecimal /vusb_bvci_tb/t_address
add wave -noupdate -format Literal -radix hexadecimal /vusb_bvci_tb/t_cmd
add wave -noupdate -format Logic -radix hexadecimal /vusb_bvci_tb/t_cmdval
add wave -noupdate -format Logic -radix hexadecimal /vusb_bvci_tb/t_eop
add wave -noupdate -format Logic -radix hexadecimal /vusb_bvci_tb/t_rspack
add wave -noupdate -format Literal -radix hexadecimal /vusb_bvci_tb/t_wdata
add wave -noupdate -format Logic -radix hexadecimal /vusb_bvci_tb/t_cmdack
add wave -noupdate -format Literal -radix hexadecimal /vusb_bvci_tb/t_rdata
add wave -noupdate -format Logic -radix hexadecimal /vusb_bvci_tb/t_reop
add wave -noupdate -format Logic -radix hexadecimal /vusb_bvci_tb/t_rspval
add wave -noupdate -divider USB
add wave -noupdate -format Logic -radix hexadecimal /vusb_bvci_tb/usb_oe_n
add wave -noupdate -format Logic -radix hexadecimal /vusb_bvci_tb/usb_rcv
add wave -noupdate -format Logic -radix hexadecimal /vusb_bvci_tb/usb_dpo
add wave -noupdate -format Logic -radix hexadecimal /vusb_bvci_tb/usb_dmo
add wave -noupdate -format Logic -radix hexadecimal /vusb_bvci_tb/usb_dp
add wave -noupdate -format Logic -radix hexadecimal /vusb_bvci_tb/usb_dm
add wave -noupdate -format Logic -radix hexadecimal /vusb_bvci_tb/usb_int
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {17485 ns} {96624 ns}
WaveRestoreZoom {17478 ns} {17646 ns}
configure wave -namecolwidth 179
configure wave -valuecolwidth 106
configure wave -justifyvalue left
configure wave -signalnamewidth 1
configure wave -snapdistance 10
configure wave -datasetprefix 0
configure wave -rowmargin 4
configure wave -childrowmargin 2