Skip to content
Snippets Groups Projects
Commit fb1d9597 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Add c_eth_rx_udp_port.

parent b57c3e7a
No related branches found
No related tags found
1 merge request!293Rename eth_stream into eth_stream_udp. Create new eth_stream.vhd that contains...
......@@ -86,6 +86,9 @@ PACKAGE eth_pkg IS
CONSTANT c_eth_channel_w : NATURAL := ceil_log2(c_eth_nof_udp_ports + 1); -- + 1 for all other packets that go to the default port
CONSTANT c_eth_nof_channels : NATURAL := 2**c_eth_channel_w;
-- Default Rx UDP port for UDP onload
CONSTANT c_eth_rx_udp_port : STD_LOGIC_VECTOR(15 DOWNTO 0) := TO_UVEC(6001, 16); -- 0x1771 = 6001
------------------------------------------------------------------------------
-- MM register map
------------------------------------------------------------------------------
......
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