PoC.net.arp.IPPool
Todo
No documentation available.
Entity Declaration:
1 );
2 port (
3 Clock : in std_logic; --
4 Reset : in std_logic; --
5
6-- Command : in T_ETHERNET_ARP_IPPOOL_COMMAND;
7-- IPv4Address : in T_NET_IPV4_ADDRESS;
8-- MACAddress : in T_ETHERNET_MAC_ADDRESS;
9
10 Lookup : in std_logic;
11 IPv4Address_rst : out std_logic;
12 IPv4Address_nxt : out std_logic;
13 IPv4Address_Data : in T_SLV_8;
14
15 PoolResult : out T_CACHE_RESULT
16 );
17end entity;
18
19
20architecture rtl of arp_IPPool is
21 constant CACHE_LINES : positive := imax(IPPOOL_SIZE, INITIAL_IPV4ADDRESSES'length);