From bd6adf0ff747ca573739c7f0f41c0f1011a61398 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sat, 11 May 2013 17:55:35 +0000 Subject: [PATCH] - increased CMD-FIFO depth to 256 entries 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@967 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 6d63daf..7919054 100644 --- a/lib/VGA_ctrl/src/vga_frontend64.vhd +++ b/lib/VGA_ctrl/src/vga_frontend64.vhd @@ -31,7 +31,7 @@ entity vga_frontend64 is fifo_almost_full_thresh : natural := 4000; fifo_almost_empty_thresh : natural := 800; BLIT_CHUNK_SIZE : natural := 512; - BLIT_CMD_FIFO_DEPTH : natural := 16; + BLIT_CMD_FIFO_DEPTH : natural := 256; tsvga : vga_timespec_t := ts_vga_800_600_72 ); Port