wave_rtl_fullstripe.do

来自「altera epxa1开发板的例子程序」· DO 代码 · 共 45 行

DO
45
字号
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -format Logic -radix hexadecimal /arm_top_tb/dut/clk_ref
add wave -noupdate -format Logic -radix hexadecimal /arm_top_tb/dut/npor
add wave -noupdate -format Logic -radix hexadecimal /arm_top_tb/dut/nreset
add wave -noupdate -format Logic -radix hexadecimal /arm_top_tb/pld_reset
add wave -noupdate -format Literal -radix binary /arm_top_tb/dut/USER_LED
add wave -noupdate -format Logic -radix hexadecimal /arm_top_tb/dut/b2v_inst/dp0_2_portaclk
add wave -noupdate -format Logic -radix hexadecimal /arm_top_tb/dut/b2v_inst/dp0_portaena
add wave -noupdate -format Logic -radix hexadecimal /arm_top_tb/dut/b2v_inst/dp0_portawe
add wave -noupdate -format Literal -radix hexadecimal /arm_top_tb/dut/b2v_inst/dp0_portaaddr
add wave -noupdate -format Literal -radix hexadecimal /arm_top_tb/dut/b2v_inst/dp0_portadatain
add wave -noupdate -format Literal -radix hexadecimal /arm_top_tb/dut/b2v_inst/dp0_portadataout
add wave -noupdate -format Logic -radix hexadecimal /arm_top_tb/dut/b2v_inst/dp1_3_portaclk
add wave -noupdate -format Logic -radix hexadecimal /arm_top_tb/dut/b2v_inst/dp1_portaena
add wave -noupdate -format Logic -radix hexadecimal /arm_top_tb/dut/b2v_inst/dp1_portawe
add wave -noupdate -format Literal -radix hexadecimal /arm_top_tb/dut/b2v_inst/dp1_portaaddr
add wave -noupdate -format Literal -radix hexadecimal /arm_top_tb/dut/b2v_inst/dp1_portadatain
add wave -noupdate -format Literal -radix hexadecimal /arm_top_tb/dut/b2v_inst/dp1_portadataout
add wave -noupdate -format Literal -radix hexadecimal /arm_top_tb/dut/b2v_inst/lpm_instance/u_epxa10top/u_epxa10/pc
add wave -noupdate -format Literal -radix hexadecimal /arm_top_tb/dut/b2v_inst/lpm_instance/u_epxa10top/u_epxa10/r0
add wave -noupdate -format Literal -radix hexadecimal /arm_top_tb/dut/b2v_inst/lpm_instance/u_epxa10top/u_epxa10/r1
add wave -noupdate -format Literal -radix hexadecimal /arm_top_tb/dut/b2v_inst/lpm_instance/u_epxa10top/u_epxa10/r2
add wave -noupdate -format Literal -radix hexadecimal /arm_top_tb/dut/b2v_inst/lpm_instance/u_epxa10top/u_epxa10/r3
add wave -noupdate -format Literal -radix hexadecimal /arm_top_tb/dut/b2v_inst/lpm_instance/u_epxa10top/u_epxa10/r4
add wave -noupdate -format Literal -radix hexadecimal /arm_top_tb/dut/b2v_inst/lpm_instance/u_epxa10top/u_epxa10/r5
add wave -noupdate -format Literal -radix hexadecimal /arm_top_tb/dut/b2v_inst/lpm_instance/u_epxa10top/u_epxa10/r6
add wave -noupdate -format Literal -radix hexadecimal /arm_top_tb/dut/b2v_inst/lpm_instance/u_epxa10top/u_epxa10/r7
add wave -noupdate -format Literal -radix hexadecimal /arm_top_tb/dut/b2v_inst/lpm_instance/u_epxa10top/u_epxa10/r8
add wave -noupdate -format Literal -radix hexadecimal /arm_top_tb/dut/b2v_inst/lpm_instance/u_epxa10top/u_epxa10/r9
add wave -noupdate -format Literal -radix hexadecimal /arm_top_tb/dut/b2v_inst/lpm_instance/u_epxa10top/u_epxa10/r10
add wave -noupdate -format Literal -radix hexadecimal /arm_top_tb/dut/b2v_inst/lpm_instance/u_epxa10top/u_epxa10/r11
add wave -noupdate -format Literal -radix hexadecimal /arm_top_tb/dut/b2v_inst/lpm_instance/u_epxa10top/u_epxa10/r12
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {0 ps}
WaveRestoreZoom {0 ps} {7654500 ps}
configure wave -namecolwidth 150
configure wave -valuecolwidth 100
configure wave -justifyvalue left
configure wave -signalnamewidth 1
configure wave -snapdistance 10
configure wave -datasetprefix 0
configure wave -rowmargin 4
configure wave -childrowmargin 2

⌨️ 快捷键说明

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