60 lines
2.8 KiB
Plaintext
60 lines
2.8 KiB
Plaintext
onerror {resume}
|
|
quietly WaveActivateNextPane {} 0
|
|
add wave -noupdate -divider SYSTEM
|
|
add wave -noupdate /feedback_loop_tb/clk
|
|
add wave -noupdate /feedback_loop_tb/reset
|
|
add wave -noupdate -divider ADC
|
|
add wave -noupdate /feedback_loop_tb/adc_data_in1
|
|
add wave -noupdate /feedback_loop_tb/adc_data_in2
|
|
add wave -noupdate /feedback_loop_tb/adc_cs_n
|
|
add wave -noupdate -divider CONFIG
|
|
add wave -noupdate /feedback_loop_tb/factor
|
|
add wave -noupdate /feedback_loop_tb/addsub_mode
|
|
add wave -noupdate /feedback_loop_tb/add_input_mux
|
|
add wave -noupdate -radix unsigned /feedback_loop_tb/delay
|
|
add wave -noupdate -divider INPUT
|
|
add wave -noupdate -radix hexadecimal /feedback_loop_tb/uut/adc_data1
|
|
add wave -noupdate -radix hexadecimal /feedback_loop_tb/uut/adc_data2
|
|
add wave -noupdate /feedback_loop_tb/uut/adc_done
|
|
add wave -noupdate -radix hexadecimal /feedback_loop_tb/input2
|
|
add wave -noupdate -divider OUTPUT
|
|
add wave -noupdate /feedback_loop_tb/uut/addsub_done
|
|
add wave -noupdate -radix hexadecimal /feedback_loop_tb/uut/addsub_out
|
|
add wave -noupdate -divider TESTBENCH
|
|
add wave -noupdate /feedback_loop_tb/adc_stage
|
|
add wave -noupdate /feedback_loop_tb/cnt1
|
|
add wave -noupdate /feedback_loop_tb/cnt2
|
|
add wave -noupdate -divider SIGNAL
|
|
add wave -noupdate -format Analog-Step -height 200 -max 4096.0 -radix unsigned /feedback_loop_tb/input1
|
|
add wave -noupdate -format Analog-Step -height 200 -max 4094.9999999999995 -radix unsigned /feedback_loop_tb/input2
|
|
add wave -noupdate -format Analog-Step -height 200 -max 65536.0 -radix unsigned /feedback_loop_tb/output
|
|
add wave -noupdate -divider MISC
|
|
add wave -noupdate -radix hexadecimal /feedback_loop_tb/uut/scaler_1_out
|
|
add wave -noupdate -radix hexadecimal /feedback_loop_tb/uut/scaler_2_out
|
|
add wave -noupdate -radix hexadecimal /feedback_loop_tb/uut/scaler_offset_1
|
|
add wave -noupdate -radix hexadecimal /feedback_loop_tb/uut/scaler_offset_2
|
|
add wave -noupdate -radix hexadecimal /feedback_loop_tb/uut/inputA_wide
|
|
add wave -noupdate -radix hexadecimal /feedback_loop_tb/uut/inputB_wide
|
|
add wave -noupdate -radix hexadecimal /feedback_loop_tb/uut/inputA
|
|
add wave -noupdate -radix hexadecimal /feedback_loop_tb/uut/inputB
|
|
add wave -noupdate -radix hexadecimal /feedback_loop_tb/uut/addsub_out
|
|
add wave -noupdate /feedback_loop_tb/uut/scaler_done
|
|
TreeUpdate [SetDefaultTree]
|
|
WaveRestoreCursors {{Cursor 1} {399500000000 fs} 0}
|
|
quietly wave cursor active 1
|
|
configure wave -namecolwidth 150
|
|
configure wave -valuecolwidth 100
|
|
configure wave -justifyvalue left
|
|
configure wave -signalnamewidth 1
|
|
configure wave -snapdistance 10
|
|
configure wave -datasetprefix 0
|
|
configure wave -rowmargin 4
|
|
configure wave -childrowmargin 2
|
|
configure wave -gridoffset 0
|
|
configure wave -gridperiod 1
|
|
configure wave -griddelta 40
|
|
configure wave -timeline 0
|
|
configure wave -timelineunits ns
|
|
update
|
|
WaveRestoreZoom {371218089984 fs} {506777995264 fs}
|