- added new FIFO generics

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@751 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2010-02-12 10:36:50 +00:00
parent 3c3b5e76a7
commit 28056fbdff
+3 -2
View File
@@ -392,8 +392,9 @@ inst_blitfifo: entity work.fifo_sync
inst_bus_fifo: entity work.fifo_sync inst_bus_fifo: entity work.fifo_sync
GENERIC MAP GENERIC MAP
( (
addr_width => 2, addr_width => 2,
data_width => 105 data_width => 105,
do_last_read_update => false
) )
PORT MAP PORT MAP
( (