This repository has been archived by the owner on Dec 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathondaV0.do
47 lines (47 loc) · 2.69 KB
/
ondaV0.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
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -expand -group ENTRADAS /testbench_md_mas_mc/uut/MC/Unidad_Control/clk
add wave -noupdate -expand -group ENTRADAS /testbench_md_mas_mc/uut/MC/Unidad_Control/reset
add wave -noupdate -expand -group ENTRADAS -color Green /testbench_md_mas_mc/uut/MC/Unidad_Control/RE
add wave -noupdate -expand -group ENTRADAS -color Red /testbench_md_mas_mc/uut/MC/Unidad_Control/WE
add wave -noupdate -expand -group ENTRADAS -color Yellow /testbench_md_mas_mc/uut/MC/Unidad_Control/hit
add wave -noupdate -expand -group ENTRADAS -color Brown /testbench_md_mas_mc/uut/MC/Unidad_Control/dirty_bit
add wave -noupdate -expand -group ENTRADAS -color Navy /testbench_md_mas_mc/uut/MC/Unidad_Control/bus_TRDY
add wave -noupdate -expand -group ENTRADAS /testbench_md_mas_mc/uut/MC/Unidad_Control/Bus_DevSel
add wave -noupdate /testbench_md_mas_mc/uut/MC/Unidad_Control/MC_RE
add wave -noupdate /testbench_md_mas_mc/uut/MC/Unidad_Control/MC_WE
add wave -noupdate /testbench_md_mas_mc/uut/MC/Unidad_Control/bus_RE
add wave -noupdate /testbench_md_mas_mc/uut/MC/Unidad_Control/bus_WE
add wave -noupdate /testbench_md_mas_mc/uut/MC/Unidad_Control/MC_tags_WE
add wave -noupdate /testbench_md_mas_mc/uut/MC/Unidad_Control/palabra
add wave -noupdate /testbench_md_mas_mc/uut/MC/Unidad_Control/mux_origen
add wave -noupdate /testbench_md_mas_mc/uut/MC/Unidad_Control/ready
add wave -noupdate /testbench_md_mas_mc/uut/MC/Unidad_Control/MC_send_addr
add wave -noupdate /testbench_md_mas_mc/uut/MC/Unidad_Control/MC_send_data
add wave -noupdate /testbench_md_mas_mc/uut/MC/Unidad_Control/Frame
add wave -noupdate /testbench_md_mas_mc/uut/MC/Unidad_Control/Send_dirty
add wave -noupdate /testbench_md_mas_mc/uut/MC/Unidad_Control/Update_dirty
add wave -noupdate /testbench_md_mas_mc/uut/MC/Unidad_Control/Replace_block
add wave -noupdate /testbench_md_mas_mc/uut/MC/Unidad_Control/state
add wave -noupdate /testbench_md_mas_mc/uut/MC/Unidad_Control/next_state
add wave -noupdate /testbench_md_mas_mc/uut/MC/Unidad_Control/last_word
add wave -noupdate /testbench_md_mas_mc/uut/MC/Unidad_Control/count_enable
add wave -noupdate /testbench_md_mas_mc/uut/MC/Unidad_Control/palabra_UC
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {0 ns} 0}
quietly wave cursor active 0
configure wave -namecolwidth 447
configure wave -valuecolwidth 49
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 ns} {6943 ns}