wave.do

来自「基于xilinx ISE环境开发的VHDL的NAND flash ECC 实现,」· DO 代码 · 共 35 行

DO
35
字号
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -format Logic /tb_ecc_vhd/reset
add wave -noupdate -format Logic /tb_ecc_vhd/clk
add wave -noupdate -format Logic /tb_ecc_vhd/uut/wr_en
add wave -noupdate -format Logic /tb_ecc_vhd/nd
add wave -noupdate -format Literal -radix hexadecimal /tb_ecc_vhd/data
add wave -noupdate -format Logic /tb_ecc_vhd/eccvalid
add wave -noupdate -format Literal -radix hexadecimal /tb_ecc_vhd/uut/ecccode_3
add wave -noupdate -format Literal -radix hexadecimal /tb_ecc_vhd/uut/ecctab_dout
add wave -noupdate -format Literal -radix hexadecimal /tb_ecc_vhd/uut/datacount
add wave -noupdate -format Literal -radix hexadecimal /tb_ecc_vhd/ecccode
add wave -noupdate -format Logic /tb_ecc_vhd/uut/eccvalid_pre
add wave -noupdate -format Logic /tb_ecc_vhd/uut/cnt
add wave -noupdate -format Logic /tb_ecc_vhd/uut/start
add wave -noupdate -format Literal -radix hexadecimal /tb_ecc_vhd/uut/datatmp
add wave -noupdate -format Logic /tb_ecc_vhd/uut/rd_tmp
add wave -noupdate -format Logic /tb_ecc_vhd/uut/empty
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {197535 ps} 0}
configure wave -namecolwidth 209
configure wave -valuecolwidth 43
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 ps} {523944 ps}

⌨️ 快捷键说明

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