- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user