wave
来自「I2C to GPIO Port expander的Verilog HDL 程」· 代码 · 共 39 行
TXT
39 行
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -format Logic /test_I2C_to_GPIO/ack_check
add wave -noupdate -format Literal /test_I2C_to_GPIO/count
add wave -noupdate -format Literal /test_I2C_to_GPIO/GPIO_input
add wave -noupdate -format Logic /test_I2C_to_GPIO/GPIO_input_check
add wave -noupdate -format Literal /test_I2C_to_GPIO/GPIO_input_reg
add wave -noupdate -format Literal /test_I2C_to_GPIO/GPIO_input_store
add wave -noupdate -format Literal /test_I2C_to_GPIO/GPIO_output
add wave -noupdate -format Literal /test_I2C_to_GPIO/GPIO_output_send
add wave -noupdate -format Literal /test_I2C_to_GPIO/i
add wave -noupdate -format Literal /test_I2C_to_GPIO/r_seed
add wave -noupdate -format Logic /test_I2C_to_GPIO/read_oper_check
add wave -noupdate -format Logic /test_I2C_to_GPIO/sclk
add wave -noupdate -format Logic /test_I2C_to_GPIO/sda
add wave -noupdate -format Logic /test_I2C_to_GPIO/sda_in
add wave -noupdate -format Logic /test_I2C_to_GPIO/slave_add_check
add wave -noupdate -format Literal /test_I2C_to_GPIO/slave_add_compare
add wave -noupdate -format Logic /test_I2C_to_GPIO/start_t
add wave -noupdate -format Literal /test_I2C_to_GPIO/tdelay
add wave -noupdate -format Literal /test_I2C_to_GPIO/testcycle
add wave -noupdate -format Logic /test_I2C_to_GPIO/write_oper_check
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {0 ns} 0}
configure wave -namecolwidth 241
configure wave -valuecolwidth 51
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 {0 ns} {942080 ns}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?