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