AMC13
Firmwares for the different applications of the AMC13 uTCA board made at Boston University
|
Entities | |
Behavioral | architecture |
Libraries | |
UNISIM |
Use Clauses | |
VComponents |
Ports | |
clk | in STD_LOGIC |
reset | in STD_LOGIC |
enTxJumboFrame | in STD_LOGIC |
enRxJumboFrame | in STD_LOGIC |
EmacPhyTxc | out STD_LOGIC_VECTOR ( 3 downto 0 ) := ( others = > ' 0 ' ) |
EmacPhyTxd | out STD_LOGIC_VECTOR ( 31 downto 0 ) := ( others = > ' 0 ' ) |
PhyEmacRxc | in STD_LOGIC_VECTOR ( 3 downto 0 ) |
PhyEmacRxd | in STD_LOGIC_VECTOR ( 31 downto 0 ) |
ClientEmacTxd | in STD_LOGIC_VECTOR ( 31 downto 0 ) |
ClientEmacTxdVld | in STD_LOGIC_VECTOR ( 3 downto 0 ) |
ClientEmacTxUnderrun | in STD_LOGIC |
EmacClientTack | out STD_LOGIC := ' 0 ' |
EmacClientRxd | out STD_LOGIC_VECTOR ( 31 downto 0 ) := ( others = > ' 0 ' ) |
EmacClientRxdWe | out STD_LOGIC_VECTOR ( 3 downto 0 ) := ( others = > ' 0 ' ) |
EmacClientRxGoodFrame | out STD_LOGIC := ' 0 ' |
EmacClientRxbadFrame | out STD_LOGIC := ' 0 ' |
Definition at line 38 of file XGbEMAC.vhd.