-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsram_io_ctrl_test.do
More file actions
46 lines (46 loc) · 1.8 KB
/
sram_io_ctrl_test.do
File metadata and controls
46 lines (46 loc) · 1.8 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
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate /SRAM_IO_CTRL_TEST/CEN
add wave -noupdate /SRAM_IO_CTRL_TEST/d_we
add wave -noupdate /SRAM_IO_CTRL_TEST/SO
add wave -noupdate /SRAM_IO_CTRL_TEST/RDY
add wave -noupdate /SRAM_IO_CTRL_TEST/clk
add wave -noupdate /SRAM_IO_CTRL_TEST/SI
add wave -noupdate /SRAM_IO_CTRL_TEST/LOAD_N
add wave -noupdate /SRAM_IO_CTRL_TEST/m_datain
add wave -noupdate /SRAM_IO_CTRL_TEST/m_dataout
add wave -noupdate /SRAM_IO_CTRL_TEST/tmpi_adder
add wave -noupdate /SRAM_IO_CTRL_TEST/m_addr
add wave -noupdate /SRAM_IO_CTRL_TEST/j
add wave -noupdate /SRAM_IO_CTRL_TEST/sram/rst_n
add wave -noupdate /SRAM_IO_CTRL_TEST/sram/d_we
add wave -noupdate -divider SRAM_CTRL
add wave -noupdate /SRAM_IO_CTRL_TEST/cct/ctrl_state
add wave -noupdate -radix unsigned /SRAM_IO_CTRL_TEST/cct/cnt_bit_load
add wave -noupdate /SRAM_IO_CTRL_TEST/cct/reg_bits
add wave -noupdate /SRAM_IO_CTRL_TEST/cct/RDY
add wave -noupdate /SRAM_IO_CTRL_TEST/cct/CTRL
add wave -noupdate /SRAM_IO_CTRL_TEST/cct/BGN
add wave -noupdate /SRAM_IO_CTRL_TEST/cct/LOAD_N
add wave -noupdate /SRAM_IO_CTRL_TEST/cct/SI
add wave -noupdate /SRAM_IO_CTRL_TEST/cct/cnt_bit_load
add wave -noupdate /SRAM_IO_CTRL_TEST/cct/A
add wave -noupdate /SRAM_IO_CTRL_TEST/cct/PO
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {265075 ps} 0} {{Cursor 2} {7663617 ps} 0}
quietly wave cursor active 2
configure wave -namecolwidth 150
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 ps
update
WaveRestoreZoom {0 ps} {13114500 ps}