diff --git a/trashernet/trashernet_udpprot.vhd b/trashernet/trashernet_udpprot.vhd index 42e0eb6..8012093 100644 --- a/trashernet/trashernet_udpprot.vhd +++ b/trashernet/trashernet_udpprot.vhd @@ -60,6 +60,7 @@ begin for i in udpprot_rx_out'range loop if (udp_out.rx_header.destination_port = udpprot_rx_in(i).port_bind) then rx_sel <= i; + exit; end if; end loop; end if;