Skip to content
Snippets Groups Projects
Commit f2e5747b authored by David Gabriel Monk's avatar David Gabriel Monk
Browse files

Update top/firmware/hdl/LinkAggregatorCore.vhd

parent 826a6d7b
No related branches found
No related tags found
1 merge request!27Change criteria to 2 hits per module
Pipeline #4637419 passed
......@@ -215,7 +215,7 @@ begin
begin
if rising_edge(clk_p) then
if packet_start = '1' then
if unsigned(count_cache) > 0 then
if unsigned(count_cache) >= 2 then
bx_valid_array(N_LINKS*j + i) <= '1';
else
bx_valid_array(N_LINKS*j + i) <= '0';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment