File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
onerror {resume}
2
2
quietly WaveActivateNextPane {} 0
3
3
4
- add wave - color #ff9911 - radix hex - group TOP \
4
+ add wave - expand - color #ff9911 - radix hex - group TOP \
5
5
/transceiver_top/clk \
6
6
/transceiver_top/arstn \
7
7
/transceiver_top/en \
8
8
9
- add wave - color #cccc00 - radix hex - group UART \
9
+ add wave - expand - color #cccc00 - radix hex - group UART \
10
10
/transceiver_top/data \
11
11
/transceiver_top/data_valid \
12
12
/transceiver_top/uart_rx_out \
13
13
/transceiver_top/done \
14
14
/transceiver_top/active \
15
15
/transceiver_top/q \
16
16
17
- add wave - color #ee66ff - radix hex - group HAMMING \
17
+ add wave - expand - color #ee66ff - radix hex - group HAMMING \
18
18
/transceiver_top/encoder_out \
19
19
/transceiver_top/decoder_out \
20
20
21
- add wave - color #1199ff - radix hex - group BPSK \
21
+ add wave - expand - color #1199ff - radix hex - group BPSK \
22
22
/transceiver_top/demodulator_out \
23
23
- radix unsigned /transceiver_top/cnt_out \
24
24
- format Analog- Step - height 74 - max 1997.9999999999998 - min - 2048.0 /transceiver_top/neg_sin_out \
Original file line number Diff line number Diff line change 1
1
onerror {resume}
2
2
quietly WaveActivateNextPane {} 0
3
3
4
- add wave - color #ff9911 - radix hex - group TOP \
4
+ add wave - expand - color #ff9911 - radix hex - group TOP \
5
5
/transceiver_tb/dut/clk \
6
6
/transceiver_tb/dut/arstn \
7
7
/transceiver_tb/dut/en \
8
8
9
- add wave - color #cccc00 - radix hex - group UART \
9
+ add wave - expand - color #cccc00 - radix hex - group UART \
10
10
/transceiver_tb/dut/data \
11
11
/transceiver_tb/dut/q \
12
12
/transceiver_tb/dut/done \
13
13
/transceiver_tb/dut/active \
14
14
/transceiver_tb/dut/data_valid \
15
15
/transceiver_tb/dut/uart_rx_out \
16
16
17
- add wave - color #ee66ff - radix hex - group HAMMING \
17
+ add wave - expand - color #ee66ff - radix hex - group HAMMING \
18
18
/transceiver_tb/dut/decoder_out \
19
19
/transceiver_tb/dut/encoder_out \
20
20
21
- add wave - color #1199ff - radix hex - group BPSK \
21
+ add wave - expand - color #1199ff - radix hex - group BPSK \
22
22
- radix unsigned /transceiver_tb/dut/cnt_out \
23
23
/transceiver_tb/dut/demodulator_out \
24
24
- format Analog- Step - height 74 - max 1997.9999999999998 - min - 2048.0 /transceiver_tb/dut/modulator_out \
You can’t perform that action at this time.
0 commit comments