- 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:
@@ -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
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user