From 92329ff22c06346cb2094c05754b444664b187e8 Mon Sep 17 00:00:00 2001 From: RDSik Date: Sun, 20 Oct 2024 00:02:07 +0300 Subject: [PATCH] Upd macro file --- sim/modelsim/wave.do | 41 +++++++++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 16 deletions(-) diff --git a/sim/modelsim/wave.do b/sim/modelsim/wave.do index 632a8da..a2bc6a2 100644 --- a/sim/modelsim/wave.do +++ b/sim/modelsim/wave.do @@ -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