PoC.net.mac.TX_DestMAC_Prepender

Todo

No documentation available.

Entity Declaration:

 1  port (
 2    Clock                         : in  std_logic;
 3    Reset                         : in  std_logic;
 4
 5    In_Valid                      : in  std_logic;
 6    In_Data                       : in  T_SLV_8;
 7    In_SOF                        : in  std_logic;
 8    In_EOF                        : in  std_logic;
 9    In_Ack                        : out std_logic;
10    In_Meta_rst                   : out std_logic;
11    In_Meta_DestMACAddress_nxt    : out std_logic;
12    In_Meta_DestMACAddress_Data   : in  T_SLV_8;
13
14    Out_Valid                     : out std_logic;
15    Out_Data                      : out T_SLV_8;
16    Out_SOF                       : out std_logic;
17    Out_EOF                       : out std_logic;
18    Out_Ack                       : in  std_logic
19  );
20end entity;
21
22
23architecture rtl of mac_TX_DestMAC_Prepender is
24  attribute FSM_ENCODING          : string;