PoC.net.udp.RX
Todo
No documentation available.
Entity Declaration:
1 );
2 port (
3 Clock : in std_logic; --
4 Reset : in std_logic; --
5 -- STATUS port
6 Error : out std_logic;
7 -- IN port
8 In_Valid : in std_logic;
9 In_Data : in T_SLV_8;
10 In_SOF : in std_logic;
11 In_EOF : in std_logic;
12 In_Ack : out std_logic;
13 In_Meta_rst : out std_logic;
14 In_Meta_SrcMACAddress_nxt : out std_logic;
15 In_Meta_SrcMACAddress_Data : in T_SLV_8;
16 In_Meta_DestMACAddress_nxt : out std_logic;
17 In_Meta_DestMACAddress_Data : in T_SLV_8;
18 In_Meta_EthType : in T_SLV_16;
19 In_Meta_SrcIPAddress_nxt : out std_logic;
20 In_Meta_SrcIPAddress_Data : in T_SLV_8;
21 In_Meta_DestIPAddress_nxt : out std_logic;
22 In_Meta_DestIPAddress_Data : in T_SLV_8;
23-- In_Meta_TrafficClass : in T_SLV_8;
24-- In_Meta_FlowLabel : in T_SLV_24;
25 In_Meta_Length : in T_SLV_16;
26 In_Meta_Protocol : in T_SLV_8;
27 -- OUT port
28 Out_Valid : out std_logic;
29 Out_Data : out T_SLV_8;
30 Out_SOF : out std_logic;
31 Out_EOF : out std_logic;
32 Out_Ack : in std_logic;
33 Out_Meta_rst : in std_logic;
34 Out_Meta_SrcMACAddress_nxt : in std_logic;
35 Out_Meta_SrcMACAddress_Data : out T_SLV_8;
36 Out_Meta_DestMACAddress_nxt : in std_logic;
37 Out_Meta_DestMACAddress_Data : out T_SLV_8;
38 Out_Meta_EthType : out T_SLV_16;
39 Out_Meta_SrcIPAddress_nxt : in std_logic;
40 Out_Meta_SrcIPAddress_Data : out T_SLV_8;
41 Out_Meta_DestIPAddress_nxt : in std_logic;
42 Out_Meta_DestIPAddress_Data : out T_SLV_8;
43-- Out_Meta_TrafficClass : out T_SLV_8;
44-- Out_Meta_FlowLabel : out T_SLV_24;
45 Out_Meta_Length : out T_SLV_16;
46 Out_Meta_Protocol : out T_SLV_8;
47 Out_Meta_SrcPort : out T_SLV_16;
48 Out_Meta_DestPort : out T_SLV_16
49 );
50end entity;
51
52
53-- Endianess: big-endian
54-- Alignment: 1 byte