From 514f9e0f586bf604f22451acda71a14feae18941 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Thu, 19 Nov 2009 20:03:49 +0000 Subject: [PATCH] - 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 --- lib/VGA_ctrl/src/vga_frontend64.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/VGA_ctrl/src/vga_frontend64.vhd b/lib/VGA_ctrl/src/vga_frontend64.vhd index ae703d6..0e7ad6e 100644 --- a/lib/VGA_ctrl/src/vga_frontend64.vhd +++ b/lib/VGA_ctrl/src/vga_frontend64.vhd @@ -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