Subversion Repositories ngs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
58 lvd 1
onerror {resume}
2
quietly WaveActivateNextPane {} 0
3
add wave -noupdate /tb/rst_n
4
add wave -noupdate /tb/clk
5
add wave -noupdate -radix hexadecimal /tb/sram_addr
6
add wave -noupdate -radix hexadecimal /tb/sram_data
7
add wave -noupdate /tb/sram_cs_n
8
add wave -noupdate /tb/sram_oe_n
9
add wave -noupdate /tb/sram_we_n
10
add wave -noupdate /tb/main/led_diag
11
TreeUpdate [SetDefaultTree]
12
WaveRestoreCursors {{Cursor 1} {998400 ps} 0}
13
configure wave -namecolwidth 150
14
configure wave -valuecolwidth 100
15
configure wave -justifyvalue left
16
configure wave -signalnamewidth 0
17
configure wave -snapdistance 10
18
configure wave -datasetprefix 0
19
configure wave -rowmargin 4
20
configure wave -childrowmargin 2
21
configure wave -gridoffset 0
22
configure wave -gridperiod 1
23
configure wave -griddelta 40
24
configure wave -timeline 0
25
configure wave -timelineunits ps
26
update
27
WaveRestoreZoom {0 ps} {691722134100 ps}