Skip to content

Commit ab83be9

Browse files
committed
Upd macro files
1 parent fe3ae9d commit ab83be9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

sim/cocotb/modelsim/wave.do

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
onerror {resume}
22
quietly WaveActivateNextPane {} 0
33

4-
add wave -color #ff9911 -radix hex -group TOP \
4+
add wave -expand -color #ff9911 -radix hex -group TOP \
55
/transceiver_top/clk \
66
/transceiver_top/arstn \
77
/transceiver_top/en \
88

9-
add wave -color #cccc00 -radix hex -group UART \
9+
add wave -expand -color #cccc00 -radix hex -group UART \
1010
/transceiver_top/data \
1111
/transceiver_top/data_valid \
1212
/transceiver_top/uart_rx_out \
1313
/transceiver_top/done \
1414
/transceiver_top/active \
1515
/transceiver_top/q \
1616

17-
add wave -color #ee66ff -radix hex -group HAMMING \
17+
add wave -expand -color #ee66ff -radix hex -group HAMMING \
1818
/transceiver_top/encoder_out \
1919
/transceiver_top/decoder_out \
2020

21-
add wave -color #1199ff -radix hex -group BPSK \
21+
add wave -expand -color #1199ff -radix hex -group BPSK \
2222
/transceiver_top/demodulator_out \
2323
-radix unsigned /transceiver_top/cnt_out \
2424
-format Analog-Step -height 74 -max 1997.9999999999998 -min -2048.0 /transceiver_top/neg_sin_out \

sim/modelsim/wave.do

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
onerror {resume}
22
quietly WaveActivateNextPane {} 0
33

4-
add wave -color #ff9911 -radix hex -group TOP \
4+
add wave -expand -color #ff9911 -radix hex -group TOP \
55
/transceiver_tb/dut/clk \
66
/transceiver_tb/dut/arstn \
77
/transceiver_tb/dut/en \
88

9-
add wave -color #cccc00 -radix hex -group UART \
9+
add wave -expand -color #cccc00 -radix hex -group UART \
1010
/transceiver_tb/dut/data \
1111
/transceiver_tb/dut/q \
1212
/transceiver_tb/dut/done \
1313
/transceiver_tb/dut/active \
1414
/transceiver_tb/dut/data_valid \
1515
/transceiver_tb/dut/uart_rx_out \
1616

17-
add wave -color #ee66ff -radix hex -group HAMMING \
17+
add wave -expand -color #ee66ff -radix hex -group HAMMING \
1818
/transceiver_tb/dut/decoder_out \
1919
/transceiver_tb/dut/encoder_out \
2020

21-
add wave -color #1199ff -radix hex -group BPSK \
21+
add wave -expand -color #1199ff -radix hex -group BPSK \
2222
-radix unsigned /transceiver_tb/dut/cnt_out \
2323
/transceiver_tb/dut/demodulator_out \
2424
-format Analog-Step -height 74 -max 1997.9999999999998 -min -2048.0 /transceiver_tb/dut/modulator_out \

0 commit comments

Comments
 (0)