PoC.net.mac.RX_DestMAC_Switch
Todo
No documentation available.
Entity Declaration:
1 MAC_ADDRESSE_MASKS : T_NET_MAC_ADDRESS_VECTOR := (0 => C_NET_MAC_MASK_DEFAULT)
2 );
3 port (
4 Clock : in std_logic;
5 Reset : in std_logic;
6
7 In_Valid : in std_logic;
8 In_Data : in T_SLV_8;
9 In_SOF : in std_logic;
10 In_EOF : in std_logic;
11 In_Ack : out std_logic;
12
13 Out_Valid : out std_logic_vector(MAC_ADDRESSES'length - 1 downto 0);
14 Out_Data : out T_SLVV_8(MAC_ADDRESSES'length - 1 downto 0);
15 Out_SOF : out std_logic_vector(MAC_ADDRESSES'length - 1 downto 0);
16 Out_EOF : out std_logic_vector(MAC_ADDRESSES'length - 1 downto 0);
17 Out_Ack : in std_logic_vector(MAC_ADDRESSES'length - 1 downto 0);
18 Out_Meta_DestMACAddress_rst : in std_logic_vector(MAC_ADDRESSES'length - 1 downto 0);
19 Out_Meta_DestMACAddress_nxt : in std_logic_vector(MAC_ADDRESSES'length - 1 downto 0);
20 Out_Meta_DestMACAddress_Data : out T_SLVV_8(MAC_ADDRESSES'length - 1 downto 0)
21 );
22end entity;
23
24
25architecture rtl of mac_RX_DestMAC_Switch is
26 attribute FSM_ENCODING : string;