Maker Pro
Maker Pro

Ethernet mac

S

Stijn Goris

Jan 1, 1970
0
hi all,

A beginners question: can someone explain me what an Ethernet MAC does (like
the one from Realtek) and what is the advatage of an MII interface?

kind regards
Stijn
 
J

Jeroen

Jan 1, 1970
0
The MAC is the hardware that converts the ethernet frames into a format
usable by the CPU, e.g. it deserializes the data, calculates the FCS, checks
it, waits for the right MAC address to pass by etc.etc.

MII is an standard to save pins in switch/router products.

http://www.national.com/appinfo/lan/rmii.pdf

Hope this helps,

Jeroen
 
A

Amnon

Jan 1, 1970
0
MII and its predecessors standards (RMII, SMII, GMII) are used to convert
the differential serial analog signal, coming by the Ethernet cable, into a
parallel digital bus to allow passing the Ethernet data/ control information
from the PHY chip to/ from the card (MAC chip/ CPU).
MII - for 10/ 100Mhz: 4 data lines, x 2.5/25Mhz each
RMII - for 10/ 100Mhz: 2 data lines, x 5/50Mhz each
SMII - for 10/ 100Mhz: 1 data line, x 10/100Mhz

GMII - for Giga Ethernet, 125Mhz bus

Amnon Pomerants
 
Top