Commit a580fc1d authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

Fix from Tom to increase the maximum filter program length.

parent 4e1c2e7b
......@@ -353,7 +353,7 @@ begin -- behavioral
full_o => open,
empty_o => open,
almostfull_o => pcs_fifo_almostfull_o,
pass_threshold_i => std_logic_vector(to_unsigned(24, 6))); -- fixme: add
pass_threshold_i => std_logic_vector(to_unsigned(32, 6))); -- fixme: add
-- register
U_Insert_OOB : ep_rx_oob_insert
......
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