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

Entities

rtl  architecture
 

Libraries

ieee 

Use Clauses

std_logic_1164 
std_logic_unsigned 
std_logic_arith 
StdRtlPkg  Package <StdRtlPkg>
AxiStreamPkg  Package <AxiStreamPkg>
SsiPkg  Package <SsiPkg>
EthMacPkg  Package <EthMacPkg>

Generics

TPD_G  time := 1 ns
DHCP_G  boolean := false
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 )

Ports

localIp   in slv ( 31 downto 0 )
ibUdpMaster   in AxiStreamMasterType
ibUdpSlave   out AxiStreamSlaveType
serverRemotePort   out Slv16Array ( SERVER_SIZE_G - 1 downto 0 )
serverRemoteIp   out Slv32Array ( SERVER_SIZE_G - 1 downto 0 )
serverRemoteMac   out Slv48Array ( SERVER_SIZE_G - 1 downto 0 )
obServerMasters   out AxiStreamMasterArray ( SERVER_SIZE_G - 1 downto 0 )
obServerSlaves   in AxiStreamSlaveArray ( SERVER_SIZE_G - 1 downto 0 )
clientRemoteDet   out slv ( CLIENT_SIZE_G - 1 downto 0 )
obClientMasters   out AxiStreamMasterArray ( CLIENT_SIZE_G - 1 downto 0 )
obClientSlaves   in AxiStreamSlaveArray ( CLIENT_SIZE_G - 1 downto 0 )
ibDhcpMaster   out AxiStreamMasterType
ibDhcpSlave   in AxiStreamSlaveType
clk   in sl
rst   in sl

Detailed Description

See also
entity

Definition at line 31 of file UdpEngineRx.vhd.

Member Data Documentation

◆ TPD_G

TPD_G time := 1 ns
Generic

Definition at line 34 of file UdpEngineRx.vhd.

◆ DHCP_G

DHCP_G boolean := false
Generic

Definition at line 36 of file UdpEngineRx.vhd.

◆ SERVER_EN_G

SERVER_EN_G boolean := true
Generic

Definition at line 38 of file UdpEngineRx.vhd.

◆ SERVER_SIZE_G

SERVER_SIZE_G positive := 1
Generic

Definition at line 39 of file UdpEngineRx.vhd.

◆ SERVER_PORTS_G

SERVER_PORTS_G PositiveArray := ( 0 = > 8192 )
Generic

Definition at line 40 of file UdpEngineRx.vhd.

◆ CLIENT_EN_G

CLIENT_EN_G boolean := true
Generic

Definition at line 42 of file UdpEngineRx.vhd.

◆ CLIENT_SIZE_G

CLIENT_SIZE_G positive := 1
Generic

Definition at line 43 of file UdpEngineRx.vhd.

◆ CLIENT_PORTS_G

CLIENT_PORTS_G PositiveArray := ( 0 = > 8193 )
Generic

Definition at line 44 of file UdpEngineRx.vhd.

◆ localIp

localIp in slv ( 31 downto 0 )
Port

Definition at line 47 of file UdpEngineRx.vhd.

◆ ibUdpMaster

Definition at line 49 of file UdpEngineRx.vhd.

◆ ibUdpSlave

Definition at line 50 of file UdpEngineRx.vhd.

◆ serverRemotePort

serverRemotePort out Slv16Array ( SERVER_SIZE_G - 1 downto 0 )
Port

Definition at line 52 of file UdpEngineRx.vhd.

◆ serverRemoteIp

serverRemoteIp out Slv32Array ( SERVER_SIZE_G - 1 downto 0 )
Port

Definition at line 53 of file UdpEngineRx.vhd.

◆ serverRemoteMac

serverRemoteMac out Slv48Array ( SERVER_SIZE_G - 1 downto 0 )
Port

Definition at line 54 of file UdpEngineRx.vhd.

◆ obServerMasters

Definition at line 55 of file UdpEngineRx.vhd.

◆ obServerSlaves

Definition at line 56 of file UdpEngineRx.vhd.

◆ clientRemoteDet

clientRemoteDet out slv ( CLIENT_SIZE_G - 1 downto 0 )
Port

Definition at line 58 of file UdpEngineRx.vhd.

◆ obClientMasters

Definition at line 59 of file UdpEngineRx.vhd.

◆ obClientSlaves

Definition at line 60 of file UdpEngineRx.vhd.

◆ ibDhcpMaster

Definition at line 62 of file UdpEngineRx.vhd.

◆ ibDhcpSlave

Definition at line 63 of file UdpEngineRx.vhd.

◆ clk

clk in sl
Port

Definition at line 65 of file UdpEngineRx.vhd.

◆ rst

rst in sl
Port

Definition at line 66 of file UdpEngineRx.vhd.

◆ ieee

ieee
Library

Definition at line 19 of file UdpEngineRx.vhd.

◆ std_logic_1164

std_logic_1164
Package

Definition at line 20 of file UdpEngineRx.vhd.

◆ std_logic_unsigned

Definition at line 21 of file UdpEngineRx.vhd.

◆ std_logic_arith

std_logic_arith
Package

Definition at line 22 of file UdpEngineRx.vhd.

◆ StdRtlPkg

StdRtlPkg
Package

Definition at line 24 of file UdpEngineRx.vhd.

◆ AxiStreamPkg

AxiStreamPkg
Package

Definition at line 25 of file UdpEngineRx.vhd.

◆ SsiPkg

SsiPkg
Package

Definition at line 26 of file UdpEngineRx.vhd.

◆ EthMacPkg

EthMacPkg
Package

Definition at line 27 of file UdpEngineRx.vhd.


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