From e3e4d6bf01068eefb67fae377aecfa6f19eb3b16 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sat, 11 May 2013 14:14:26 +0000 Subject: [PATCH] - increased VGA scanline FIFO 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@962 cc03376c-175c-47c8-b038-4cd826a8556b --- projects/mips_sys/src/mips_sys.vhd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/mips_sys/src/mips_sys.vhd b/projects/mips_sys/src/mips_sys.vhd index 0882593..2cdb25a 100644 --- a/projects/mips_sys/src/mips_sys.vhd +++ b/projects/mips_sys/src/mips_sys.vhd @@ -978,9 +978,9 @@ inst_sdram_ctrl_frontend_wb : entity work.sdram_ctrl_frontend64_wb inst_vga_frontend : vga_frontend64 GENERIC MAP ( - fifo_depth => 2048, - fifo_almost_full_thresh => 2048-128, - fifo_almost_empty_thresh => 256, + fifo_depth => 4096, + fifo_almost_full_thresh => 4000, + fifo_almost_empty_thresh => 800, tsvga => tsvga ) PORT MAP