- fixed fir_stage_sys

git-svn-id: http://moon:8086/svn/vhdl/trunk@1318 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2015-10-24 07:02:37 +00:00
parent 41d5b6e409
commit 46e1bd322c
4 changed files with 93 additions and 77 deletions
-2
View File
@@ -1,5 +1,3 @@
vmap ieee_proposed ../../../Common/sim/ieee_proposed
vlib work
vcom -explicit -93 "../../../lib/misc/utils_pkg.vhd"
vcom -explicit -93 "../../../lib/fixed/fixed_util_pkg.vhd"
+40 -28
View File
@@ -1,28 +1,40 @@
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -format Logic /tb_fir_stage_sys/clk
add wave -noupdate -divider Input
add wave -noupdate -format Literal -radix decimal /tb_fir_stage_sys/x_in
add wave -noupdate -format Literal /tb_fir_stage_sys/xi
add wave -noupdate -divider Output
add wave -noupdate -format Literal -radix decimal /tb_fir_stage_sys/y_out
add wave -noupdate -format Analog-Step -height 50 -scale 50.0 /tb_fir_stage_sys/yo
add wave -noupdate -divider {Stage signals}
add wave -noupdate -format Literal -radix decimal /tb_fir_stage_sys/x
add wave -noupdate -format Literal -radix decimal /tb_fir_stage_sys/y
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {1060000 ps} 0}
configure wave -namecolwidth 140
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
configure wave -gridoffset 0
configure wave -gridperiod 1
configure wave -griddelta 40
configure wave -timeline 0
update
WaveRestoreZoom {706931 ps} {1268317 ps}
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -format Logic /tb_fir_stage_sys/clk
add wave -noupdate -divider Input
add wave -noupdate -format Literal -radix decimal /tb_fir_stage_sys/x_in
add wave -noupdate -format Literal /tb_fir_stage_sys/xi
add wave -noupdate -divider Output
add wave -noupdate -format Literal -radix decimal /tb_fir_stage_sys/y_out
add wave -noupdate -format Analog-Step -height 50 -scale 50.0 /tb_fir_stage_sys/yo
add wave -noupdate -format Literal /tb_fir_stage_sys/hr
add wave -noupdate -divider {Stage signals}
add wave -noupdate -format Literal -radix decimal /tb_fir_stage_sys/x
add wave -noupdate -format Literal -radix decimal /tb_fir_stage_sys/y
add wave -noupdate -divider d
add wave -noupdate -format Literal /tb_fir_stage_sys/uut_first_stage_sys/x_in
add wave -noupdate -format Literal /tb_fir_stage_sys/uut_first_stage_sys/y_in
add wave -noupdate -format Literal /tb_fir_stage_sys/uut_first_stage_sys/h_in
add wave -noupdate -format Literal /tb_fir_stage_sys/uut_first_stage_sys/x_out
add wave -noupdate -format Literal /tb_fir_stage_sys/uut_first_stage_sys/y_out
add wave -noupdate -format Literal /tb_fir_stage_sys/uut_first_stage_sys/yin
add wave -noupdate -format Literal /tb_fir_stage_sys/uut_first_stage_sys/prod
add wave -noupdate -format Logic /tb_fir_stage_sys/uut_first_stage_sys/vld_out
add wave -noupdate -format Logic /tb_fir_stage_sys/uut_first_stage_sys/ce
add wave -noupdate -format Literal /tb_fir_stage_sys/uut_first_stage_sys/vld
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {954217 ps} 0} {{Cursor 2} {0 ps} 0} {{Cursor 3} {148250000 ps} 0}
configure wave -namecolwidth 140
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
configure wave -gridoffset 0
configure wave -gridperiod 1
configure wave -griddelta 40
configure wave -timeline 0
update
WaveRestoreZoom {0 ps} {2100 ns}