wave_timing.do

来自「一个veriloghdl编写的键盘扫描程序」· DO 代码 · 共 34 行

DO
34
字号
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -format Logic /KeypadScan_tb_v_tf/clk
add wave -noupdate -format Literal /KeypadScan_tb_v_tf/column
add wave -noupdate -format Literal /KeypadScan_tb_v_tf/row
add wave -noupdate -color Magenta -format Literal -radix hexadecimal /KeypadScan_tb_v_tf/out
add wave -noupdate -divider glbl
add wave -noupdate -format Logic /glbl/GSR
add wave -noupdate -format Logic /glbl/GTS
add wave -noupdate -format Logic /glbl/PRLD
add wave -noupdate -format Logic /glbl/GSR_int
add wave -noupdate -format Logic /glbl/GTS_int
add wave -noupdate -format Logic /glbl/PRLD_int
add wave -noupdate -divider internal
add wave -noupdate -format Logic /KeypadScan_tb_v_tf/uut/clk
add wave -noupdate -format Literal /KeypadScan_tb_v_tf/uut/column
add wave -noupdate -format Literal /KeypadScan_tb_v_tf/uut/outreg
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {259704407649 ps} 0}
configure wave -namecolwidth 241
configure wave -valuecolwidth 95
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
update
WaveRestoreZoom {258398437500 ps} {266601562500 ps}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?