SURF  1.0
UdpEngine Entity Reference
+ Inheritance diagram for UdpEngine:
+ Collaboration diagram for UdpEngine:

Entities

mapping  architecture
 

Libraries

ieee 

Use Clauses

std_logic_1164 
StdRtlPkg  Package <StdRtlPkg>
AxiStreamPkg  Package <AxiStreamPkg>

Generics

TPD_G  time := 1 ns
SERVER_EN_G  boolean := true
SERVER_SIZE_G  positive := 1
SERVER_PORTS_G  PositiveArray := ( 0 = > 8192 )
CLIENT_EN_G  boolean := true
CLIENT_SIZE_G  positive := 1
CLIENT_PORTS_G  PositiveArray := ( 0 = > 8193 )
DHCP_G  boolean := false
CLK_FREQ_G  real := 156 . 25E + 06
COMM_TIMEOUT_G  positive := 30

Ports

localMac   in slv ( 47 downto 0 )
localIpIn   in slv ( 31 downto 0 )
dhcpIpOut   out slv ( 31 downto 0 )
obUdpMaster   out AxiStreamMasterType
obUdpSlave   in AxiStreamSlaveType
ibUdpMaster   in AxiStreamMasterType
ibUdpSlave   out AxiStreamSlaveType
arpReqMasters   out AxiStreamMasterArray ( CLIENT_SIZE_G - 1 downto 0 )
arpReqSlaves   in AxiStreamSlaveArray ( CLIENT_SIZE_G - 1 downto 0 )
arpAckMasters   in AxiStreamMasterArray ( CLIENT_SIZE_G - 1 downto 0 )
arpAckSlaves   out AxiStreamSlaveArray ( CLIENT_SIZE_G - 1 downto 0 )
serverRemotePort   out Slv16Array ( SERVER_SIZE_G - 1 downto 0 )
serverRemoteIp   out Slv32Array ( SERVER_SIZE_G - 1 downto 0 )
obServerMasters   out AxiStreamMasterArray ( SERVER_SIZE_G - 1 downto 0 )
obServerSlaves   in AxiStreamSlaveArray ( SERVER_SIZE_G - 1 downto 0 )
ibServerMasters   in AxiStreamMasterArray ( SERVER_SIZE_G - 1 downto 0 )
ibServerSlaves   out AxiStreamSlaveArray ( SERVER_SIZE_G - 1 downto 0 )
clientRemotePort   in Slv16Array ( CLIENT_SIZE_G - 1 downto 0 )
clientRemoteIp   in Slv32Array ( CLIENT_SIZE_G - 1 downto 0 )
obClientMasters   out AxiStreamMasterArray ( CLIENT_SIZE_G - 1 downto 0 )
obClientSlaves   in AxiStreamSlaveArray ( CLIENT_SIZE_G - 1 downto 0 )
ibClientMasters   in AxiStreamMasterArray ( CLIENT_SIZE_G - 1 downto 0 )
ibClientSlaves   out AxiStreamSlaveArray ( CLIENT_SIZE_G - 1 downto 0 )
clk   in sl
rst   in sl

Detailed Description

See also
entity

Definition at line 26 of file UdpEngine.vhd.

Member Data Documentation

◆ TPD_G

TPD_G time := 1 ns
Generic

Definition at line 29 of file UdpEngine.vhd.

◆ SERVER_EN_G

SERVER_EN_G boolean := true
Generic

Definition at line 31 of file UdpEngine.vhd.

◆ SERVER_SIZE_G

SERVER_SIZE_G positive := 1
Generic

Definition at line 32 of file UdpEngine.vhd.

◆ SERVER_PORTS_G

SERVER_PORTS_G PositiveArray := ( 0 = > 8192 )
Generic

Definition at line 33 of file UdpEngine.vhd.

◆ CLIENT_EN_G

CLIENT_EN_G boolean := true
Generic

Definition at line 35 of file UdpEngine.vhd.

◆ CLIENT_SIZE_G

CLIENT_SIZE_G positive := 1
Generic

Definition at line 36 of file UdpEngine.vhd.

◆ CLIENT_PORTS_G

CLIENT_PORTS_G PositiveArray := ( 0 = > 8193 )
Generic

Definition at line 37 of file UdpEngine.vhd.

◆ DHCP_G

DHCP_G boolean := false
Generic

Definition at line 39 of file UdpEngine.vhd.

◆ CLK_FREQ_G

CLK_FREQ_G real := 156 . 25E + 06
Generic

Definition at line 40 of file UdpEngine.vhd.

◆ COMM_TIMEOUT_G

COMM_TIMEOUT_G positive := 30
Generic

Definition at line 41 of file UdpEngine.vhd.

◆ localMac

localMac in slv ( 47 downto 0 )
Port

Definition at line 44 of file UdpEngine.vhd.

◆ localIpIn

localIpIn in slv ( 31 downto 0 )
Port

Definition at line 45 of file UdpEngine.vhd.

◆ dhcpIpOut

dhcpIpOut out slv ( 31 downto 0 )
Port

Definition at line 46 of file UdpEngine.vhd.

◆ obUdpMaster

Definition at line 48 of file UdpEngine.vhd.

◆ obUdpSlave

Definition at line 49 of file UdpEngine.vhd.

◆ ibUdpMaster

Definition at line 50 of file UdpEngine.vhd.

◆ ibUdpSlave

Definition at line 51 of file UdpEngine.vhd.

◆ arpReqMasters

Definition at line 53 of file UdpEngine.vhd.

◆ arpReqSlaves

Definition at line 54 of file UdpEngine.vhd.

◆ arpAckMasters

Definition at line 55 of file UdpEngine.vhd.

◆ arpAckSlaves

arpAckSlaves out AxiStreamSlaveArray ( CLIENT_SIZE_G - 1 downto 0 )
Port

Definition at line 56 of file UdpEngine.vhd.

◆ serverRemotePort

serverRemotePort out Slv16Array ( SERVER_SIZE_G - 1 downto 0 )
Port

Definition at line 58 of file UdpEngine.vhd.

◆ serverRemoteIp

serverRemoteIp out Slv32Array ( SERVER_SIZE_G - 1 downto 0 )
Port

Definition at line 59 of file UdpEngine.vhd.

◆ obServerMasters

Definition at line 60 of file UdpEngine.vhd.

◆ obServerSlaves

Definition at line 61 of file UdpEngine.vhd.

◆ ibServerMasters

Definition at line 62 of file UdpEngine.vhd.

◆ ibServerSlaves

Definition at line 63 of file UdpEngine.vhd.

◆ clientRemotePort

clientRemotePort in Slv16Array ( CLIENT_SIZE_G - 1 downto 0 )
Port

Definition at line 65 of file UdpEngine.vhd.

◆ clientRemoteIp

clientRemoteIp in Slv32Array ( CLIENT_SIZE_G - 1 downto 0 )
Port

Definition at line 66 of file UdpEngine.vhd.

◆ obClientMasters

Definition at line 67 of file UdpEngine.vhd.

◆ obClientSlaves

Definition at line 68 of file UdpEngine.vhd.

◆ ibClientMasters

Definition at line 69 of file UdpEngine.vhd.

◆ ibClientSlaves

Definition at line 70 of file UdpEngine.vhd.

◆ clk

clk in sl
Port

Definition at line 72 of file UdpEngine.vhd.

◆ rst

rst in sl
Port

Definition at line 73 of file UdpEngine.vhd.

◆ ieee

ieee
Library

Definition at line 18 of file UdpEngine.vhd.

◆ std_logic_1164

std_logic_1164
Package

Definition at line 19 of file UdpEngine.vhd.

◆ StdRtlPkg

StdRtlPkg
Package

Definition at line 21 of file UdpEngine.vhd.

◆ AxiStreamPkg

AxiStreamPkg
Package

Definition at line 22 of file UdpEngine.vhd.


The documentation for this class was generated from the following file: