📄 wave_full_adder.do
字号:
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -format Logic /tb_full_adder/in1
add wave -noupdate -format Logic /tb_full_adder/in2
add wave -noupdate -format Logic /tb_full_adder/carryin
add wave -noupdate -divider {New Divider}
add wave -noupdate -format Logic /tb_full_adder/carryout
add wave -noupdate -format Logic /tb_full_adder/sum
TreeUpdate [SetDefaultTree]
configure wave -namecolwidth 156
configure wave -valuecolwidth 50
configure wave -justifyvalue left
configure wave -signalnamewidth 2
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} {164 ns}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -