Skip to content

Commit

Permalink
Upd macro file
Browse files Browse the repository at this point in the history
  • Loading branch information
RDSik committed Oct 19, 2024
1 parent a5ea1d2 commit 92329ff
Showing 1 changed file with 25 additions and 16 deletions.
41 changes: 25 additions & 16 deletions sim/modelsim/wave.do
Original file line number Diff line number Diff line change
@@ -1,21 +1,30 @@
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate /transceiver_tb/dut/clk
add wave -noupdate /transceiver_tb/dut/arstn
add wave -noupdate /transceiver_tb/dut/data
add wave -noupdate /transceiver_tb/dut/en
add wave -noupdate /transceiver_tb/dut/q
add wave -noupdate /transceiver_tb/dut/done
add wave -noupdate /transceiver_tb/dut/active
add wave -noupdate /transceiver_tb/dut/data_valid
add wave -noupdate /transceiver_tb/dut/uart_rx_out
add wave -noupdate /transceiver_tb/dut/decoder_out
add wave -noupdate /transceiver_tb/dut/encoder_out
add wave -noupdate -radix unsigned /transceiver_tb/dut/cnt_out
add wave -noupdate /transceiver_tb/dut/demodulator_out
add wave -noupdate -format Analog-Step -height 74 -max 1997.9999999999998 -min -2048.0 /transceiver_tb/dut/modulator_out
add wave -noupdate -format Analog-Step -height 74 -max 1997.9999999999998 -min -2048.0 /transceiver_tb/dut/neg_sin_out
add wave -noupdate -format Analog-Step -height 74 -max 1997.9999999999998 -min -2048.0 /transceiver_tb/dut/sin_out

add wave -color #ff9911 -radix hex -group TOP \
/transceiver_tb/dut/clk \
/transceiver_tb/dut/arstn \
/transceiver_tb/dut/en \

add wave -color #cccc00 -radix hex -group UART \
/transceiver_tb/dut/data \
/transceiver_tb/dut/q \
/transceiver_tb/dut/done \
/transceiver_tb/dut/active \
/transceiver_tb/dut/data_valid \
/transceiver_tb/dut/uart_rx_out \

add wave -color #ee66ff -radix hex -group HAMMING \
/transceiver_tb/dut/decoder_out \
/transceiver_tb/dut/encoder_out \

add wave -color #1199ff -radix hex -group BPSK \
-radix unsigned /transceiver_tb/dut/cnt_out \
/transceiver_tb/dut/demodulator_out \
-format Analog-Step -height 74 -max 1997.9999999999998 -min -2048.0 /transceiver_tb/dut/modulator_out \
-format Analog-Step -height 74 -max 1997.9999999999998 -min -2048.0 /transceiver_tb/dut/neg_sin_out \
-format Analog-Step -height 74 -max 1997.9999999999998 -min -2048.0 /transceiver_tb/dut/sin_out \

TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {8761 ps} 0}
quietly wave cursor active 1
Expand Down

0 comments on commit 92329ff

Please # to comment.