[BB-FIFO]

- renamed ports
- added quick 'n dirty half full

git-svn-id: http://moon:8086/svn/vhdl/trunk@1349 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2016-12-19 18:55:37 +00:00
parent 4cd0065434
commit b8b6cfcd81
3 changed files with 40 additions and 35 deletions
+3 -2
View File
@@ -4,9 +4,10 @@ add wave -noupdate -format Logic /tb_bbfifo/rst
add wave -noupdate -format Logic /tb_bbfifo/clk
add wave -noupdate -format Logic /tb_bbfifo/re
add wave -noupdate -format Logic /tb_bbfifo/we
add wave -noupdate -format Logic /tb_bbfifo/ready
add wave -noupdate -format Logic /tb_bbfifo/inst_bbfifo/full
add wave -noupdate -format Logic /tb_bbfifo/inst_bbfifo/half_full
add wave -noupdate -format Literal -radix hexadecimal /tb_bbfifo/din
add wave -noupdate -format Logic /tb_bbfifo/avail
add wave -noupdate -format Logic /tb_bbfifo/inst_bbfifo/dout_vld
add wave -noupdate -format Literal -radix hexadecimal /tb_bbfifo/dout
add wave -noupdate -format Literal -radix hexadecimal /tb_bbfifo/dout_reg
add wave -noupdate -divider BB-FIFO