git-svn-id: http://moon:8086/svn/vhdl/trunk@1412 cc03376c-175c-47c8-b038-4cd826a8556b
65 lines
4.1 KiB
Plaintext
65 lines
4.1 KiB
Plaintext
onerror {resume}
|
|
quietly WaveActivateNextPane {} 0
|
|
add wave -noupdate -divider Top
|
|
add wave -noupdate -format Literal /tb_cordic_top/uut/cordic_mode
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_cordic_top/xin
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_cordic_top/yin
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_cordic_top/zin
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_cordic_top/xout
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_cordic_top/yout
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_cordic_top/zout
|
|
add wave -noupdate -format Logic /tb_cordic_top/ce
|
|
add wave -noupdate -format Logic /tb_cordic_top/valid
|
|
add wave -noupdate -divider {Pre stage}
|
|
add wave -noupdate -format Literal /tb_cordic_top/uut/inst_cordic_stage_pre/cordic_mode
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_cordic_top/uut/inst_cordic_stage_pre/xin
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_cordic_top/uut/inst_cordic_stage_pre/yin
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_cordic_top/uut/inst_cordic_stage_pre/zin
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_cordic_top/uut/inst_cordic_stage_pre/xout
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_cordic_top/uut/inst_cordic_stage_pre/yout
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_cordic_top/uut/inst_cordic_stage_pre/zout
|
|
add wave -noupdate -divider {Process stage}
|
|
add wave -noupdate -format Literal /tb_cordic_top/uut/count
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_cordic_top/uut/inst_cordic_stage/coeff
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_cordic_top/uut/inst_cordic_stage/xin
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_cordic_top/uut/inst_cordic_stage/yin
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_cordic_top/uut/inst_cordic_stage/zin
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_cordic_top/uut/inst_cordic_stage/xout
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_cordic_top/uut/inst_cordic_stage/yout
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_cordic_top/uut/inst_cordic_stage/zout
|
|
add wave -noupdate -divider {Post stage}
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_cordic_top/uut/inst_cordic_stage_post/xin
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_cordic_top/uut/inst_cordic_stage_post/yin
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_cordic_top/uut/inst_cordic_stage_post/zin
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_cordic_top/uut/inst_cordic_stage_post/xout
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_cordic_top/uut/inst_cordic_stage_post/yout
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_cordic_top/uut/inst_cordic_stage_post/zout
|
|
add wave -noupdate -divider Signals
|
|
add wave -noupdate -format Logic /tb_cordic_top/uut/ce
|
|
add wave -noupdate -format Logic /tb_cordic_top/uut/pre_stage_ready
|
|
add wave -noupdate -format Logic /tb_cordic_top/uut/pre_stage_en
|
|
add wave -noupdate -format Logic /tb_cordic_top/uut/pre_stage_valid
|
|
add wave -noupdate -format Logic /tb_cordic_top/uut/proc_stage_ready
|
|
add wave -noupdate -format Logic /tb_cordic_top/uut/proc_stage_en
|
|
add wave -noupdate -format Logic /tb_cordic_top/uut/proc_stage_valid
|
|
add wave -noupdate -format Logic /tb_cordic_top/uut/post_stage_ready
|
|
add wave -noupdate -format Logic /tb_cordic_top/uut/post_stage_en
|
|
add wave -noupdate -format Logic /tb_cordic_top/uut/post_stage_valid
|
|
add wave -noupdate -format Literal /tb_cordic_top/uut/state
|
|
TreeUpdate [SetDefaultTree]
|
|
WaveRestoreCursors {{Cursor 1} {1463518 ps} 0}
|
|
configure wave -namecolwidth 184
|
|
configure wave -valuecolwidth 124
|
|
configure wave -justifyvalue left
|
|
configure wave -signalnamewidth 1
|
|
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 {655140 ps} {1967644 ps}
|