udpprot: Prioritize rx/tx mux sources the same way

This commit is contained in:
Markus Koch 2025-09-30 16:13:31 +02:00
parent 6e616c5f35
commit a98a9cbf06

View File

@ -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;