1 |
11 |
smuller |
onerror {resume}
|
2 |
|
|
virtual type { \
|
3 |
|
|
Idle\
|
4 |
|
|
HiNib\
|
5 |
|
|
{0x4 LoNib}\
|
6 |
|
|
{0x5 CharCR}\
|
7 |
|
|
{0x6 CharLF}\
|
8 |
|
|
{default undefined_state}\
|
9 |
|
|
} vt_tx
|
10 |
|
|
virtual type { \
|
11 |
|
|
Idle\
|
12 |
|
|
White1\
|
13 |
|
|
Data\
|
14 |
|
|
White2\
|
15 |
|
|
Addr\
|
16 |
|
|
Eol\
|
17 |
|
|
{0x8 BinCmd}\
|
18 |
|
|
{0x9 BinAdrh}\
|
19 |
|
|
{0xa BinAdrl}\
|
20 |
|
|
{0xb BinLen}\
|
21 |
|
|
{0xc BinData}\
|
22 |
|
|
{default undefined_state}\
|
23 |
|
|
} vt_main
|
24 |
|
|
quietly virtual signal -install /uart2bustop_txt_tb/uut/up {/uart2bustop_txt_tb/uut/up/mainsm } vs_main
|
25 |
|
|
quietly virtual signal -install /uart2bustop_txt_tb/uut/up {/uart2bustop_txt_tb/uut/up/txsm } vs_tx
|
26 |
|
|
quietly virtual function -install /uart2bustop_txt_tb/uut/up -env /uart2bustop_txt_tb { (vt_main) /uart2bustop_txt_tb/uut/up/vs_main} vf_main
|
27 |
|
|
quietly virtual function -install /uart2bustop_txt_tb/uut/up -env /uart2bustop_txt_tb { (vt_tx) /uart2bustop_txt_tb/uut/up/vs_tx} vf_tx
|
28 |
|
|
quietly WaveActivateNextPane {} 0
|
29 |
|
|
add wave -noupdate -divider {global signals}
|
30 |
|
|
add wave -noupdate -format Logic /uart2bustop_txt_tb/clr
|
31 |
|
|
add wave -noupdate -format Logic /uart2bustop_txt_tb/clk
|
32 |
|
|
add wave -noupdate -divider {UART serial signals}
|
33 |
|
|
add wave -noupdate -format Logic /uart2bustop_txt_tb/serin
|
34 |
|
|
add wave -noupdate -format Logic /uart2bustop_txt_tb/serout
|
35 |
|
|
add wave -noupdate -divider {Internal bus to register file}
|
36 |
|
|
add wave -noupdate -format Logic /uart2bustop_txt_tb/intaccessreq
|
37 |
|
|
add wave -noupdate -format Logic /uart2bustop_txt_tb/intaccessgnt
|
38 |
|
|
add wave -noupdate -format Literal -radix hexadecimal /uart2bustop_txt_tb/intrddata
|
39 |
|
|
add wave -noupdate -format Literal -radix hexadecimal /uart2bustop_txt_tb/intaddress
|
40 |
|
|
add wave -noupdate -format Literal -radix hexadecimal /uart2bustop_txt_tb/intwrdata
|
41 |
|
|
add wave -noupdate -format Logic /uart2bustop_txt_tb/intwrite
|
42 |
|
|
add wave -noupdate -format Logic /uart2bustop_txt_tb/intread
|
43 |
|
|
add wave -noupdate -divider Debug
|
44 |
|
|
add wave -noupdate -format Literal -radix hexadecimal /uart2bustop_txt_tb/recvdata
|
45 |
|
|
add wave -noupdate -format Logic /uart2bustop_txt_tb/newrxdata
|
46 |
|
|
add wave -noupdate -format Literal /uart2bustop_txt_tb/uut/up/vf_main
|
47 |
|
|
add wave -noupdate -format Literal /uart2bustop_txt_tb/uut/up/vf_tx
|
48 |
|
|
TreeUpdate [SetDefaultTree]
|
49 |
|
|
configure wave -namecolwidth 200
|
50 |
|
|
configure wave -valuecolwidth 40
|
51 |
|
|
configure wave -justifyvalue left
|
52 |
|
|
configure wave -signalnamewidth 0
|
53 |
|
|
configure wave -snapdistance 10
|
54 |
|
|
configure wave -datasetprefix 0
|
55 |
|
|
configure wave -rowmargin 4
|
56 |
|
|
configure wave -childrowmargin 2
|
57 |
|
|
configure wave -gridoffset 0
|
58 |
|
|
configure wave -gridperiod 1
|
59 |
|
|
configure wave -griddelta 40
|
60 |
|
|
configure wave -timeline 0
|
61 |
|
|
configure wave -timelineunits ps
|
62 |
|
|
update
|
63 |
|
|
WaveRestoreZoom {0 ps} {52500 us}
|