- 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
This commit is contained in:
2013-05-11 17:55:35 +00:00
parent 9afbdcb353
commit bd6adf0ff7
+1 -1
View File
@@ -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