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