Initial revision

Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/


git-svn-id: http://moon:8086/svn/vhdl/trunk@938 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2013-02-07 14:19:15 +00:00
parent 6951fea497
commit 0d10a1c1c6
16 changed files with 985 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
## NOTE: Do not edit this file.
##
vlib work
vcom -explicit -93 "../src/fifo_ctrl_pkg.vhd"
vcom -explicit -93 "../src/gray_counter.vhd"
vcom -explicit -93 "../src/dpram_1w1r.vhd"
vcom -explicit -93 "../src/fifo_async_ctrl.vhd"
vcom -explicit -93 "../src/fifo_async.vhd"
vcom -explicit -93 "../src/tb_fifo_async.vhd"
vsim -t 1ps -lib work tb_fifo_async
view wave
do {tb_fifo_async.wdo}
view structure
view signals
run 5us
+39
View File
@@ -0,0 +1,39 @@
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -format Logic /tb_fifo_async/rst
add wave -noupdate -format Logic /tb_fifo_async/clk_w
add wave -noupdate -format Literal -radix hexadecimal /tb_fifo_async/din
add wave -noupdate -format Logic /tb_fifo_async/fifo_full
add wave -noupdate -format Logic /tb_fifo_async/we
add wave -noupdate -format Logic /tb_fifo_async/write_en
add wave -noupdate -format Logic /tb_fifo_async/clk_r
add wave -noupdate -format Literal -radix hexadecimal /tb_fifo_async/dout
add wave -noupdate -format Logic /tb_fifo_async/fifo_empty
add wave -noupdate -format Logic /tb_fifo_async/re
add wave -noupdate -format Logic /tb_fifo_async/read_en
add wave -noupdate -format Logic /tb_fifo_async/fifo_almost_full
add wave -noupdate -format Logic /tb_fifo_async/fifo_almost_empty
add wave -noupdate -format Literal -radix hexadecimal /tb_fifo_async/ref_r
add wave -noupdate -format Logic /tb_fifo_async/uut/inst_fifo_async_ctrl/empty
add wave -noupdate -format Logic /tb_fifo_async/uut/inst_fifo_async_ctrl/full
add wave -noupdate -format Logic /tb_fifo_async/uut/pre_full
add wave -noupdate -format Logic /tb_fifo_async/uut/pre_empty
add wave -noupdate -format Literal /tb_fifo_async/uut/ptr_w
add wave -noupdate -format Literal /tb_fifo_async/uut/ptr_r
add wave -noupdate -format Logic /tb_fifo_async/uut/inst_fifo_async_ctrl/rinc
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {155864 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 1
configure wave -griddelta 40
configure wave -timeline 0
update
WaveRestoreZoom {112771 ps} {210880 ps}
+15
View File
@@ -0,0 +1,15 @@
## NOTE: Do not edit this file.
##
vlib work
vcom -explicit -93 "../src/fifo_ctrl_pkg.vhd"
vcom -explicit -93 "../src/dpram_1w1r.vhd"
vcom -explicit -93 "../src/fifo_sync_ctrl.vhd"
vcom -explicit -93 "../src/fifo_sync.vhd"
vcom -explicit -93 "../src/tb_fifo_sync.vhd"
vsim -t 1ps -lib work tb_fifo_sync
view wave
do {tb_fifo_sync.wdo}
view structure
view signals
run 5us
+31
View File
@@ -0,0 +1,31 @@
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -format Logic /tb_fifo_sync/rst
add wave -noupdate -format Logic /tb_fifo_sync/clk
add wave -noupdate -format Literal -radix hexadecimal /tb_fifo_sync/din
add wave -noupdate -format Logic /tb_fifo_sync/fifo_full
add wave -noupdate -format Logic /tb_fifo_sync/fifo_almost_full
add wave -noupdate -format Logic /tb_fifo_sync/we
add wave -noupdate -format Literal -radix hexadecimal /tb_fifo_sync/dout
add wave -noupdate -format Logic /tb_fifo_sync/fifo_empty
add wave -noupdate -format Logic /tb_fifo_sync/fifo_almost_empty
add wave -noupdate -format Logic /tb_fifo_sync/re
add wave -noupdate -format Logic /tb_fifo_sync/write_en
add wave -noupdate -format Logic /tb_fifo_sync/read_en
add wave -noupdate -format Literal -radix hexadecimal /tb_fifo_sync/ref_r
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {1360023 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 1
configure wave -griddelta 40
configure wave -timeline 0
update
WaveRestoreZoom {4760828 ps} {5012588 ps}