[BB-FIFO]

- fixed full and half full

git-svn-id: http://moon:8086/svn/vhdl/trunk@1350 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2016-12-20 18:30:10 +00:00
parent b8b6cfcd81
commit 9522e9e22e
3 changed files with 66 additions and 34 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ begin
inst_bbfifo : entity work.bbfifo
GENERIC MAP
(
depth => 4,
depth_bits => 2,
data_width => 8
)
PORT MAP