- Intital revision

git-svn-id: http://moon:8086/svn/vhdl/trunk@166 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2008-12-29 14:05:12 +00:00
parent f7e19d3d44
commit d9ba866ed0
20 changed files with 2050 additions and 0 deletions
@@ -0,0 +1,13 @@
vlib work
vcom -explicit -93 "../../../../fixed/fixed_pkg_c.vhd"
vcom -explicit -93 "../../../../fixed/fixed_util_pkg.vhd"
vcom -explicit -93 "../../../../PCK_FIO-2002.7/PCK_FIO_1993.vhd"
vcom -explicit -93 "../../../../PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd"
vcom -explicit -93 "../src/cic_c_pipe.vhd"
vcom -explicit -93 "../src/tb_cic_c_pipe.vhd"
vsim -t 1ps -lib work tb_cic_c_pipe
do {tb_cic_c_pipe.wdo}
view wave
view structure
view signals
run 500ns
@@ -0,0 +1,26 @@
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -format Logic /tb_cic_c_pipe/clk
add wave -noupdate -format Logic /tb_cic_c_pipe/srst
add wave -noupdate -format Logic /tb_cic_c_pipe/vld_in
add wave -noupdate -format Literal -radix decimal /tb_cic_c_pipe/din
add wave -noupdate -format Literal /tb_cic_c_pipe/diff_delay
add wave -noupdate -format Literal -radix decimal /tb_cic_c_pipe/dout
add wave -noupdate -format Logic /tb_cic_c_pipe/vld_out
add wave -noupdate -format Literal -radix decimal /tb_cic_c_pipe/uut/word_pipe
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {250000 ps} 0}
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
configure wave -gridoffset 0
configure wave -gridperiod 100
configure wave -griddelta 40
configure wave -timeline 1
update
WaveRestoreZoom {0 ps} {500608 ps}
@@ -0,0 +1,15 @@
vlib work
vcom -explicit -93 "../../../../fixed/fixed_pkg_c.vhd"
vcom -explicit -93 "../../../../fixed/fixed_util_pkg.vhd"
vcom -explicit -93 "../../../../PCK_FIO-2002.7/PCK_FIO_1993.vhd"
vcom -explicit -93 "../../../../PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd"
vcom -explicit -93 "../src/cic_i_pipe.vhd"
vcom -explicit -93 "../src/cic_c_pipe.vhd"
vcom -explicit -93 "../src/cic_decim_pipe.vhd"
vcom -explicit -93 "../src/tb_cic_decim_pipe.vhd"
vsim -t 1ps -lib work tb_cic_decim_pipe
do {tb_cic_decim_pipe.wdo}
view wave
view structure
view signals
run 140us
@@ -0,0 +1,42 @@
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -format Logic /tb_cic_decim_pipe/clk
add wave -noupdate -format Logic /tb_cic_decim_pipe/srst
add wave -noupdate -format Literal /tb_cic_decim_pipe/shift_in
add wave -noupdate -format Logic /tb_cic_decim_pipe/vld_in
add wave -noupdate -format Literal -radix decimal /tb_cic_decim_pipe/din
add wave -noupdate -format Literal /tb_cic_decim_pipe/diff_delay
add wave -noupdate -format Literal -radix decimal /tb_cic_decim_pipe/ratio
add wave -noupdate -format Literal -radix decimal /tb_cic_decim_pipe/dout
add wave -noupdate -format Logic /tb_cic_decim_pipe/vld_out
add wave -noupdate -divider Debug
add wave -noupdate -format Analog-Step -height 50 -scale 50.0 /tb_cic_decim_pipe/xr
add wave -noupdate -format Analog-Step -height 50 -scale 50.0 /tb_cic_decim_pipe/yr
add wave -noupdate -divider -height 50 Trenn
add wave -noupdate -format Literal -radix decimal -expand /tb_cic_decim_pipe/uut/word_i_pipe
add wave -noupdate -format Literal /tb_cic_decim_pipe/uut/vld_i_pipe
add wave -noupdate -format Logic /tb_cic_decim_pipe/clk
add wave -noupdate -format Logic /tb_cic_decim_pipe/srst
add wave -noupdate -format Logic /tb_cic_decim_pipe/vld_in
add wave -noupdate -format Literal -radix decimal /tb_cic_decim_pipe/din
add wave -noupdate -format Literal /tb_cic_decim_pipe/diff_delay
add wave -noupdate -format Literal -radix decimal /tb_cic_decim_pipe/ratio
add wave -noupdate -format Literal -radix decimal /tb_cic_decim_pipe/dout
add wave -noupdate -format Logic /tb_cic_decim_pipe/vld_out
add wave -noupdate -format Literal -radix decimal /tb_cic_decim_pipe/uut/word_c_pipe
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {52266667 ps} 0}
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
configure wave -gridoffset 0
configure wave -gridperiod 100
configure wave -griddelta 40
configure wave -timeline 1
update
WaveRestoreZoom {0 ps} {147 us}
@@ -0,0 +1,13 @@
vlib work
vcom -explicit -93 "../../../../fixed/fixed_pkg_c.vhd"
vcom -explicit -93 "../../../../fixed/fixed_util_pkg.vhd"
vcom -explicit -93 "../../../../PCK_FIO-2002.7/PCK_FIO_1993.vhd"
vcom -explicit -93 "../../../../PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd"
vcom -explicit -93 "../src/cic_i_pipe.vhd"
vcom -explicit -93 "../src/tb_cic_i_pipe.vhd"
vsim -t 1ps -lib work tb_cic_i_pipe
do {tb_cic_i_pipe.wdo}
view wave
view structure
view signals
run 500ns
@@ -0,0 +1,30 @@
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -format Logic /tb_cic_i_pipe/srst
add wave -noupdate -format Logic /tb_cic_i_pipe/clk
add wave -noupdate -format Logic /tb_cic_i_pipe/vld_in
add wave -noupdate -format Literal -radix decimal /tb_cic_i_pipe/din
add wave -noupdate -format Logic /tb_cic_i_pipe/vld_out
add wave -noupdate -format Literal -radix decimal /tb_cic_i_pipe/dout
add wave -noupdate -format Logic /tb_cic_i_pipe/srst
add wave -noupdate -format Logic /tb_cic_i_pipe/clk
add wave -noupdate -format Logic /tb_cic_i_pipe/vld_in
add wave -noupdate -format Literal -radix decimal /tb_cic_i_pipe/din
add wave -noupdate -format Logic /tb_cic_i_pipe/vld_out
add wave -noupdate -format Literal -radix decimal /tb_cic_i_pipe/dout
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {373333 ps} 0}
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
configure wave -gridoffset 0
configure wave -gridperiod 100
configure wave -griddelta 40
configure wave -timeline 1
update
WaveRestoreZoom {0 ps} {1050 ns}