-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcache_controller_tb2.do
More file actions
57 lines (57 loc) · 2.85 KB
/
Copy pathcache_controller_tb2.do
File metadata and controls
57 lines (57 loc) · 2.85 KB
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
53
54
55
56
57
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate /cache_controller_tb2/DUT/clk
add wave -noupdate /cache_controller_tb2/DUT/reset
add wave -noupdate -radix unsigned /cache_controller_tb2/DUT/state
add wave -noupdate -radix decimal /cache_controller_tb2/DUT/data_up
add wave -noupdate -radix decimal /cache_controller_tb2/d_up
add wave -noupdate -radix decimal /cache_controller_tb2/dmem
add wave -noupdate -radix decimal /cache_controller_tb2/DUT/data_mem
add wave -noupdate -radix binary /cache_controller_tb2/DUT/word_counter
add wave -noupdate -radix decimal /cache_controller_tb2/DUT/read_mem_block
add wave -noupdate -radix decimal /cache_controller_tb2/DUT/read_mem_word0
add wave -noupdate -radix decimal /cache_controller_tb2/DUT/read_mem_word1
add wave -noupdate -radix decimal /cache_controller_tb2/DUT/read_mem_word2
add wave -noupdate -radix decimal /cache_controller_tb2/DUT/read_mem_word3
add wave -noupdate -radix decimal /cache_controller_tb2/w_up
add wave -noupdate -radix binary /cache_controller_tb2/addr_up
add wave -noupdate /cache_controller_tb2/DUT/hit_way_0
add wave -noupdate /cache_controller_tb2/DUT/valid_way_0
add wave -noupdate /cache_controller_tb2/DUT/used_way_0
add wave -noupdate /cache_controller_tb2/DUT/dirty_way_0
add wave -noupdate /cache_controller_tb2/DUT/hit_way_1
add wave -noupdate /cache_controller_tb2/DUT/valid_way_1
add wave -noupdate /cache_controller_tb2/DUT/used_way_1
add wave -noupdate /cache_controller_tb2/DUT/dirty_way_1
add wave -noupdate -radix binary /cache_controller_tb2/DUT/tag_read_0
add wave -noupdate -radix binary /cache_controller_tb2/DUT/tag_read_1
add wave -noupdate /cache_controller_tb2/DUT/db_read_0
add wave -noupdate /cache_controller_tb2/DUT/db_read_1
add wave -noupdate /cache_controller_tb2/DUT/read_up
add wave -noupdate /cache_controller_tb2/DUT/write_up
add wave -noupdate -radix binary /cache_controller_tb2/DUT/tag
add wave -noupdate -radix decimal /cache_controller_tb2/DUT/index
add wave -noupdate -radix binary /cache_controller_tb2/DUT/block_offset
add wave -noupdate /cache_controller_tb2/DUT/ready_mem
add wave -noupdate -color {Light Steel Blue} /cache_controller_tb2/read_up
add wave -noupdate -color {Light Steel Blue} /cache_controller_tb2/write_up
add wave -noupdate /cache_controller_tb2/read_mem
add wave -noupdate /cache_controller_tb2/write_mem
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {2131 ns} 0}
quietly wave cursor active 1
configure wave -namecolwidth 174
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 {1840 ns} {2470 ns}