wave.do

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

DO
26
字号
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -format Logic /KeypadScan_tb_v_tf/uut/clk
add wave -noupdate -format Logic /KeypadScan_tb_v_tf/uut/scan_en
add wave -noupdate -format Literal /KeypadScan_tb_v_tf/uut/shiftreg
add wave -noupdate -format Literal /KeypadScan_tb_v_tf/uut/row
add wave -noupdate -format Literal /KeypadScan_tb_v_tf/uut/column
add wave -noupdate -format Literal /KeypadScan_tb_v_tf/uut/outreg
add wave -noupdate -color Magenta -format Literal -radix hexadecimal /KeypadScan_tb_v_tf/uut/out
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {3 ns} 0}
configure wave -namecolwidth 212
configure wave -valuecolwidth 77
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 {29019948 ns} {35631372 ns}

⌨️ 快捷键说明

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