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

Entities

mapping  architecture
 

Libraries

ieee 

Use Clauses

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

Generics

TPD_G  time := 1 ns
PAUSE_EN_G  boolean := true
PAUSE_512BITS_G  positive range 1 to 1024 := 8
PHY_TYPE_G  string := " XGMII "
DROP_ERR_PKT_G  boolean := true
JUMBO_G  boolean := true
INT_PIPE_STAGES_G  natural := 1
PIPE_STAGES_G  natural := 1
FIFO_ADDR_WIDTH_G  positive := 10
CASCADE_SIZE_G  positive := 2
FIFO_PAUSE_THRESH_G  positive := 1000
CASCADE_PAUSE_SEL_G  natural := 0
FILT_EN_G  boolean := false
PRIM_COMMON_CLK_G  boolean := false
PRIM_CONFIG_G  AxiStreamConfigType := EMAC_AXIS_CONFIG_C
BYP_EN_G  boolean := false
BYP_ETH_TYPE_G  slv ( 15 downto 0 ) := x " 0000 "
BYP_COMMON_CLK_G  boolean := false
BYP_CONFIG_G  AxiStreamConfigType := EMAC_AXIS_CONFIG_C
VLAN_EN_G  boolean := false
VLAN_SIZE_G  positive range 1 to 8 := 1
VLAN_VID_G  Slv12Array := ( 0 = > x " 001 " )
VLAN_COMMON_CLK_G  boolean := false
VLAN_CONFIG_G  AxiStreamConfigType := EMAC_AXIS_CONFIG_C

Ports

ethClk   in sl
ethRst   in sl
primClk   in sl
primRst   in sl
ibMacPrimMaster   in AxiStreamMasterType
ibMacPrimSlave   out AxiStreamSlaveType
obMacPrimMaster   out AxiStreamMasterType
obMacPrimSlave   in AxiStreamSlaveType
bypClk   in sl := ' 0 '
bypRst   in sl := ' 0 '
ibMacBypMaster   in AxiStreamMasterType := AXI_STREAM_MASTER_INIT_C
ibMacBypSlave   out AxiStreamSlaveType
obMacBypMaster   out AxiStreamMasterType
obMacBypSlave   in AxiStreamSlaveType := AXI_STREAM_SLAVE_FORCE_C
vlanClk   in sl := ' 0 '
vlanRst   in sl := ' 0 '
ibMacVlanMasters   in AxiStreamMasterArray ( VLAN_SIZE_G - 1 downto 0 ) := ( others = > AXI_STREAM_MASTER_INIT_C )
ibMacVlanSlaves   out AxiStreamSlaveArray ( VLAN_SIZE_G - 1 downto 0 )
obMacVlanMasters   out AxiStreamMasterArray ( VLAN_SIZE_G - 1 downto 0 )
obMacVlanSlaves   in AxiStreamSlaveArray ( VLAN_SIZE_G - 1 downto 0 ) := ( others = > AXI_STREAM_SLAVE_FORCE_C )
xlgmiiRxd   in slv ( 127 downto 0 ) := ( others = > ' 0 ' )
xlgmiiRxc   in slv ( 15 downto 0 ) := ( others = > ' 0 ' )
xlgmiiTxd   out slv ( 127 downto 0 )
xlgmiiTxc   out slv ( 15 downto 0 )
xgmiiRxd   in slv ( 63 downto 0 ) := ( others = > ' 0 ' )
xgmiiRxc   in slv ( 7 downto 0 ) := ( others = > ' 0 ' )
xgmiiTxd   out slv ( 63 downto 0 )
xgmiiTxc   out slv ( 7 downto 0 )
gmiiRxDv   in sl := ' 0 '
gmiiRxEr   in sl := ' 0 '
gmiiRxd   in slv ( 7 downto 0 ) := ( others = > ' 0 ' )
gmiiTxEn   out sl
gmiiTxEr   out sl
gmiiTxd   out slv ( 7 downto 0 )
phyReady   in sl
ethConfig   in EthMacConfigType
ethStatus   out EthMacStatusType

Detailed Description

See also
entity

Definition at line 29 of file EthMacTop.vhd.

Member Data Documentation

◆ TPD_G

TPD_G time := 1 ns
Generic

Definition at line 32 of file EthMacTop.vhd.

◆ PAUSE_EN_G

PAUSE_EN_G boolean := true
Generic

Definition at line 34 of file EthMacTop.vhd.

◆ PAUSE_512BITS_G

PAUSE_512BITS_G positive range 1 to 1024 := 8
Generic

Definition at line 35 of file EthMacTop.vhd.

◆ PHY_TYPE_G

PHY_TYPE_G string := " XGMII "
Generic

Definition at line 36 of file EthMacTop.vhd.

◆ DROP_ERR_PKT_G

DROP_ERR_PKT_G boolean := true
Generic

Definition at line 37 of file EthMacTop.vhd.

◆ JUMBO_G

JUMBO_G boolean := true
Generic

Definition at line 38 of file EthMacTop.vhd.

◆ INT_PIPE_STAGES_G

INT_PIPE_STAGES_G natural := 1
Generic

Definition at line 40 of file EthMacTop.vhd.

◆ PIPE_STAGES_G

PIPE_STAGES_G natural := 1
Generic

Definition at line 41 of file EthMacTop.vhd.

◆ FIFO_ADDR_WIDTH_G

FIFO_ADDR_WIDTH_G positive := 10
Generic

Definition at line 42 of file EthMacTop.vhd.

◆ CASCADE_SIZE_G

CASCADE_SIZE_G positive := 2
Generic

Definition at line 43 of file EthMacTop.vhd.

◆ FIFO_PAUSE_THRESH_G

FIFO_PAUSE_THRESH_G positive := 1000
Generic

Definition at line 44 of file EthMacTop.vhd.

◆ CASCADE_PAUSE_SEL_G

CASCADE_PAUSE_SEL_G natural := 0
Generic

Definition at line 45 of file EthMacTop.vhd.

◆ FILT_EN_G

FILT_EN_G boolean := false
Generic

Definition at line 47 of file EthMacTop.vhd.

◆ PRIM_COMMON_CLK_G

PRIM_COMMON_CLK_G boolean := false
Generic

Definition at line 48 of file EthMacTop.vhd.

◆ PRIM_CONFIG_G

Definition at line 49 of file EthMacTop.vhd.

◆ BYP_EN_G

BYP_EN_G boolean := false
Generic

Definition at line 50 of file EthMacTop.vhd.

◆ BYP_ETH_TYPE_G

BYP_ETH_TYPE_G slv ( 15 downto 0 ) := x " 0000 "
Generic

Definition at line 51 of file EthMacTop.vhd.

◆ BYP_COMMON_CLK_G

BYP_COMMON_CLK_G boolean := false
Generic

Definition at line 52 of file EthMacTop.vhd.

◆ BYP_CONFIG_G

Definition at line 53 of file EthMacTop.vhd.

◆ VLAN_EN_G

VLAN_EN_G boolean := false
Generic

Definition at line 55 of file EthMacTop.vhd.

◆ VLAN_SIZE_G

VLAN_SIZE_G positive range 1 to 8 := 1
Generic

Definition at line 56 of file EthMacTop.vhd.

◆ VLAN_VID_G

VLAN_VID_G Slv12Array := ( 0 = > x " 001 " )
Generic

Definition at line 57 of file EthMacTop.vhd.

◆ VLAN_COMMON_CLK_G

VLAN_COMMON_CLK_G boolean := false
Generic

Definition at line 58 of file EthMacTop.vhd.

◆ VLAN_CONFIG_G

Definition at line 59 of file EthMacTop.vhd.

◆ ethClk

ethClk in sl
Port

Definition at line 62 of file EthMacTop.vhd.

◆ ethRst

ethRst in sl
Port

Definition at line 63 of file EthMacTop.vhd.

◆ primClk

primClk in sl
Port

Definition at line 65 of file EthMacTop.vhd.

◆ primRst

primRst in sl
Port

Definition at line 66 of file EthMacTop.vhd.

◆ ibMacPrimMaster

Definition at line 67 of file EthMacTop.vhd.

◆ ibMacPrimSlave

Definition at line 68 of file EthMacTop.vhd.

◆ obMacPrimMaster

Definition at line 69 of file EthMacTop.vhd.

◆ obMacPrimSlave

Definition at line 70 of file EthMacTop.vhd.

◆ bypClk

bypClk in sl := ' 0 '
Port

Definition at line 72 of file EthMacTop.vhd.

◆ bypRst

bypRst in sl := ' 0 '
Port

Definition at line 73 of file EthMacTop.vhd.

◆ ibMacBypMaster

◆ ibMacBypSlave

Definition at line 75 of file EthMacTop.vhd.

◆ obMacBypMaster

Definition at line 76 of file EthMacTop.vhd.

◆ obMacBypSlave

◆ vlanClk

vlanClk in sl := ' 0 '
Port

Definition at line 79 of file EthMacTop.vhd.

◆ vlanRst

vlanRst in sl := ' 0 '
Port

Definition at line 80 of file EthMacTop.vhd.

◆ ibMacVlanMasters

ibMacVlanMasters in AxiStreamMasterArray ( VLAN_SIZE_G - 1 downto 0 ) := ( others = > AXI_STREAM_MASTER_INIT_C )
Port

Definition at line 81 of file EthMacTop.vhd.

◆ ibMacVlanSlaves

ibMacVlanSlaves out AxiStreamSlaveArray ( VLAN_SIZE_G - 1 downto 0 )
Port

Definition at line 82 of file EthMacTop.vhd.

◆ obMacVlanMasters

Definition at line 83 of file EthMacTop.vhd.

◆ obMacVlanSlaves

obMacVlanSlaves in AxiStreamSlaveArray ( VLAN_SIZE_G - 1 downto 0 ) := ( others = > AXI_STREAM_SLAVE_FORCE_C )
Port

Definition at line 84 of file EthMacTop.vhd.

◆ xlgmiiRxd

xlgmiiRxd in slv ( 127 downto 0 ) := ( others = > ' 0 ' )
Port

Definition at line 86 of file EthMacTop.vhd.

◆ xlgmiiRxc

xlgmiiRxc in slv ( 15 downto 0 ) := ( others = > ' 0 ' )
Port

Definition at line 87 of file EthMacTop.vhd.

◆ xlgmiiTxd

xlgmiiTxd out slv ( 127 downto 0 )
Port

Definition at line 88 of file EthMacTop.vhd.

◆ xlgmiiTxc

xlgmiiTxc out slv ( 15 downto 0 )
Port

Definition at line 89 of file EthMacTop.vhd.

◆ xgmiiRxd

xgmiiRxd in slv ( 63 downto 0 ) := ( others = > ' 0 ' )
Port

Definition at line 91 of file EthMacTop.vhd.

◆ xgmiiRxc

xgmiiRxc in slv ( 7 downto 0 ) := ( others = > ' 0 ' )
Port

Definition at line 92 of file EthMacTop.vhd.

◆ xgmiiTxd

xgmiiTxd out slv ( 63 downto 0 )
Port

Definition at line 93 of file EthMacTop.vhd.

◆ xgmiiTxc

xgmiiTxc out slv ( 7 downto 0 )
Port

Definition at line 94 of file EthMacTop.vhd.

◆ gmiiRxDv

gmiiRxDv in sl := ' 0 '
Port

Definition at line 96 of file EthMacTop.vhd.

◆ gmiiRxEr

gmiiRxEr in sl := ' 0 '
Port

Definition at line 97 of file EthMacTop.vhd.

◆ gmiiRxd

gmiiRxd in slv ( 7 downto 0 ) := ( others = > ' 0 ' )
Port

Definition at line 98 of file EthMacTop.vhd.

◆ gmiiTxEn

gmiiTxEn out sl
Port

Definition at line 99 of file EthMacTop.vhd.

◆ gmiiTxEr

gmiiTxEr out sl
Port

Definition at line 100 of file EthMacTop.vhd.

◆ gmiiTxd

gmiiTxd out slv ( 7 downto 0 )
Port

Definition at line 101 of file EthMacTop.vhd.

◆ phyReady

phyReady in sl
Port

Definition at line 103 of file EthMacTop.vhd.

◆ ethConfig

Definition at line 104 of file EthMacTop.vhd.

◆ ethStatus

Definition at line 105 of file EthMacTop.vhd.

◆ ieee

ieee
Library

Definition at line 18 of file EthMacTop.vhd.

◆ std_logic_1164

std_logic_1164
Package

Definition at line 19 of file EthMacTop.vhd.

◆ std_logic_arith

std_logic_arith
Package

Definition at line 20 of file EthMacTop.vhd.

◆ std_logic_unsigned

Definition at line 21 of file EthMacTop.vhd.

◆ AxiStreamPkg

AxiStreamPkg
Package

Definition at line 23 of file EthMacTop.vhd.

◆ StdRtlPkg

StdRtlPkg
Package

Definition at line 24 of file EthMacTop.vhd.

◆ EthMacPkg

EthMacPkg
Package

Definition at line 25 of file EthMacTop.vhd.


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