wave_dem1x4_2.do
来自「一些程式 請大家 多多關照.........」· DO 代码 · 共 26 行
DO
26 行
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -format Logic -radix hexadecimal /t/m/D
add wave -noupdate -format Logic -radix hexadecimal /t/m/S1
add wave -noupdate -format Logic -radix hexadecimal /t/m/S0
add wave -noupdate -divider {New Divider}
add wave -noupdate -format Logic -radix hexadecimal /t/m/Y0
add wave -noupdate -format Logic -radix hexadecimal /t/m/Y1
add wave -noupdate -format Logic -radix hexadecimal /t/m/Y2
add wave -noupdate -format Logic -radix hexadecimal /t/m/Y3
TreeUpdate [SetDefaultTree]
configure wave -namecolwidth 58
configure wave -valuecolwidth 53
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
update
WaveRestoreZoom {0 ns} {1208 ns}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?