- 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:
2009-11-19 20:03:49 +00:00
parent f7cbefef82
commit 514f9e0f58
+1 -1
View File
@@ -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