File: wave.do

package info (click to toggle)
uhd 3.15.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 202,252 kB
  • sloc: cpp: 182,756; ansic: 94,109; vhdl: 53,420; python: 45,849; xml: 12,956; tcl: 7,046; makefile: 2,248; sh: 1,741; pascal: 230; javascript: 120; csh: 94; asm: 20; perl: 11
file content (34 lines) | stat: -rw-r--r-- 1,166 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate /sine_tone_tb/tc_running
add wave -noupdate /sine_tone_tb/tc_failed
add wave -noupdate /sine_tone_tb/tc_run_count
add wave -noupdate /sine_tone_tb/tc_pass_count
add wave -noupdate /sine_tone_tb/clk
add wave -noupdate /sine_tone_tb/rst
add wave -noupdate /sine_tone_tb/o_tdata
add wave -noupdate /sine_tone_tb/o_tlast
add wave -noupdate /sine_tone_tb/o_tvalid
add wave -noupdate /sine_tone_tb/o_tready
add wave -noupdate /sine_tone_tb/real_val
add wave -noupdate /sine_tone_tb/cplx_val
add wave -noupdate /sine_tone_tb/last
add wave -noupdate /glbl/GSR
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {121 ps} 0}
quietly wave cursor active 1
configure wave -namecolwidth 150
configure wave -valuecolwidth 100
configure wave -justifyvalue left
configure wave -signalnamewidth 0
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 {0 ps} {1 ns}