Commit 5117448e authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

switch-optimization: ep_rx_buffer: use appropriate generic configuration according to used outputs

count_o is connected to level_o but wr_endpoint doesn't use this information for flow control.
parent c1b532b9
......@@ -247,7 +247,9 @@ begin
generic map (
g_data_width => 18,
g_size => g_size,
g_with_count => true)
g_with_almost_empty => false,
g_with_almost_full => false,
g_with_count => false)
port map (
rst_n_i => q_reset,
clk_i => clk_sys_i,
......
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