1 |
2 |
dimo |
onerror {resume}
|
2 |
|
|
quietly WaveActivateNextPane {} 0
|
3 |
|
|
add wave -noupdate -format Logic /tlc_tb/uut/clk
|
4 |
|
|
add wave -noupdate -format Logic /tlc_tb/uut/rst
|
5 |
|
|
add wave -noupdate -format Logic /tlc_tb/uut/j_left
|
6 |
|
|
add wave -noupdate -format Logic /tlc_tb/uut/j_right
|
7 |
|
|
add wave -noupdate -format Literal /tlc_tb/uut/led
|
8 |
|
|
add wave -noupdate -format Literal /tlc_tb/uut/pr_state
|
9 |
|
|
add wave -noupdate -format Literal /tlc_tb/uut/nxt_state
|
10 |
|
|
add wave -noupdate -format Logic /tlc_tb/uut/pr_state_mode
|
11 |
|
|
add wave -noupdate -format Logic /tlc_tb/uut/nxt_state_mode
|
12 |
|
|
add wave -noupdate -format Literal /tlc_tb/uut/led_int
|
13 |
|
|
add wave -noupdate -format Logic /tlc_tb/uut/one_sec
|
14 |
|
|
add wave -noupdate -format Logic /tlc_tb/uut/go
|
15 |
|
|
add wave -noupdate -format Logic /tlc_tb/uut/mode
|
16 |
|
|
add wave -noupdate -format Logic /tlc_tb/uut/green_period
|
17 |
|
|
add wave -noupdate -format Logic /tlc_tb/uut/orange_period
|
18 |
|
|
add wave -noupdate -format Logic /tlc_tb/uut/red_period
|
19 |
|
|
add wave -noupdate -format Logic /tlc_tb/uut/red_orange_period
|
20 |
|
|
add wave -noupdate -format Logic /tlc_tb/uut/stb_period
|
21 |
|
|
add wave -noupdate -format Logic /tlc_tb/uut/rst_int
|
22 |
|
|
add wave -noupdate -format Literal /tlc_tb/uut/time_p/temp0
|
23 |
|
|
add wave -noupdate -format Literal /tlc_tb/uut/time_p/temp1
|
24 |
|
|
add wave -noupdate -format Literal /tlc_tb/uut/time_p/temp2
|
25 |
|
|
add wave -noupdate -format Literal /tlc_tb/uut/time_p/temp3
|
26 |
|
|
TreeUpdate [SetDefaultTree]
|
27 |
|
|
WaveRestoreCursors {{Cursor 1} {2053550 ns} 1}
|
28 |
|
|
configure wave -namecolwidth 208
|
29 |
|
|
configure wave -valuecolwidth 40
|
30 |
|
|
configure wave -justifyvalue left
|
31 |
|
|
configure wave -signalnamewidth 0
|
32 |
|
|
configure wave -snapdistance 10
|
33 |
|
|
configure wave -datasetprefix 0
|
34 |
|
|
configure wave -rowmargin 4
|
35 |
|
|
configure wave -childrowmargin 2
|
36 |
|
|
configure wave -gridoffset 0
|
37 |
|
|
configure wave -gridperiod 1
|
38 |
|
|
configure wave -griddelta 40
|
39 |
|
|
configure wave -timeline 0
|
40 |
|
|
configure wave -timelineunits ns
|
41 |
|
|
update
|
42 |
|
|
WaveRestoreZoom {2202166 ns} {2234934 ns}
|