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

Entities

mapping  architecture
 

Libraries

ieee 

Use Clauses

std_logic_1164 
StdRtlPkg  Package <StdRtlPkg>
AxiStreamPkg  Package <AxiStreamPkg>
EthMacPkg  Package <EthMacPkg>

Generics

TPD_G  time := 1 ns
PROTOCOL_SIZE_G  positive := 1
PROTOCOL_G  Slv8Array := ( 0 = > UDP_C )
CLIENT_SIZE_G  positive := 1
CLK_FREQ_G  real := 156 . 25E + 06
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 )
obMacMaster   in AxiStreamMasterType
obMacSlave   out AxiStreamSlaveType
ibMacMaster   out AxiStreamMasterType
ibMacSlave   in AxiStreamSlaveType
obProtocolMasters   in AxiStreamMasterArray ( PROTOCOL_SIZE_G - 1 downto 0 )
obProtocolSlaves   out AxiStreamSlaveArray ( PROTOCOL_SIZE_G - 1 downto 0 )
ibProtocolMasters   out AxiStreamMasterArray ( PROTOCOL_SIZE_G - 1 downto 0 )
ibProtocolSlaves   in AxiStreamSlaveArray ( PROTOCOL_SIZE_G - 1 downto 0 )
arpReqMasters   in AxiStreamMasterArray ( CLIENT_SIZE_G - 1 downto 0 )
arpReqSlaves   out AxiStreamSlaveArray ( CLIENT_SIZE_G - 1 downto 0 )
arpAckMasters   out AxiStreamMasterArray ( CLIENT_SIZE_G - 1 downto 0 )
arpAckSlaves   in AxiStreamSlaveArray ( CLIENT_SIZE_G - 1 downto 0 )
clk   in sl
rst   in sl

Detailed Description

See also
entity

Definition at line 27 of file IpV4Engine.vhd.

Member Data Documentation

◆ TPD_G

TPD_G time := 1 ns
Generic

Definition at line 29 of file IpV4Engine.vhd.

◆ PROTOCOL_SIZE_G

PROTOCOL_SIZE_G positive := 1
Generic

Definition at line 30 of file IpV4Engine.vhd.

◆ PROTOCOL_G

PROTOCOL_G Slv8Array := ( 0 = > UDP_C )
Generic

Definition at line 31 of file IpV4Engine.vhd.

◆ CLIENT_SIZE_G

CLIENT_SIZE_G positive := 1
Generic

Definition at line 32 of file IpV4Engine.vhd.

◆ CLK_FREQ_G

CLK_FREQ_G real := 156 . 25E + 06
Generic

Definition at line 33 of file IpV4Engine.vhd.

◆ TTL_G

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

Definition at line 34 of file IpV4Engine.vhd.

◆ VLAN_G

VLAN_G boolean := false
Generic

Definition at line 35 of file IpV4Engine.vhd.

◆ localMac

localMac in slv ( 47 downto 0 )
Port

Definition at line 38 of file IpV4Engine.vhd.

◆ localIp

localIp in slv ( 31 downto 0 )
Port

Definition at line 39 of file IpV4Engine.vhd.

◆ obMacMaster

Definition at line 41 of file IpV4Engine.vhd.

◆ obMacSlave

Definition at line 42 of file IpV4Engine.vhd.

◆ ibMacMaster

Definition at line 43 of file IpV4Engine.vhd.

◆ ibMacSlave

Definition at line 44 of file IpV4Engine.vhd.

◆ obProtocolMasters

Definition at line 46 of file IpV4Engine.vhd.

◆ obProtocolSlaves

Definition at line 47 of file IpV4Engine.vhd.

◆ ibProtocolMasters

Definition at line 48 of file IpV4Engine.vhd.

◆ ibProtocolSlaves

Definition at line 49 of file IpV4Engine.vhd.

◆ arpReqMasters

Definition at line 51 of file IpV4Engine.vhd.

◆ arpReqSlaves

arpReqSlaves out AxiStreamSlaveArray ( CLIENT_SIZE_G - 1 downto 0 )
Port

Definition at line 52 of file IpV4Engine.vhd.

◆ arpAckMasters

Definition at line 53 of file IpV4Engine.vhd.

◆ arpAckSlaves

Definition at line 54 of file IpV4Engine.vhd.

◆ clk

clk in sl
Port

Definition at line 56 of file IpV4Engine.vhd.

◆ rst

rst in sl
Port

Definition at line 57 of file IpV4Engine.vhd.

◆ ieee

ieee
Library

Definition at line 18 of file IpV4Engine.vhd.

◆ std_logic_1164

std_logic_1164
Package

Definition at line 19 of file IpV4Engine.vhd.

◆ StdRtlPkg

StdRtlPkg
Package

Definition at line 21 of file IpV4Engine.vhd.

◆ AxiStreamPkg

AxiStreamPkg
Package

Definition at line 22 of file IpV4Engine.vhd.

◆ EthMacPkg

EthMacPkg
Package

Definition at line 23 of file IpV4Engine.vhd.


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