📄 wave.do
字号:
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -color Red -format Logic /testbench/reset
add wave -noupdate -color Orange -format Logic /testbench/clk
add wave -noupdate -color green -format Literal -radix hexadecimal /testbench/addr
add wave -noupdate -color Blue -format Literal -radix hexadecimal /testbench/addr_data
add wave -noupdate -color Magenta -format Logic /testbench/ale_n
add wave -noupdate -color {Blue Violet} -format Logic /testbench/psen_n
add wave -noupdate -color Red -format Logic /testbench/rd_n
add wave -noupdate -color Orange -format Logic /testbench/wr_n
add wave -noupdate -color green -format Literal -radix hexadecimal /testbench/ucdata_in
add wave -noupdate -color blue -format Logic /testbench/ucdata_in_ce
add wave -noupdate -color magenta -format Logic /testbench/int_n
add wave -noupdate -color {Blue Violet} -format Logic /testbench/need_data
add wave -noupdate -color red -format Logic /testbench/need_data_reset
add wave -noupdate -color orange -format Logic /testbench/data_rdy
add wave -noupdate -color yellow -format Logic /testbench/data_rdy_reset
add wave -noupdate -color blue -format Logic /testbench/error
add wave -noupdate -color magenta -format Logic /testbench/error_reset
add wave -noupdate -color {blue violet} -format Literal /testbench/ctrl_bits
add wave -noupdate -color red -format Logic /testbench/start
add wave -noupdate -color orange -format Logic /testbench/done
add wave -noupdate -color green -format Literal -radix hexadecimal /testbench/data_in
add wave -noupdate -color blue -format Logic /testbench/dataout_load
add wave -noupdate -color magenta -format Literal -radix hexadecimal /testbench/app_data
add wave -noupdate -color {blue violet} -format Logic /testbench/data_error
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {1155571 ps}
WaveRestoreZoom {0 ps} {15750 ns}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -