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