Commit 66009259 authored by Dimitris Lampridis's avatar Dimitris Lampridis

[hdl] add missing default values to generic_sync_fifo thresholds

parent 64f7e518
......@@ -45,8 +45,8 @@ entity generic_sync_fifo is
g_with_almost_full : boolean := false;
g_with_count : boolean := false; -- with words counter
g_almost_empty_threshold : integer; -- threshold for almost empty flag
g_almost_full_threshold : integer; -- threshold for almost full flag
g_almost_empty_threshold : integer := 0; -- threshold for almost empty flag
g_almost_full_threshold : integer := 0; -- threshold for almost full flag
g_register_flag_outputs : boolean := true
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment