Skip to content
Snippets Groups Projects
Commit 93167355 authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Changed DP fill fifo depth from 375 to 365.

parent 90357056
No related branches found
No related tags found
No related merge requests found
...@@ -357,8 +357,8 @@ BEGIN ...@@ -357,8 +357,8 @@ BEGIN
u_dp_fifo_fill : ENTITY dp_lib.dp_fifo_fill u_dp_fifo_fill : ENTITY dp_lib.dp_fifo_fill
GENERIC MAP ( GENERIC MAP (
g_data_w => 32, g_data_w => 32,
g_fifo_fill => 375+16, g_fifo_fill => c_bg_block_size+16,
g_fifo_size => 375+16+10 g_fifo_size => c_bg_block_size+16+10
) )
PORT MAP ( PORT MAP (
rst => dp_rst, rst => dp_rst,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment