-
Notifications
You must be signed in to change notification settings - Fork 0
/
wave.do
52 lines (52 loc) · 2.74 KB
/
wave.do
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate /tb_neander/clk
add wave -noupdate /tb_neander/reset
add wave -noupdate -radix hexadecimal /tb_neander/clk
add wave -noupdate -radix hexadecimal /tb_neander/reset
add wave -noupdate -divider Neander
add wave -noupdate -radix hexadecimal /tb_neander/arquivo/neander_inst/reset
add wave -noupdate -radix hexadecimal /tb_neander/arquivo/neander_inst/count_load
add wave -noupdate -radix hexadecimal /tb_neander/arquivo/neander_inst/en_ULA
add wave -noupdate -radix hexadecimal /tb_neander/arquivo/neander_inst/Z
add wave -noupdate -radix hexadecimal /tb_neander/arquivo/neander_inst/N
add wave -noupdate -radix hexadecimal /tb_neander/arquivo/neander_inst/memoria
add wave -noupdate -radix hexadecimal /tb_neander/arquivo/neander_inst/SOMA
add wave -noupdate -radix decimal /tb_neander/arquivo/neander_inst/SUB
add wave -noupdate -radix decimal /tb_neander/arquivo/neander_inst/MULT
add wave -noupdate -radix hexadecimal /tb_neander/arquivo/neander_inst/PC
add wave -noupdate -radix decimal /tb_neander/arquivo/neander_inst/MUX
add wave -noupdate -radix decimal /tb_neander/arquivo/neander_inst/decoder
add wave -noupdate -radix hexadecimal /tb_neander/arquivo/neander_inst/RDM
add wave -noupdate -radix decimal /tb_neander/arquivo/neander_inst/ACC
add wave -noupdate -radix hexadecimal /tb_neander/arquivo/neander_inst/clk
add wave -noupdate -radix hexadecimal /tb_neander/arquivo/neander_inst/flagZ
add wave -noupdate -radix hexadecimal /tb_neander/arquivo/neander_inst/flagN
add wave -noupdate -divider FSM
add wave -noupdate /tb_neander/arquivo/fsm_inst/state
add wave -noupdate /tb_neander/arquivo/fsm_inst/next_state
add wave -noupdate -radix hexadecimal /tb_neander/arquivo/fsm_inst/clk
add wave -noupdate -radix hexadecimal /tb_neander/arquivo/fsm_inst/reset
add wave -noupdate -radix hexadecimal /tb_neander/arquivo/fsm_inst/flag_zero
add wave -noupdate -radix hexadecimal /tb_neander/arquivo/fsm_inst/flag_negative
add wave -noupdate -radix hexadecimal /tb_neander/arquivo/fsm_inst/decoder
add wave -noupdate -format Literal -radix decimal /tb_neander/arquivo/fsm_inst/count_load
add wave -noupdate -format Literal -radix hexadecimal /tb_neander/arquivo/fsm_inst/enable_ula
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {93510 ps} 0}
quietly wave cursor active 1
configure wave -namecolwidth 267
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} {157500 ps}