udpprot: Prioritize rx/tx mux sources the same way
This commit is contained in:
parent
6e616c5f35
commit
a98a9cbf06
@ -60,6 +60,7 @@ begin
|
|||||||
for i in udpprot_rx_out'range loop
|
for i in udpprot_rx_out'range loop
|
||||||
if (udp_out.rx_header.destination_port = udpprot_rx_in(i).port_bind) then
|
if (udp_out.rx_header.destination_port = udpprot_rx_in(i).port_bind) then
|
||||||
rx_sel <= i;
|
rx_sel <= i;
|
||||||
|
exit;
|
||||||
end if;
|
end if;
|
||||||
end loop;
|
end loop;
|
||||||
end if;
|
end if;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user