wave.do

来自「用Verilog 实现将比特流数据转化为SPI协议数据的适配器」· DO 代码 · 共 33 行

DO
33
字号
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -format Logic /testadapter/Clock50MHZ
add wave -noupdate -format Logic /testadapter/Clock20MHZ
add wave -noupdate -format Logic /testadapter/SampleCLKfromDM
add wave -noupdate -format Logic /testadapter/BitStream
add wave -noupdate -format Logic /testadapter/RST
add wave -noupdate -format Logic /testadapter/SampleClock
add wave -noupdate -format Literal /testadapter/DataSRC
add wave -noupdate -format Logic /testadapter/barkerflag
add wave -noupdate -format Logic /testadapter/endflag
add wave -noupdate -format Logic /testadapter/SPICONRST
add wave -noupdate -format Logic /testadapter/SS
add wave -noupdate -format Logic /testadapter/SCK
add wave -noupdate -format Logic /testadapter/MOSI
add wave -noupdate -format Literal /testadapter/i
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {399999300 ps} 0}
configure wave -namecolwidth 150
configure wave -valuecolwidth 100
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 {159021400 ps} {167213400 ps}

⌨️ 快捷键说明

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