-
Notifications
You must be signed in to change notification settings - Fork 1
/
wavemap.do
94 lines (94 loc) · 4.66 KB
/
wavemap.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate /tb_pixelcontroller/tb_clk
add wave -noupdate /tb_pixelcontroller/tb_rst
add wave -noupdate -expand -group Important /tb_pixelcontroller/read_enable
add wave -noupdate -expand -group Important /tb_pixelcontroller/PIXCON/read_now
add wave -noupdate -expand -group Important /tb_pixelcontroller/PIXCON/write_now
add wave -noupdate -expand -group Important -radix hexadecimal /tb_pixelcontroller/address
add wave -noupdate -expand -group Important -radix hexadecimal /tb_pixelcontroller/w_data
add wave -noupdate -expand -group Important -radix hexadecimal /tb_pixelcontroller/r_data
add wave -noupdate -expand -group Important -radix hexadecimal /tb_pixelcontroller/bidata
add wave -noupdate -expand -group Important /tb_pixelcontroller/PIXCON/state
add wave -noupdate -expand -group Important /tb_pixelcontroller/PIXCON/total_read
add wave -noupdate /tb_pixelcontroller/AHB_HCLK
add wave -noupdate /tb_pixelcontroller/init_file_number
add wave -noupdate /tb_pixelcontroller/dump_file_number
add wave -noupdate /tb_pixelcontroller/mem_clr
add wave -noupdate /tb_pixelcontroller/mem_init
add wave -noupdate /tb_pixelcontroller/mem_dump
add wave -noupdate /tb_pixelcontroller/verbose
add wave -noupdate /tb_pixelcontroller/start_address
add wave -noupdate /tb_pixelcontroller/last_address
add wave -noupdate /tb_pixelcontroller/sread_enable
add wave -noupdate /tb_pixelcontroller/pread_enable
add wave -noupdate /tb_pixelcontroller/write_enable
add wave -noupdate /tb_pixelcontroller/swrite_enable
add wave -noupdate /tb_pixelcontroller/pwrite_enable
add wave -noupdate /tb_pixelcontroller/paddress
add wave -noupdate /tb_pixelcontroller/saddress
add wave -noupdate /tb_pixelcontroller/tb_address
add wave -noupdate /tb_pixelcontroller/sw_data
add wave -noupdate /tb_pixelcontroller/pw_data
add wave -noupdate /tb_pixelcontroller/tb_w_data
add wave -noupdate /tb_pixelcontroller/tb_r_data
add wave -noupdate /tb_pixelcontroller/tb_start
add wave -noupdate /tb_pixelcontroller/io_done
add wave -noupdate /tb_pixelcontroller/tb_writemode
add wave -noupdate /tb_pixelcontroller/global_setup
add wave -noupdate /tb_pixelcontroller/fd
add wave -noupdate /tb_pixelcontroller/read_in
add wave -noupdate /tb_pixelcontroller/count
add wave -noupdate /tb_pixelcontroller/code
add wave -noupdate /tb_pixelcontroller/current_addr
add wave -noupdate /tb_pixelcontroller/tbp_enable
add wave -noupdate /tb_pixelcontroller/tbp_data_out
add wave -noupdate /tb_pixelcontroller/tbp_data_in
add wave -noupdate /tb_pixelcontroller/tbp_address_write_offset
add wave -noupdate /tb_pixelcontroller/tbp_address_read_offset
add wave -noupdate /tb_pixelcontroller/tbp_num_pix_read
add wave -noupdate /tb_pixelcontroller/tbp_num_pix_write
add wave -noupdate /tb_pixelcontroller/tbp_n_rst
add wave -noupdate /tb_pixelcontroller/tbp_read_now
add wave -noupdate /tb_pixelcontroller/in_file
add wave -noupdate /tb_pixelcontroller/out_file
add wave -noupdate /tb_pixelcontroller/i
add wave -noupdate /tb_pixelcontroller/J
add wave -noupdate /tb_pixelcontroller/r
add wave -noupdate /tb_pixelcontroller/PIXCON/address_write_offset
add wave -noupdate /tb_pixelcontroller/PIXCON/address_read_offset
add wave -noupdate /tb_pixelcontroller/PIXCON/num_pix_read
add wave -noupdate /tb_pixelcontroller/PIXCON/num_pix_write
add wave -noupdate /tb_pixelcontroller/PIXCON/address
add wave -noupdate /tb_pixelcontroller/PIXCON/w_data
add wave -noupdate /tb_pixelcontroller/PIXCON/r_data
add wave -noupdate /tb_pixelcontroller/PIXCON/clk
add wave -noupdate /tb_pixelcontroller/PIXCON/enable
add wave -noupdate /tb_pixelcontroller/PIXCON/read_enable
add wave -noupdate /tb_pixelcontroller/PIXCON/write_enable
add wave -noupdate /tb_pixelcontroller/PIXCON/Rtim_en
add wave -noupdate /tb_pixelcontroller/PIXCON/Wtim_clear
add wave -noupdate /tb_pixelcontroller/PIXCON/Wtim_en
add wave -noupdate /tb_pixelcontroller/PIXCON/next_state
add wave -noupdate /tb_pixelcontroller/PIXCON/total_written
add wave -noupdate /tb_pixelcontroller/PIXCON/SYNOPSYS_UNCONNECTED__0
add wave -noupdate /tb_pixelcontroller/PIXCON/SYNOPSYS_UNCONNECTED__1
add wave -noupdate /tb_pixelcontroller/PIXCON/SYNOPSYS_UNCONNECTED__2
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {284484 ps} 0}
quietly wave cursor active 1
configure wave -namecolwidth 327
configure wave -valuecolwidth 236
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 ps
update
WaveRestoreZoom {0 ps} {511744 ps}