- increased bous-FIFO depth to 2 bits, to avoid bus-stalls
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@667 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -404,7 +404,7 @@ pixel_counter:
|
||||
inst_bout_fifo: entity work.fifo_sync
|
||||
GENERIC MAP
|
||||
(
|
||||
addr_width => 1,
|
||||
addr_width => 2,
|
||||
data_width => 105
|
||||
)
|
||||
PORT MAP
|
||||
|
||||
Reference in New Issue
Block a user