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

Entities

rtl  architecture
 

Libraries

ieee 

Use Clauses

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

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 )
CLIENT_EXT_CONFIG_G  boolean := false
AXI_ERROR_RESP_G  slv ( 1 downto 0 ) := AXI_RESP_DECERR_C
DHCP_G  boolean := false
CLK_FREQ_G  real := 156 . 25E + 06
COMM_TIMEOUT_G  positive := 30
TTL_G  slv ( 7 downto 0 ) := x " 20 "
VLAN_G  boolean := false

Ports

localMac   in slv ( 47 downto 0 )
localIp   in slv ( 31 downto 0 )
clientRemotePort   in Slv16Array ( CLIENT_SIZE_G - 1 downto 0 ) := ( others = > x " 0000 " )
clientRemoteIp   in Slv32Array ( CLIENT_SIZE_G - 1 downto 0 ) := ( others = > x " 00000000 " )
obMacMaster   in AxiStreamMasterType
obMacSlave   out AxiStreamSlaveType
ibMacMaster   out AxiStreamMasterType
ibMacSlave   in AxiStreamSlaveType
obServerMasters   out AxiStreamMasterArray ( SERVER_SIZE_G - 1 downto 0 )
obServerSlaves   in AxiStreamSlaveArray ( SERVER_SIZE_G - 1 downto 0 ) := ( others = > AXI_STREAM_SLAVE_FORCE_C )
ibServerMasters   in AxiStreamMasterArray ( SERVER_SIZE_G - 1 downto 0 ) := ( others = > AXI_STREAM_MASTER_INIT_C )
ibServerSlaves   out AxiStreamSlaveArray ( SERVER_SIZE_G - 1 downto 0 )
obClientMasters   out AxiStreamMasterArray ( CLIENT_SIZE_G - 1 downto 0 )
obClientSlaves   in AxiStreamSlaveArray ( CLIENT_SIZE_G - 1 downto 0 ) := ( others = > AXI_STREAM_SLAVE_FORCE_C )
ibClientMasters   in AxiStreamMasterArray ( CLIENT_SIZE_G - 1 downto 0 ) := ( others = > AXI_STREAM_MASTER_INIT_C )
ibClientSlaves   out AxiStreamSlaveArray ( CLIENT_SIZE_G - 1 downto 0 )
axilReadMaster   in AxiLiteReadMasterType := AXI_LITE_READ_MASTER_INIT_C
axilReadSlave   out AxiLiteReadSlaveType
axilWriteMaster   in AxiLiteWriteMasterType := AXI_LITE_WRITE_MASTER_INIT_C
axilWriteSlave   out AxiLiteWriteSlaveType
clk   in sl
rst   in sl

Detailed Description

See also
entity

Definition at line 30 of file UdpEngineWrapper.vhd.

Member Data Documentation

◆ TPD_G

TPD_G time := 1 ns
Generic

Definition at line 33 of file UdpEngineWrapper.vhd.

◆ SERVER_EN_G

SERVER_EN_G boolean := true
Generic

Definition at line 35 of file UdpEngineWrapper.vhd.

◆ SERVER_SIZE_G

SERVER_SIZE_G positive := 1
Generic

Definition at line 36 of file UdpEngineWrapper.vhd.

◆ SERVER_PORTS_G

SERVER_PORTS_G PositiveArray := ( 0 = > 8192 )
Generic

Definition at line 37 of file UdpEngineWrapper.vhd.

◆ CLIENT_EN_G

CLIENT_EN_G boolean := true
Generic

Definition at line 39 of file UdpEngineWrapper.vhd.

◆ CLIENT_SIZE_G

CLIENT_SIZE_G positive := 1
Generic

Definition at line 40 of file UdpEngineWrapper.vhd.

◆ CLIENT_PORTS_G

CLIENT_PORTS_G PositiveArray := ( 0 = > 8193 )
Generic

Definition at line 41 of file UdpEngineWrapper.vhd.

◆ CLIENT_EXT_CONFIG_G

CLIENT_EXT_CONFIG_G boolean := false
Generic

Definition at line 42 of file UdpEngineWrapper.vhd.

◆ AXI_ERROR_RESP_G

AXI_ERROR_RESP_G slv ( 1 downto 0 ) := AXI_RESP_DECERR_C
Generic

Definition at line 43 of file UdpEngineWrapper.vhd.

◆ DHCP_G

DHCP_G boolean := false
Generic

Definition at line 45 of file UdpEngineWrapper.vhd.

◆ CLK_FREQ_G

CLK_FREQ_G real := 156 . 25E + 06
Generic

Definition at line 46 of file UdpEngineWrapper.vhd.

◆ COMM_TIMEOUT_G

COMM_TIMEOUT_G positive := 30
Generic

Definition at line 47 of file UdpEngineWrapper.vhd.

◆ TTL_G

TTL_G slv ( 7 downto 0 ) := x " 20 "
Generic

Definition at line 48 of file UdpEngineWrapper.vhd.

◆ VLAN_G

VLAN_G boolean := false
Generic

Definition at line 49 of file UdpEngineWrapper.vhd.

◆ localMac

localMac in slv ( 47 downto 0 )
Port

Definition at line 52 of file UdpEngineWrapper.vhd.

◆ localIp

localIp in slv ( 31 downto 0 )
Port

Definition at line 53 of file UdpEngineWrapper.vhd.

◆ clientRemotePort

clientRemotePort in Slv16Array ( CLIENT_SIZE_G - 1 downto 0 ) := ( others = > x " 0000 " )
Port

Definition at line 55 of file UdpEngineWrapper.vhd.

◆ clientRemoteIp

clientRemoteIp in Slv32Array ( CLIENT_SIZE_G - 1 downto 0 ) := ( others = > x " 00000000 " )
Port

Definition at line 56 of file UdpEngineWrapper.vhd.

◆ obMacMaster

Definition at line 58 of file UdpEngineWrapper.vhd.

◆ obMacSlave

Definition at line 59 of file UdpEngineWrapper.vhd.

◆ ibMacMaster

Definition at line 60 of file UdpEngineWrapper.vhd.

◆ ibMacSlave

Definition at line 61 of file UdpEngineWrapper.vhd.

◆ obServerMasters

Definition at line 63 of file UdpEngineWrapper.vhd.

◆ obServerSlaves

obServerSlaves in AxiStreamSlaveArray ( SERVER_SIZE_G - 1 downto 0 ) := ( others = > AXI_STREAM_SLAVE_FORCE_C )
Port

Definition at line 64 of file UdpEngineWrapper.vhd.

◆ ibServerMasters

ibServerMasters in AxiStreamMasterArray ( SERVER_SIZE_G - 1 downto 0 ) := ( others = > AXI_STREAM_MASTER_INIT_C )
Port

Definition at line 65 of file UdpEngineWrapper.vhd.

◆ ibServerSlaves

Definition at line 66 of file UdpEngineWrapper.vhd.

◆ obClientMasters

Definition at line 68 of file UdpEngineWrapper.vhd.

◆ obClientSlaves

obClientSlaves in AxiStreamSlaveArray ( CLIENT_SIZE_G - 1 downto 0 ) := ( others = > AXI_STREAM_SLAVE_FORCE_C )
Port

Definition at line 69 of file UdpEngineWrapper.vhd.

◆ ibClientMasters

ibClientMasters in AxiStreamMasterArray ( CLIENT_SIZE_G - 1 downto 0 ) := ( others = > AXI_STREAM_MASTER_INIT_C )
Port

Definition at line 70 of file UdpEngineWrapper.vhd.

◆ ibClientSlaves

Definition at line 71 of file UdpEngineWrapper.vhd.

◆ axilReadMaster

◆ axilReadSlave

Definition at line 74 of file UdpEngineWrapper.vhd.

◆ axilWriteMaster

◆ axilWriteSlave

Definition at line 76 of file UdpEngineWrapper.vhd.

◆ clk

clk in sl
Port

Definition at line 78 of file UdpEngineWrapper.vhd.

◆ rst

rst in sl
Port

Definition at line 79 of file UdpEngineWrapper.vhd.

◆ ieee

ieee
Library

Definition at line 18 of file UdpEngineWrapper.vhd.

◆ std_logic_1164

std_logic_1164
Package

Definition at line 19 of file UdpEngineWrapper.vhd.

◆ std_logic_unsigned

Definition at line 20 of file UdpEngineWrapper.vhd.

◆ std_logic_arith

std_logic_arith
Package

Definition at line 21 of file UdpEngineWrapper.vhd.

◆ StdRtlPkg

StdRtlPkg
Package

Definition at line 23 of file UdpEngineWrapper.vhd.

◆ AxiLitePkg

AxiLitePkg
Package

Definition at line 24 of file UdpEngineWrapper.vhd.

◆ AxiStreamPkg

AxiStreamPkg
Package

Definition at line 25 of file UdpEngineWrapper.vhd.

◆ EthMacPkg

EthMacPkg
Package

Definition at line 26 of file UdpEngineWrapper.vhd.


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