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
|
||||
if (udp_out.rx_header.destination_port = udpprot_rx_in(i).port_bind) then
|
||||
rx_sel <= i;
|
||||
exit;
|
||||
end if;
|
||||
end loop;
|
||||
end if;
|
||||
|
Loading…
x
Reference in New Issue
Block a user