US20070160087A1 - Serial media independent interface - Google Patents

Serial media independent interface Download PDF

Info

Publication number
US20070160087A1
US20070160087A1 US11/724,533 US72453307A US2007160087A1 US 20070160087 A1 US20070160087 A1 US 20070160087A1 US 72453307 A US72453307 A US 72453307A US 2007160087 A1 US2007160087 A1 US 2007160087A1
Authority
US
United States
Prior art keywords
chip
mac
interface
transmit
time
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/724,533
Inventor
Stewart Findlater
Andreas Bechtolsheim
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Cisco Technology Inc
Original Assignee
Cisco Technology Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Cisco Technology Inc filed Critical Cisco Technology Inc
Priority to US11/724,533 priority Critical patent/US20070160087A1/en
Publication of US20070160087A1 publication Critical patent/US20070160087A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/40Bus networks
    • H04L12/407Bus networks with decentralised control
    • H04L12/413Bus networks with decentralised control with random access, e.g. carrier-sense multiple-access with collision detection (CSMA-CD)
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04JMULTIPLEX COMMUNICATION
    • H04J3/00Time-division multiplex systems
    • H04J3/02Details
    • H04J3/06Synchronising arrangements
    • H04J3/0635Clock or time synchronisation in a network
    • H04J3/0685Clock or time synchronisation in a node; Intranode synchronisation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/40Bus networks
    • H04L12/40006Architecture of a communication node
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L7/00Arrangements for synchronising receiver with transmitter
    • H04L7/0008Synchronisation information channels, e.g. clock distribution lines

Definitions

  • the present invention relates generally to network computing. More specifically, the present invention relates to methods and apparatuses for connecting a system chip to a 10/100Base-T transceiver, and in particular, to a reduced pin-count serial media independent interface.
  • Ethernet hubs, routers and switches are composed of multiple ports, and may be generically referred to as multi-port Ethernet devices.
  • Each port is typically composed of a system chip, which includes a media access controller (“MAC”) layer, and a physical layer or “PHY.”
  • MAC media access controller
  • PHY physical layer or “PHY.”
  • Modern multi-port Ethernet devices typically integrate multiple MACs into one system chip (MAC chip) as well as multiple PHYs into another chip (PHY chip). An interface is required on each chip to transfer signals between the MACs and the PHYs.
  • IEEE standard 802.3u defines a media independent interface between a MAC layer and a PHY that includes 16 pins used for data and control. As noted above, in devices that include multiple ports that each have a MAC and a PHY, it is common to implement multiple MACs on one chip and multiple PHYs on another chip. If the standard MII, which includes 16 pins for data and control, is used for each MAC and PHY on the MAC chip and the PHY chip, the number of pins required for each chip becomes very large as multiple MACs and PHYs are included on single chips.
  • FIG. 1A is a block diagram illustrating a standard MAC to PHY interface.
  • a MAC 100 is connected to a PHY 102 via a 16 wire MII.
  • PHY 102 is connected to a physical medium that transmits data over a network 104 .
  • MAC 100 is connected to a network device 106 in a device that is using the MAC and the PHY to communicate.
  • the device may be a switch, a repeater, a hub or any other network device that includes ports for communication using the Ethernet 802.3u standard.
  • FIG. 1B is a block diagram illustrating the problem caused by the number of pins required in the standard MII MAC to PHY interface.
  • a MAC chip 110 includes four MACs 112 a , 112 b , 112 c , and 112 d . Each of the four MACs must have 16 pins on the outside of the chip so that it can communicate with a PHY according to the MII standard.
  • a PHY chip 120 includes four PHYs 122 a , 122 b , 122 c , 122 d . Each of the PHYs must have 16 pins on the outside of the PHY chip so that it may communicate with the MAC via a standard 16 pin MII.
  • Each PHY chip is also connected to a physical medium that is used to communicate over a network 130 .
  • An alternative interface to the MII should include all of the control signals and the same data capacity as the MII so that such an interface could continue to be interoperable with all systems that are intended to operate with an MII as described in IEEE standard 802.3u.
  • FIG. 2 is a block diagram illustrating the functions of the sixteen lines specified in the MII standard.
  • a MAC 200 is connected to a PHY 202 using the 16 wire MII standard interface.
  • the interface includes a transmit clock line 210 that provides a clock signal for clocking the transmitted data.
  • a transmit enable line 212 indicates when data is being transmitted on the transmit data lines.
  • a transmit error line 214 indicates an error should be forced onto the network. This line is used, for example, by repeaters to propagate errors that have been detected.
  • a set of four lines 215 are used to transmit data. Since the overall data transfer rate between the MAC and the PHY is 100 MHz in a 100 Base-T system, each of the four data wires transmits at 25 MHz.
  • the MII also includes a carrier sense line 215 which indicates that data is being either received or transmitted.
  • a collision line 220 is included which indicates that a collision has been detected, i.e., data is being both received and transmitted simultaneously.
  • a receive clock line 222 is used to provide a clock for clocking the received data.
  • a set of four receive data lines 224 each transfer data at 25 Mhz for an overall data rate of 100 MHz.
  • a receive data valid line 226 indicates that valid data is being transferred on the receive data lines.
  • a receive error line 228 indicates when an error has been detected in the received data, such as when an illegal symbol is detected by the PHY.
  • An MII is commonly used with a 100Base-TX PHY, for example, where data is transmitted across the physical medium of the network from PHY to PHY at a data rate of 125 MHz. Bits of data are grouped into individual symbols which include five bits each. The PHY receives each five bit symbol and translates it into a four bit nibble of data. Thus, the five bit symbol is used to transmit only four bits of data, with the remaining possible information states of the symbol used for error detection or other purposes. When errors are detected by the PHY, they are propagated to the MAC using the receive error line. Certain devices, such as repeaters, may use the transmit error line to propagate errors to other devices on a network.
  • the receive data valid line differs from the carrier sense line in that the receive data valid line does not go high as soon as data begins to be received. Instead, the receive data valid line goes high after an entire five bit symbol corresponding to a nibble of valid data has been received and decoded, and remains high after data has stopped being received between PHYs to allow decoding of all four bits of the nibble corresponding to the last symbol transmitted.
  • MIIs may also be used to connect a MAC to a PHY which uses another data transfer format, such as a 100Base-T4 PHY.
  • RMII Reduced Media Independent InterfaceTM
  • the RMII provides a six pin interface between a MAC and a PHY.
  • a single synchronous clock signal is provided for both transmit data sent from the MAC to the PHY and the receive data sent from the PHY to the MAC.
  • two pins are used to transmit data and two pins are used to receive data.
  • Each of the data transmit and the data receive lines runs at 50 Mhz. This provides a total bandwidth of 100 MHz for sending and a 100 MHz for receiving data across the MAC to PHY interface.
  • the RMII reduces the number of pins required to transmit and receive data from eight to four by doubling the clock speed of the data lines.
  • the RMII reduces the eight pins required to send the remaining six control signals to only two pins by combining certain control signals and deriving other control signals in the manner described below.
  • the transmit clock and the receive clock lines are eliminated for each individual MAC to PHY interface because a single synchronous clock is used for all of the interfaces on a single chip.
  • the remaining six control signals are combined and derived from only two control lines as is described below.
  • the carrier sense and receive data valid control signals are combined on a single line by the RMII.
  • the carrier sense signal differs from the receive data valid single in that the carrier sense signal goes high as soon as the PHY begins to receive data.
  • the receive data valid signal goes high only after the PHY has received the first complete symbol of data and decoded the first nibble of data. Also, the receive data valid symbol remains high until the last nibble corresponding to the last symbol has been transferred to the MAC.
  • the RMII combines the two signals into one on a single line as follows: the combined signal asserts with carrier sense and remains asserted while both carrier sense and receive data valid are both asserted.
  • the signal alternates between the asserted and deasserted state while carrier sense is not asserted, but receive data valid is still asserted, so that carrier sense and received data valid are time-division multiplexed.
  • the signal becomes deasserted while both carrier sense and receive data valid are deasserted.
  • a transmit enable signal is provided on the second and last control line provided by the RMII.
  • the collision signal is derived from the transmit enable signal and the carrier sense portion of the carrier sense data valid signal.
  • the RMII determines that a collision has occurred.
  • the last two control signals, the receive error signal and the transmit error signal are transferred across the interface by altering the data sent when an error is detected.
  • the rest of the data is filled with a specific data pattern such as alternating ones and zeros.
  • the specific data pattern is read, then it is determined that an error has occurred.
  • the RMII is designed so that the probability of such mistakes occurring is acceptably small to the system designers.
  • the IEEE MII specification requires backward compatibility with a 10base-T Ethernet interface so that data may be transferred between the MAC and the PHY at either 100 MHz or 10 MHz.
  • data When data is transmitted at 10 MHz, then each bit is repeated ten times so that the 10 MHz data may be recovered by sampling every tenth bit. It is necessary, therefore, to indicate to the MAC or the PHY whether data is being transmitted at 100 MHz or 10 MHz so that proper sampling of the data may be implemented.
  • the RMII accomplishes determining the correct data rate by using an out-of-band communication between the MAC and the PHY.
  • the MAC queries a designated PHY register using the MII management bus to determine the selected data rate. It would be useful if an alternative to this out-of-band communication could be developed since the out-of-band communication is slow and there is a possibility that the out-of-band communication may not be accomplished before data is transmitted.
  • the present invention addresses this problem by providing a 10/100Base-T MAC to PHY interface requiring only two wires (pins) per port, with two additional global wires: a clock wire (pin), and a synchronization wire (pin).
  • This reduction in the number of pins associated with each port is achieved by time-division multiplexing wherein each time-division multiplexed wire combines a plurality of definitions from the conventional 100Base-T interface specified by IEEE 802.3u (clause 22).
  • each port has its own pair of associated time-division multiplexed wires (pins) and the addition of each port simply requires two additional wires.
  • information normally transferred on sixteen wires in a conventional 100Base-T interface at 25 MHz is time-division multiplexed onto two wires (corresponding to two pins) that transfer data at 125 MHz, five times the speed of conventional interfaces.
  • this multiplexing is done on a port by port basis. Therefore, the number of pins required for a MAC to transceiver interface is two times the number of ports plus two instead of sixteen times the number of ports, and the addition of each additional port requires only two more wires (pins).
  • the present invention provides for in-band data rate determination.
  • the present invention provides a multi-port 10/100Base-T Ethernet device.
  • the device includes a MAC chip, a PHY chip, and an interface connecting the MAC and PHY chips.
  • the interface includes two time-division multiplexed wires per port, each time-division multiplexed wire conveying time-division multiplexed signals having different definitions, and two global wires conveying clock and synchronization pulse signals for up to all of the ports.
  • the present invention provides a 10/100Base-T MAC to PHY interface.
  • the interface includes two time-division multiplexed wires for each port serviced by the interface, each time-division multiplexed wire conveying time-division multiplexed signals having different definitions, and two global wires conveying clock and synchronization pulse signals for one or more ports.
  • the present invention provides a method of interfacing a MAC to a PHY in a 10/100Base-T Ethernet device.
  • the method involves conveying a first plurality of time-division multiplexed signals having different definitions from a MAC to a PHY over a transmit wire, and a second plurality of time-division multiplexed signals having different definitions from the PHY to the MAC over a receive wire.
  • the method involves conveying a clock signal to the MAC and PHY over a global clock wire, and a synchronization pulse signal to the MAC and PHY over a global synchronization pulse wire.
  • the present invention provides a method of interfacing a plurality of MACs in a 10/100Base-T Ethernet device.
  • the method involves conveying a first plurality of time-division multiplexed signals having different definitions from a first MAC to a second MAC over one wire, and a second plurality of time-division multiplexed signals having different definitions from the second MAC to the first MAC over another wire.
  • the method involves conveying a clock signal to the MACs over a global clock wire, and a synchronization pulse signal to the MACs over a global synchronization pulse wire.
  • FIG. 1A depicts a block diagram illustrating a standard 10/100Base-T MAC to PHY interface.
  • FIG. 1B depicts a block diagram illustrating the problem caused by the number of pins required in the standard MII 10/100Base-T MAC to PHY interface.
  • FIG. 2 depicts a block diagram illustrating the functions of the sixteen lines specified in the MII standard.
  • FIG. 3 depicts an implementation of a serial media independent interface (SMII) in accordance with a preferred embodiment of the present invention.
  • SII serial media independent interface
  • FIG. 4 depicts a sequence diagram illustrating the receive path and the synchronicity between the interface clock, synchronization pulse, and the receive signals, for a 10/100Base-T MAC to PHY SMII in accordance with a preferred embodiment of the present invention.
  • FIG. 5 depicts a sequence diagram illustrating the transmit path and the synchronicity between the interface clock synchronization pulse and the transmit signals, for a 10/100Base-T MAC to PHY SMII in accordance with a preferred embodiment of the present invention.
  • FIG. 6 depicts a flow diagram of a method of interfacing a 10/100Base-T MAC to PHY in accordance with a preferred embodiment of the present invention.
  • FIG. 7 depicts a block diagram illustrating how an SMII in accordance with the present invention may be used for full duplex MAC to MAC communication.
  • the present invention provides a 10/100Base-T MAC to PHY interface requiring only two wires (pins) per port, with two additional global wires: a clock wire (pin), and a synchronization wire (pin).
  • This reduction in the number of pins associated with each port is achieved by time-division multiplexing wherein each time-division multiplexed wire combines a plurality of definitions from the conventional 100Base-T interface specified by IEEE 802.3u (clause 22).
  • each port has its own pair of associated time-division multiplexed wires (pins) and the addition of each port simply requires two additional wires.
  • information normally transferred on sixteen wires in a conventional 100Base-T interface at 25 MHz is time-division multiplexed onto two wires (corresponding to two pins) that transfer data at 125 MHz, five times the speed of conventional interfaces.
  • this multiplexing is done on a port by port basis. Therefore, the number of pins required for a MAC to transceiver interface is two times the number of ports plus two instead of sixteen times the number of ports, and the addition of each additional port requires only two more wires (pins).
  • FIG. 3 An implementation of a serial media independent interface (“SMII”) in accordance with a preferred embodiment of the present invention is illustrated in a block diagram in FIG. 3 .
  • the figure shows a multi-port 10/100Base-T Ethernet device 300 , for example, a switch, router or hub.
  • the device 300 has eight ports each composed of a MAC and a PHY.
  • the MACs and PHYs composing the ports are located on an 8-port MAC chip 302 , and two quad (4-port) PHY chips 304 and 306 , respectively.
  • the transmit data and transmit control (transmit enable and transmit error) signals are multiplexed on one wire for each port.
  • transmit lines 308 and 310 represent four wires each, one for each port on the device 300 .
  • receive data and receive control (receive data valid, carrier sense, and receive error) signals are multiplexed on a second wire for each port, for example receive lines 312 and 314 represent four wires each, one for each port on the device 300 .
  • the transmit clock signal is replaced by a global interface clock line (pin/wire) 320 which provides a global synchronized clock signal for from a plurality of ports to all the ports on the multi-port 10/100Base-T Ethernet device.
  • the receive clock signal is handled in such a way that it does not require connection via a wire, as described further below.
  • an additional signal is used in this invention, that being a synchronization pulse signal, which like the global interface clock signal, has its own dedicated global synchronization pulse line (pin/wire) 324 tied to a plurality of ports up to all of the ports on a multi-port 10/100Base-T Ethernet device.
  • the number of pins required for a MAC to transceiver interface using SMII is two times the number of ports plus two, instead of sixteen times the number of ports, as in conventional MII, or six times the number of ports plus one, as in the RMII.
  • the SMII provides for in-band data rate (either 10 or 100 MHz) determination, and the addition of each additional port requires only two more wires (pins).
  • FIG. 4 depicts a sequence diagram illustrating the receive path and the synchronicity between the interface clock synchronization pulse and the receive signals, for a 10/100Base-T MAC to PHY SMII in accordance with a preferred embodiment of the present invention.
  • Data is preferably conveyed at one bit per 125 clock cycle.
  • a SMII in accordance with a preferred embodiment of the present invention can handle different data rates, for example, 10 and 100 MBit/s. In 100 MBit/s mode, each segment represents a new byte of data. In 10 MBit/sec mode, each segment is repeated ten times so every ten segments represents a new byte of data. The MAC samples one of every ten segments when data is sent in 10 MBit/sec mode. The MAC determines the data rate from inter-frame status bits conveyed on the receive wire, as further described below.
  • the top-most line 402 in the sequence diagram 400 represents a 125 MHz global clock.
  • the global clock signal is conveyed on a global wire to a plurality of ports up to all of the ports on a multi-port 10/100Base-T Ethernet device.
  • the data on the wires of the MAC to PHY interface is sampled and/or driven on the up stroke of each cycle of the clock signal, as indicated by the vertical lines 403 of the sequence diagram 400 .
  • the second line 404 on FIG. 4 represents the synchronization pulse signal, which is asserted one out of every ten cycles of the global clock 402 (every ten clocks), in order to synchronize the MAC to the data stream.
  • the synchronization pulse signal is an additional signal not found among the signals conveyed by a conventional MII.
  • the purpose of the synchronization pulse in an SMII in accordance with the present invention is to signal the end of each cycle of signals (segment).
  • the synchronization pulse is high during the conveyance of the first of each segment of signals, as described further below.
  • the synchronization pulse signal 404 is also conveyed on a global wire to a plurality of ports up to all of the ports on a multi-port 10/100Base-T Ethernet device.
  • the third line 406 on FIG. 4 represents the receive signal. Since the global interface clock speed is five times that of the transmit and receive clocks of a conventional MII, five times the information may be conveyed in the same given amount of time.
  • the receive line 406 is divided into “time slots” 408 which each represent one bit of data.
  • the receive data and control signals are time-division multiplexed in 10 125 MHz time slots (making up a 12.5 MHz segment) on a single receive wire per port in accordance with this preferred embodiment of the present invention.
  • the first two time slots of each segment are dedicated to control signals, carrier sense (CRS) 410 and receive data valid (RX_DV) 412 , respectively.
  • the remaining eight slots (RXD 0 - 7 ) are dedicated to the conveyance of receive data signals.
  • a conventional MII conveys receive data at 100 MHz by using a 25 MHz clock and four receive data wires. It takes a wire operating at 25 MHz 40 ns to convey 1 bit of data; in MII, four 25 MHz wires convey 4 bits of receive data in 40 ns (1 bit per 10 ns).
  • An SMII in accordance with the present invention allows for the conveyance of data at the same rate as with conventional MII, but with many fewer wires. At 125 MHz it takes only 8 ns to convey 1 bit of data. Therefore, the ten bits conveyed in a segment of receive signals using SMII, including 8 bits (1 byte; equivalent to two MII data nibbles) of receive data, take only 80 ns. Thus, SMII is able to sustain the MII's 1 bit per 10 ns rate of conveying receive data, conveying all the information found on the receive path of a conventional MII, while using only one wire for the purpose.
  • the two control bits (CRS and RX_DV) in the receive signal segment have the same purpose as the commonly designated signals in MII, except that the signals are all synchronous with the global clock.
  • the SMII receive segment control bits can also be used by the MAC to infer the meaning of the receive data signals on a segment by segment basis by decoding the two control bits. For example, in the inter-frame period, when no receive data is being conveyed on the interface, the RX_DV signal is 0. Since no valid data is being conveyed, the time slots (RXD 0 - 7 ) normally allotted to receive data when the RX_DV signal is high (1) may be used to convey status information.
  • the RXD6 and RXD7 time slots are not used to convey status information. Of course, other configurations and different status information may be conveyed using these principles in accordance with the present invention.
  • the SMII of the present invention does not include a receive clock signal. Instead, the receive clock signal is handled, in accordance with a preferred embodiment of the present invention, in a manner that does not require any additional wire between the MAC and PHY chips.
  • the PHY passes both data and clock signals to the MAC for each port. Each receive clock operates at an independent frequency. In order to support the individual receive clocks in each conventional MAC chip, there is a dedicated receive clock wire in the MII interface between each MAC and PHY.
  • conventional MAC chips may include an elasticity buffer which is large enough and operates such that it may receive incoming data from the network (via the PHY) and then transfer it to the upper layers using the device system clock in such a manner that it does not empty or reach capacity during the reception of a packet from the network.
  • the receive clock wire between each MAC and PHY is eliminated by providing an elasticity buffer (FIFO) in the PHY instead of in the MAC.
  • FIFO elasticity buffer
  • the PHY is able to receive the data using a clock recovered from the data, and then pass the data to the MAC using the global clock.
  • the PHY passes the data through an elasticity FIFO to handle any difference between the global clock rate and the clock rate at the packet source (10 MHz).
  • the elasticity FIFO on a PHY in accordance with the present invention should has sufficient capacity, and is preferably operated so that it does not reach capacity nor empty during the reception of a packet.
  • the PHY may receive data using recovered clocks, allowing the buffer to become approximately half full, and then pass data to the MAC using the global clock, which will usually have a different phase and frequency. In this way the buffer never overflows or becomes empty over the course of receiving and transmitting a packet of data, and no receive clock wire is necessary in the SMII.
  • a PHY-based elasticity FIFO that is at least twenty-seven bits long.
  • the elasticity FIFO is preferably allowed to fill to about the half way point before beginning valid data transfer.
  • RXD and RX_DV signals are passed through the elasticity FIFO.
  • RX_ER is asserted if, during the reception of a frame, the FIFO overflows or underflows.
  • the CRS signal is not passed through the elasticity FIFO; instead, the CRS signal is asserted (1) for the time that the PHY is receiving a frame of data.
  • FIG. 5 depicts a sequence diagram illustrating the transmit path and the synchronicity between the interface clock synchronization pulse and the transmit signals, for a 10/100Base-T MAC to PHY SMII in accordance with a preferred embodiment of the present invention.
  • Data and status are conveyed in substantially the same manner as described above with reference to the receive data path. That is, data is preferably conveyed at one bit per 125 MHz clock cycle. In 100 MBit/s mode, each segment represents a new byte of data. In 10 MBit/sec mode, each segment is repeated ten times so every ten segments represents a new byte of data.
  • the PHY samples one of every ten segments when data is sent in 10 MBit/sec mode.
  • the MAC determines the data rate from inter-frame status bits conveyed on the receive wire, as described above.
  • the top-most line 502 in the sequence diagram 500 represents a 125 MHz global clock.
  • the global clock signal is conveyed on a global wire to a plurality of ports up to all of the ports on a multi-port 10/100Base-T Ethernet device.
  • the data on the wires of the MAC to PHY interface is read and/or driven on the up stroke of each cycle of the clock signal, as indicated by the vertical lines 503 of the sequence diagram 500 .
  • the second line 504 on FIG. 5 represents the synchronization pulse signal, which, as noted above, is high for every ten cycles of the global clock 502 (every ten clocks), in order to synchronize the MAC to the data stream.
  • the MAC generates a synchronization pulse during the conveyance of the first of each segment of signals, as described further below.
  • the synchronization pulse signal 504 is also conveyed on a global wire to a plurality of ports up to all of the ports on a multi-port 10/100Base-T Ethernet device.
  • the third line 506 on FIG. 5 represents the transmit path. As described above for the receive path, since the global interface clock speed is five times that of the transmit and receive clocks of a conventional MII, five times the information may be conveyed in the same given amount of time.
  • the transmit line 506 is divided into “time slots” 408 which each represent one bit of data.
  • the transmit data and control signals are time-division multiplexed in 10 125 MHz time slots (making up a 12.5 MHz segment) on a single transmit wire per port in accordance with this preferred embodiment of the present invention.
  • the first two time slots of each segment are dedicated to control signals, transmit error (TX_ER) 510 and transmit enable (TX_EN) 512 .
  • the remaining eight slots (TXD 0 - 7 ) are dedicated to the conveyance of transmit data signals.
  • a conventional MII conveys transmit data at 100 MHz by using a 25 MHz clock and four transmit data wires. It takes a wire operating at 25 MHz 40 ns to convey 1 bit of data; in MII, four 25 MHz wires convey 4 bits of transmit data in 40 ns (1 bit per 10 ns).
  • an SMII in accordance with the present invention allows for the conveyance of data at the same rate as with conventional MII, but with fewer wires. At 125 MHz it takes only 8 ns to convey 1 bit of data. Therefore, the ten bits conveyed in a segment of transmit signals using SMII, including 8 bits (1 byte; equivalent to two MII data nibbles) of transmit data, take only 80 ns.
  • SMII is able to sustain the MII's 1 bit per 10 ns rate of conveying transmit data, conveying all the information found on the transmit path of a conventional MII, while using only one wire for the purpose.
  • Collisions are detected when the transmit enable signal and the carrier sense signal are both asserted.
  • the PHY must ensure that CRS is not affected by its transmit path. When both the transmit enable and carrier sense are asserted, then a collision has occurred.
  • FIG. 6 depicts a flow diagram of a method of interfacing a 10/100Base-T MAC to a PHY in accordance with a preferred embodiment of the present invention. It should be understood that this process flow is intended to illustrate the way in which signals are conveyed between MACs and PHYs in accordance with a preferred embodiment of the present invention, and not to indicate a sequence of events.
  • the various steps of the process 600 may be occurring concurrently.
  • the process 600 begins at 601 , and at a step 602 time-division multiplexed transmit signals of different definitions are conveyed from a MAC to a PHY over a transmit wire.
  • time-division multiplexed receive signals of different definitions are conveyed from the PHY to the MAC over a receive wire.
  • the MAC to PHY interface process 600 involves conveying clock and synchronization signals on each of two global wires, as described previously with reference to FIG. 3 .
  • a 125 MHz clock signal is conveyed to the MAC and the PHY over a global clock wire.
  • a synchronization pulse signal is conveyed to the MAC and the PHY over a global synchronization pulse wire.
  • the 10/100Base-T MAC to PHY interfacing may be accomplished in accordance with the present invention using only 2 times (the number of ports)+2 wires.
  • the interfacing process ends at 610 .
  • an SMII in accordance with the present invention may also be used as a direct connection between two MACs.
  • FIG. 7 is a block diagram illustrating how the two wires of an SMII in accordance with the present invention may be connected between a first MAC 700 and a second MAC 702 .
  • the receive line and the transmit line of MAC 700 are connected to the transmit line and the receive line of MAC 702 , respectively.
  • the receive and transmit segments have nearly a bit to bit correspondence.
  • the transmit enable signal sent from one MAC can be interpreted as a receive data valid signal by the other MAC.
  • the transmit segment does not include a bit that signals carrier sense but for a MAC to MAC interface, the carrier sense time slot can be defined to be deasserted. This is not a problem as long as both MACs are operating in full duplex mode.
  • the first transmit data bit of the transmit line (TXD 0 ) is used to force an error in a direct MAC to MAC connection, with 1 indicating an error.
  • the second bit of the transmit data line (TXD 1 ) is used to indicate speed, with 0 indicating 10 MBits/s, and 1 indicating 100 MBits/s.
  • the third bit (TXD 2 ) indicates duplex mode with 1 indicating full duplex.
  • the fourth bit (TXD 3 ) indicates link status with 1 indicating that the link is up, and the fifth bit (TXD 4 ) indicates jabber with a 0 indicating no jabber. In other embodiments, these conventions may be changed.
  • transmit enable 1, then the transmit data on the transmit line is interpreted as being an SMII data byte.
  • the present invention provides a two wire 10/100Base-T SMII using time-division multiplexed receive and transmit signals which can be used to convey all of the data and control information transferred by the standard IEEE MII interface.
  • a common clock signal is used for both the MAC and the PHY and the time-division multiplexed segments are synchronized using a synchronization pulse on the receive and the transmit lines.

Abstract

A 10/100Base-T MAC to PHY interface requiring only two wires (pins) per port, with two additional global wires: a clock wire (pin), and a synchronization wire (pin) represents a reduction in the number of pins associated with each port and is achieved by time-division multiplexing wherein each time-division multiplexed wire combines a plurality of definitions from the conventional 100Base-T interface specified by IEEE 802.3u (clause 22). As a result, each port has its own pair of associated time-division multiplexed wires (pins) and the addition of each port simply requires two additional wires. According to a preferred embodiment of the present invention, information normally transferred on sixteen wires in a conventional 100Base-T interface at 25 MHz is time-division multiplexed onto two wires (corresponding to two pins) that transfer data at 125 MHz, five times the speed of conventional interfaces. Importantly, this multiplexing is done on a port by port basis. Therefore, the number of pins required for a MAC to transceiver interface is two times the number of ports plus two instead of sixteen times the number of ports, and the addition of each additional port requires only two more wires (pins).

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application is a continuation of application Ser. No. 10/103,598, filed Mar. 20, 2002, titled SERIAL MEDIA INDEPENDENT INTERFACE, which is a continuation of application Ser. No. 09/088,956, filed Jun. 2, 1998, titled SERIAL MEDIA INDEPENDENT INTERFACE; the disclosures of which are incorporated herein by reference for all purposes.
  • BACKGROUND OF THE INVENTION
  • The present invention relates generally to network computing. More specifically, the present invention relates to methods and apparatuses for connecting a system chip to a 10/100Base-T transceiver, and in particular, to a reduced pin-count serial media independent interface.
  • In computer network systems there is typically a natural division between chips handling the physical layer, which is responsible for transmitting data on the network, and the system chips, which perform logical operations with data transmitted on the network. Ethernet hubs, routers and switches are composed of multiple ports, and may be generically referred to as multi-port Ethernet devices. Each port is typically composed of a system chip, which includes a media access controller (“MAC”) layer, and a physical layer or “PHY.” Modern multi-port Ethernet devices typically integrate multiple MACs into one system chip (MAC chip) as well as multiple PHYs into another chip (PHY chip). An interface is required on each chip to transfer signals between the MACs and the PHYs.
  • IEEE standard 802.3u defines a media independent interface between a MAC layer and a PHY that includes 16 pins used for data and control. As noted above, in devices that include multiple ports that each have a MAC and a PHY, it is common to implement multiple MACs on one chip and multiple PHYs on another chip. If the standard MII, which includes 16 pins for data and control, is used for each MAC and PHY on the MAC chip and the PHY chip, the number of pins required for each chip becomes very large as multiple MACs and PHYs are included on single chips.
  • For example, typical switches available today may offer 24 ports in a single device. If all of the MACs were to be implemented on one chip and all of the PHYs were to be implemented on another chip then 384 pins would be required just to provide the interface between the MACs and the PHYs of the two chips. Obviously this is impractical. Thus, the requirement of 16 pins for data and control in the standard MII specification adds to the expense of MAC and PHY interfaces both by increasing the number of pins required on chips and by reducing the number of MACs and PHYs which may be combined on a single chip.
  • FIG. 1A is a block diagram illustrating a standard MAC to PHY interface. A MAC 100 is connected to a PHY 102 via a 16 wire MII. PHY 102 is connected to a physical medium that transmits data over a network 104. MAC 100 is connected to a network device 106 in a device that is using the MAC and the PHY to communicate. The device may be a switch, a repeater, a hub or any other network device that includes ports for communication using the Ethernet 802.3u standard.
  • FIG. 1B is a block diagram illustrating the problem caused by the number of pins required in the standard MII MAC to PHY interface. A MAC chip 110 includes four MACs 112 a, 112 b, 112 c, and 112 d. Each of the four MACs must have 16 pins on the outside of the chip so that it can communicate with a PHY according to the MII standard. Similarly, a PHY chip 120 includes four PHYs 122 a, 122 b, 122 c, 122 d. Each of the PHYs must have 16 pins on the outside of the PHY chip so that it may communicate with the MAC via a standard 16 pin MII. Each PHY chip is also connected to a physical medium that is used to communicate over a network 130.
  • It would be extremely useful if an alternative standard to the MII standard could be developed which would allow for communication between a MAC and a PHY using a reduced number of lines between the MAC and the PHY. This would reduce the number of pins per MAC or PHY included on a chip, reduce the cost of the chip, and allow more MACs or PHYs to be included on a single chip. An alternative interface to the MII should include all of the control signals and the same data capacity as the MII so that such an interface could continue to be interoperable with all systems that are intended to operate with an MII as described in IEEE standard 802.3u.
  • FIG. 2 is a block diagram illustrating the functions of the sixteen lines specified in the MII standard. A MAC 200 is connected to a PHY 202 using the 16 wire MII standard interface. The interface includes a transmit clock line 210 that provides a clock signal for clocking the transmitted data. A transmit enable line 212 indicates when data is being transmitted on the transmit data lines. A transmit error line 214 indicates an error should be forced onto the network. This line is used, for example, by repeaters to propagate errors that have been detected. A set of four lines 215 are used to transmit data. Since the overall data transfer rate between the MAC and the PHY is 100 MHz in a 100 Base-T system, each of the four data wires transmits at 25 MHz.
  • The MII also includes a carrier sense line 215 which indicates that data is being either received or transmitted. In addition, a collision line 220 is included which indicates that a collision has been detected, i.e., data is being both received and transmitted simultaneously. A receive clock line 222 is used to provide a clock for clocking the received data. A set of four receive data lines 224 each transfer data at 25 Mhz for an overall data rate of 100 MHz. A receive data valid line 226 indicates that valid data is being transferred on the receive data lines. A receive error line 228 indicates when an error has been detected in the received data, such as when an illegal symbol is detected by the PHY.
  • An MII is commonly used with a 100Base-TX PHY, for example, where data is transmitted across the physical medium of the network from PHY to PHY at a data rate of 125 MHz. Bits of data are grouped into individual symbols which include five bits each. The PHY receives each five bit symbol and translates it into a four bit nibble of data. Thus, the five bit symbol is used to transmit only four bits of data, with the remaining possible information states of the symbol used for error detection or other purposes. When errors are detected by the PHY, they are propagated to the MAC using the receive error line. Certain devices, such as repeaters, may use the transmit error line to propagate errors to other devices on a network. It should be noted that the receive data valid line differs from the carrier sense line in that the receive data valid line does not go high as soon as data begins to be received. Instead, the receive data valid line goes high after an entire five bit symbol corresponding to a nibble of valid data has been received and decoded, and remains high after data has stopped being received between PHYs to allow decoding of all four bits of the nibble corresponding to the last symbol transmitted. MIIs may also be used to connect a MAC to a PHY which uses another data transfer format, such as a 100Base-T4 PHY.
  • One approach to reducing the number of pins required for the MAC to PHY interface has been proposed by the Reduced Media Independent Interface™ (RMII™) consortium. The RMII provides a six pin interface between a MAC and a PHY. In addition to the six wires required for each MAC to PHY interface, a single synchronous clock signal is provided for both transmit data sent from the MAC to the PHY and the receive data sent from the PHY to the MAC. In the six pin RMII, two pins are used to transmit data and two pins are used to receive data. Each of the data transmit and the data receive lines runs at 50 Mhz. This provides a total bandwidth of 100 MHz for sending and a 100 MHz for receiving data across the MAC to PHY interface.
  • Thus, the RMII reduces the number of pins required to transmit and receive data from eight to four by doubling the clock speed of the data lines. The RMII reduces the eight pins required to send the remaining six control signals to only two pins by combining certain control signals and deriving other control signals in the manner described below. The transmit clock and the receive clock lines are eliminated for each individual MAC to PHY interface because a single synchronous clock is used for all of the interfaces on a single chip. The remaining six control signals are combined and derived from only two control lines as is described below.
  • The carrier sense and receive data valid control signals are combined on a single line by the RMII. As described above, the carrier sense signal differs from the receive data valid single in that the carrier sense signal goes high as soon as the PHY begins to receive data. The receive data valid signal goes high only after the PHY has received the first complete symbol of data and decoded the first nibble of data. Also, the receive data valid symbol remains high until the last nibble corresponding to the last symbol has been transferred to the MAC. The RMII combines the two signals into one on a single line as follows: the combined signal asserts with carrier sense and remains asserted while both carrier sense and receive data valid are both asserted. The signal alternates between the asserted and deasserted state while carrier sense is not asserted, but receive data valid is still asserted, so that carrier sense and received data valid are time-division multiplexed. The signal becomes deasserted while both carrier sense and receive data valid are deasserted.
  • On the second and last control line provided by the RMII, a transmit enable signal is provided. The collision signal is derived from the transmit enable signal and the carrier sense portion of the carrier sense data valid signal. When both are asserted, the RMII determines that a collision has occurred. The last two control signals, the receive error signal and the transmit error signal are transferred across the interface by altering the data sent when an error is detected. When an illegal symbol is detected, the rest of the data is filled with a specific data pattern such as alternating ones and zeros. When the specific data pattern is read, then it is determined that an error has occurred. There is a finite probability that good data may match the specific data pattern causing the MACs to determine that an error has occurred when, in fact, no error has occurred. However, the RMII is designed so that the probability of such mistakes occurring is acceptably small to the system designers.
  • It should also be noted that the IEEE MII specification requires backward compatibility with a 10base-T Ethernet interface so that data may be transferred between the MAC and the PHY at either 100 MHz or 10 MHz. When data is transmitted at 10 MHz, then each bit is repeated ten times so that the 10 MHz data may be recovered by sampling every tenth bit. It is necessary, therefore, to indicate to the MAC or the PHY whether data is being transmitted at 100 MHz or 10 MHz so that proper sampling of the data may be implemented. The RMII accomplishes determining the correct data rate by using an out-of-band communication between the MAC and the PHY. The MAC queries a designated PHY register using the MII management bus to determine the selected data rate. It would be useful if an alternative to this out-of-band communication could be developed since the out-of-band communication is slow and there is a possibility that the out-of-band communication may not be accomplished before data is transmitted.
  • Accordingly, it would be useful if the number of wires interfacing a 10/100Base-T MAC and PHY could be even further reduced to less than six wires. Furthermore, it would be useful if an in-band data rate communication between the MAC and the PHY could be developed.
  • SUMMARY OF THE INVENTION
  • The present invention addresses this problem by providing a 10/100Base-T MAC to PHY interface requiring only two wires (pins) per port, with two additional global wires: a clock wire (pin), and a synchronization wire (pin). This reduction in the number of pins associated with each port is achieved by time-division multiplexing wherein each time-division multiplexed wire combines a plurality of definitions from the conventional 100Base-T interface specified by IEEE 802.3u (clause 22). As a result, each port has its own pair of associated time-division multiplexed wires (pins) and the addition of each port simply requires two additional wires. According to a preferred embodiment of the present invention, information normally transferred on sixteen wires in a conventional 100Base-T interface at 25 MHz is time-division multiplexed onto two wires (corresponding to two pins) that transfer data at 125 MHz, five times the speed of conventional interfaces. Importantly, this multiplexing is done on a port by port basis. Therefore, the number of pins required for a MAC to transceiver interface is two times the number of ports plus two instead of sixteen times the number of ports, and the addition of each additional port requires only two more wires (pins). Moreover, the present invention provides for in-band data rate determination.
  • In one aspect, the present invention provides a multi-port 10/100Base-T Ethernet device. The device includes a MAC chip, a PHY chip, and an interface connecting the MAC and PHY chips. The interface includes two time-division multiplexed wires per port, each time-division multiplexed wire conveying time-division multiplexed signals having different definitions, and two global wires conveying clock and synchronization pulse signals for up to all of the ports.
  • In another aspect, the present invention provides a 10/100Base-T MAC to PHY interface. The interface includes two time-division multiplexed wires for each port serviced by the interface, each time-division multiplexed wire conveying time-division multiplexed signals having different definitions, and two global wires conveying clock and synchronization pulse signals for one or more ports.
  • In a further aspect, the present invention provides a method of interfacing a MAC to a PHY in a 10/100Base-T Ethernet device. The method involves conveying a first plurality of time-division multiplexed signals having different definitions from a MAC to a PHY over a transmit wire, and a second plurality of time-division multiplexed signals having different definitions from the PHY to the MAC over a receive wire. In addition, the method involves conveying a clock signal to the MAC and PHY over a global clock wire, and a synchronization pulse signal to the MAC and PHY over a global synchronization pulse wire.
  • In still a further aspect, the present invention provides a method of interfacing a plurality of MACs in a 10/100Base-T Ethernet device. The method involves conveying a first plurality of time-division multiplexed signals having different definitions from a first MAC to a second MAC over one wire, and a second plurality of time-division multiplexed signals having different definitions from the second MAC to the first MAC over another wire. In addition, the method involves conveying a clock signal to the MACs over a global clock wire, and a synchronization pulse signal to the MACs over a global synchronization pulse wire.
  • It should be appreciated that the present invention can be implemented in numerous ways, including as a device, a process, or a system. Some inventive embodiments of the present invention are described below.
  • These and other features and advantages of the present invention will be presented in more detail in the following specification of the invention and the accompanying figures which illustrate by way of example the principles of the invention.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The present invention will be readily understood by the following detailed description in conjunction with the accompanying drawings, wherein like reference numerals designate like structural elements, and in which:
  • FIG. 1A depicts a block diagram illustrating a standard 10/100Base-T MAC to PHY interface.
  • FIG. 1B depicts a block diagram illustrating the problem caused by the number of pins required in the standard MII 10/100Base-T MAC to PHY interface.
  • FIG. 2 depicts a block diagram illustrating the functions of the sixteen lines specified in the MII standard.
  • FIG. 3 depicts an implementation of a serial media independent interface (SMII) in accordance with a preferred embodiment of the present invention.
  • FIG. 4 depicts a sequence diagram illustrating the receive path and the synchronicity between the interface clock, synchronization pulse, and the receive signals, for a 10/100Base-T MAC to PHY SMII in accordance with a preferred embodiment of the present invention.
  • FIG. 5 depicts a sequence diagram illustrating the transmit path and the synchronicity between the interface clock synchronization pulse and the transmit signals, for a 10/100Base-T MAC to PHY SMII in accordance with a preferred embodiment of the present invention.
  • FIG. 6 depicts a flow diagram of a method of interfacing a 10/100Base-T MAC to PHY in accordance with a preferred embodiment of the present invention.
  • FIG. 7 depicts a block diagram illustrating how an SMII in accordance with the present invention may be used for full duplex MAC to MAC communication.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • Reference will now be made in detail to a preferred embodiment of the invention. An example of the preferred embodiment is illustrated in the accompanying drawings. While the invention will be described in conjunction with that preferred embodiment, it will be understood that it is not intended to limit the invention to one preferred embodiment. On the contrary, it is intended to cover alternatives, modifications, and equivalents as may be included within the spirit and scope of the invention as defined by the appended claims. In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present invention. The present invention may be practiced without some or all of these specific details. In other instances, well known process operations have not been described in detail in order not to unnecessarily obscure the present invention.
  • The present invention provides a 10/100Base-T MAC to PHY interface requiring only two wires (pins) per port, with two additional global wires: a clock wire (pin), and a synchronization wire (pin). This reduction in the number of pins associated with each port is achieved by time-division multiplexing wherein each time-division multiplexed wire combines a plurality of definitions from the conventional 100Base-T interface specified by IEEE 802.3u (clause 22). As a result, each port has its own pair of associated time-division multiplexed wires (pins) and the addition of each port simply requires two additional wires. According to a preferred embodiment of the present invention, information normally transferred on sixteen wires in a conventional 100Base-T interface at 25 MHz is time-division multiplexed onto two wires (corresponding to two pins) that transfer data at 125 MHz, five times the speed of conventional interfaces. Importantly, this multiplexing is done on a port by port basis. Therefore, the number of pins required for a MAC to transceiver interface is two times the number of ports plus two instead of sixteen times the number of ports, and the addition of each additional port requires only two more wires (pins).
  • An implementation of a serial media independent interface (“SMII”) in accordance with a preferred embodiment of the present invention is illustrated in a block diagram in FIG. 3. The figure shows a multi-port 10/100Base-T Ethernet device 300, for example, a switch, router or hub. The device 300 has eight ports each composed of a MAC and a PHY. In this particular embodiment, the MACs and PHYs composing the ports are located on an 8-port MAC chip 302, and two quad (4-port) PHY chips 304 and 306, respectively.
  • According to a preferred embodiment of the present invention, the transmit data and transmit control (transmit enable and transmit error) signals are multiplexed on one wire for each port. For example, as shown in FIG. 3, transmit lines 308 and 310 represent four wires each, one for each port on the device 300. Similarly, the receive data and receive control (receive data valid, carrier sense, and receive error) signals are multiplexed on a second wire for each port, for example receive lines 312 and 314 represent four wires each, one for each port on the device 300.
  • Of the remaining signals, the transmit clock signal is replaced by a global interface clock line (pin/wire) 320 which provides a global synchronized clock signal for from a plurality of ports to all the ports on the multi-port 10/100Base-T Ethernet device. The receive clock signal is handled in such a way that it does not require connection via a wire, as described further below. As noted previously, an additional signal is used in this invention, that being a synchronization pulse signal, which like the global interface clock signal, has its own dedicated global synchronization pulse line (pin/wire) 324 tied to a plurality of ports up to all of the ports on a multi-port 10/100Base-T Ethernet device.
  • Therefore, the number of pins required for a MAC to transceiver interface using SMII is two times the number of ports plus two, instead of sixteen times the number of ports, as in conventional MII, or six times the number of ports plus one, as in the RMII. Moreover, the SMII provides for in-band data rate (either 10 or 100 MHz) determination, and the addition of each additional port requires only two more wires (pins).
  • The SMII Receive Path
  • FIG. 4 depicts a sequence diagram illustrating the receive path and the synchronicity between the interface clock synchronization pulse and the receive signals, for a 10/100Base-T MAC to PHY SMII in accordance with a preferred embodiment of the present invention. Data is preferably conveyed at one bit per 125 clock cycle. A SMII in accordance with a preferred embodiment of the present invention can handle different data rates, for example, 10 and 100 MBit/s. In 100 MBit/s mode, each segment represents a new byte of data. In 10 MBit/sec mode, each segment is repeated ten times so every ten segments represents a new byte of data. The MAC samples one of every ten segments when data is sent in 10 MBit/sec mode. The MAC determines the data rate from inter-frame status bits conveyed on the receive wire, as further described below.
  • The top-most line 402 in the sequence diagram 400 represents a 125 MHz global clock. As noted above, the global clock signal is conveyed on a global wire to a plurality of ports up to all of the ports on a multi-port 10/100Base-T Ethernet device. The data on the wires of the MAC to PHY interface is sampled and/or driven on the up stroke of each cycle of the clock signal, as indicated by the vertical lines 403 of the sequence diagram 400.
  • The second line 404 on FIG. 4 represents the synchronization pulse signal, which is asserted one out of every ten cycles of the global clock 402 (every ten clocks), in order to synchronize the MAC to the data stream. The synchronization pulse signal is an additional signal not found among the signals conveyed by a conventional MII. As in the RMII, the purpose of the synchronization pulse in an SMII in accordance with the present invention is to signal the end of each cycle of signals (segment). The synchronization pulse is high during the conveyance of the first of each segment of signals, as described further below. The synchronization pulse signal 404 is also conveyed on a global wire to a plurality of ports up to all of the ports on a multi-port 10/100Base-T Ethernet device.
  • The third line 406 on FIG. 4 represents the receive signal. Since the global interface clock speed is five times that of the transmit and receive clocks of a conventional MII, five times the information may be conveyed in the same given amount of time. The receive line 406 is divided into “time slots” 408 which each represent one bit of data. The receive data and control signals are time-division multiplexed in 10 125 MHz time slots (making up a 12.5 MHz segment) on a single receive wire per port in accordance with this preferred embodiment of the present invention. In this preferred embodiment, the first two time slots of each segment are dedicated to control signals, carrier sense (CRS) 410 and receive data valid (RX_DV) 412, respectively. The remaining eight slots (RXD0-7) are dedicated to the conveyance of receive data signals.
  • A conventional MII conveys receive data at 100 MHz by using a 25 MHz clock and four receive data wires. It takes a wire operating at 25 MHz 40 ns to convey 1 bit of data; in MII, four 25 MHz wires convey 4 bits of receive data in 40 ns (1 bit per 10 ns). An SMII in accordance with the present invention allows for the conveyance of data at the same rate as with conventional MII, but with many fewer wires. At 125 MHz it takes only 8 ns to convey 1 bit of data. Therefore, the ten bits conveyed in a segment of receive signals using SMII, including 8 bits (1 byte; equivalent to two MII data nibbles) of receive data, take only 80 ns. Thus, SMII is able to sustain the MII's 1 bit per 10 ns rate of conveying receive data, conveying all the information found on the receive path of a conventional MII, while using only one wire for the purpose.
  • In a preferred embodiment of the SMII, the two control bits (CRS and RX_DV) in the receive signal segment have the same purpose as the commonly designated signals in MII, except that the signals are all synchronous with the global clock. The SMII receive segment control bits can also be used by the MAC to infer the meaning of the receive data signals on a segment by segment basis by decoding the two control bits. For example, in the inter-frame period, when no receive data is being conveyed on the interface, the RX_DV signal is 0. Since no valid data is being conveyed, the time slots (RXD0-7) normally allotted to receive data when the RX_DV signal is high (1) may be used to convey status information.
  • In one preferred embodiment, the RXD0 time slot is used to indicate a receive error (RX_ER) from the previous frame of data (where RXD0=1). The RXD1 time slot is used to indicate data rate; RXD1=0 indicates 10 MBit/s, RXD1=1 indicates 100 MBit/s. Thus, the present invention provides in-band data rate communication. The RXD2 time slot is used to indicate the duplex mode; RXD2=0 indicates half duplex (MAC to PHY communication), RXD2=1 indicates full duplex (MAC to MAC communication). The RXD3 time slot is used to indicate the status of the network link (linktestpass); RXD3=0 indicates that the link is down, RXD3=1 indicates that the link is up. The RXD4 time slot is used to indicate the status of the jabber signal (for 10Base-T compatibility); RXD4=0 indicates no jabber error, RXD4=1 indicates a jabber error. The RXD5 time slot is used to indicate the validity of the upper nibble of the last byte of the previous frame; RXD5=0 indicates the nibble is invalid, RXD5=1 indicates the nibble is valid. In this preferred embodiment, the RXD6 and RXD7 time slots are not used to convey status information. Of course, other configurations and different status information may be conveyed using these principles in accordance with the present invention.
  • As noted above, the SMII of the present invention does not include a receive clock signal. Instead, the receive clock signal is handled, in accordance with a preferred embodiment of the present invention, in a manner that does not require any additional wire between the MAC and PHY chips. With a conventional MII, the PHY passes both data and clock signals to the MAC for each port. Each receive clock operates at an independent frequency. In order to support the individual receive clocks in each conventional MAC chip, there is a dedicated receive clock wire in the MII interface between each MAC and PHY. Also, conventional MAC chips may include an elasticity buffer which is large enough and operates such that it may receive incoming data from the network (via the PHY) and then transfer it to the upper layers using the device system clock in such a manner that it does not empty or reach capacity during the reception of a packet from the network.
  • In accordance with the present invention, the receive clock wire between each MAC and PHY is eliminated by providing an elasticity buffer (FIFO) in the PHY instead of in the MAC. In this configuration, the PHY is able to receive the data using a clock recovered from the data, and then pass the data to the MAC using the global clock. In order to send receive data to the MAC synchronous to the global clock, the PHY passes the data through an elasticity FIFO to handle any difference between the global clock rate and the clock rate at the packet source (10 MHz). The elasticity FIFO on a PHY in accordance with the present invention should has sufficient capacity, and is preferably operated so that it does not reach capacity nor empty during the reception of a packet. As such, the PHY may receive data using recovered clocks, allowing the buffer to become approximately half full, and then pass data to the MAC using the global clock, which will usually have a different phase and frequency. In this way the buffer never overflows or becomes empty over the course of receiving and transmitting a packet of data, and no receive clock wire is necessary in the SMII.
  • The Ethernet specification (IEEE 802.3u) calls for packet data to be referenced to a clock with a frequency tolerance of 100 ppm (0.01%). However, it is not uncommon to encounter Ethernet stations with clocks that have frequency errors up to 0.1%. Thus, it is preferable that a FIFO be designed which allows communication with an end station that has a frequency error of up to 0.1% instead of the 0.01% required by the standard. Accordingly, in a preferred embodiment, the size of an elasticity FIFO with sufficient capacity so that the buffer never overflows or becomes empty over the course of receiving and transmitting a packet of data may be calculated as follows: FIFO size=2*(maximum frame in bits)*(end station error+local error). In one preferred embodiment, a PHY-based elasticity FIFO that is at least twenty-seven bits long. The size of the FIFO is determined according to the following formula: FIFO size = 2 * ( maximum frame in bits ) * ( end station error + local error ) = 2 * ( 1518 * 8 ) * ( 0.1 % + 0.01 % ) = 26.7 bits .
  • The elasticity FIFO is preferably allowed to fill to about the half way point before beginning valid data transfer. RXD and RX_DV signals are passed through the elasticity FIFO. RX_ER is asserted if, during the reception of a frame, the FIFO overflows or underflows. The CRS signal is not passed through the elasticity FIFO; instead, the CRS signal is asserted (1) for the time that the PHY is receiving a frame of data.
  • The SMII Transmit Path
  • FIG. 5 depicts a sequence diagram illustrating the transmit path and the synchronicity between the interface clock synchronization pulse and the transmit signals, for a 10/100Base-T MAC to PHY SMII in accordance with a preferred embodiment of the present invention. Data and status are conveyed in substantially the same manner as described above with reference to the receive data path. That is, data is preferably conveyed at one bit per 125 MHz clock cycle. In 100 MBit/s mode, each segment represents a new byte of data. In 10 MBit/sec mode, each segment is repeated ten times so every ten segments represents a new byte of data. The PHY samples one of every ten segments when data is sent in 10 MBit/sec mode. The MAC determines the data rate from inter-frame status bits conveyed on the receive wire, as described above.
  • The top-most line 502 in the sequence diagram 500 represents a 125 MHz global clock. As noted above, the global clock signal is conveyed on a global wire to a plurality of ports up to all of the ports on a multi-port 10/100Base-T Ethernet device. The data on the wires of the MAC to PHY interface is read and/or driven on the up stroke of each cycle of the clock signal, as indicated by the vertical lines 503 of the sequence diagram 500.
  • The second line 504 on FIG. 5 represents the synchronization pulse signal, which, as noted above, is high for every ten cycles of the global clock 502 (every ten clocks), in order to synchronize the MAC to the data stream. The MAC generates a synchronization pulse during the conveyance of the first of each segment of signals, as described further below. The synchronization pulse signal 504 is also conveyed on a global wire to a plurality of ports up to all of the ports on a multi-port 10/100Base-T Ethernet device.
  • The third line 506 on FIG. 5 represents the transmit path. As described above for the receive path, since the global interface clock speed is five times that of the transmit and receive clocks of a conventional MII, five times the information may be conveyed in the same given amount of time. The transmit line 506 is divided into “time slots” 408 which each represent one bit of data. The transmit data and control signals are time-division multiplexed in 10 125 MHz time slots (making up a 12.5 MHz segment) on a single transmit wire per port in accordance with this preferred embodiment of the present invention. In this preferred embodiment, the first two time slots of each segment are dedicated to control signals, transmit error (TX_ER) 510 and transmit enable (TX_EN) 512. The remaining eight slots (TXD0-7) are dedicated to the conveyance of transmit data signals.
  • A conventional MII conveys transmit data at 100 MHz by using a 25 MHz clock and four transmit data wires. It takes a wire operating at 25 MHz 40 ns to convey 1 bit of data; in MII, four 25 MHz wires convey 4 bits of transmit data in 40 ns (1 bit per 10 ns). As noted above in the description of the receive data path, an SMII in accordance with the present invention allows for the conveyance of data at the same rate as with conventional MII, but with fewer wires. At 125 MHz it takes only 8 ns to convey 1 bit of data. Therefore, the ten bits conveyed in a segment of transmit signals using SMII, including 8 bits (1 byte; equivalent to two MII data nibbles) of transmit data, take only 80 ns. Thus, SMII is able to sustain the MII's 1 bit per 10 ns rate of conveying transmit data, conveying all the information found on the transmit path of a conventional MII, while using only one wire for the purpose.
  • It is generally not necessary to pass status information from the MAC to the PHY because the PHY is able to detect the status. Therefore, in one embodiment, no status information is passed using the transmit data line in a manner that status information is passed using the receive data line. However, in other embodiments, this may be done if desired.
  • Collisions are detected when the transmit enable signal and the carrier sense signal are both asserted. For this method of detecting collisions to work, the PHY must ensure that CRS is not affected by its transmit path. When both the transmit enable and carrier sense are asserted, then a collision has occurred.
  • FIG. 6 depicts a flow diagram of a method of interfacing a 10/100Base-T MAC to a PHY in accordance with a preferred embodiment of the present invention. It should be understood that this process flow is intended to illustrate the way in which signals are conveyed between MACs and PHYs in accordance with a preferred embodiment of the present invention, and not to indicate a sequence of events. The various steps of the process 600 may be occurring concurrently. The process 600 begins at 601, and at a step 602 time-division multiplexed transmit signals of different definitions are conveyed from a MAC to a PHY over a transmit wire. At a step 604, time-division multiplexed receive signals of different definitions are conveyed from the PHY to the MAC over a receive wire.
  • In addition, the MAC to PHY interface process 600 involves conveying clock and synchronization signals on each of two global wires, as described previously with reference to FIG. 3. At a step 606 of process 600, a 125 MHz clock signal is conveyed to the MAC and the PHY over a global clock wire. At a step 608, a synchronization pulse signal is conveyed to the MAC and the PHY over a global synchronization pulse wire. Thus, the 10/100Base-T MAC to PHY interfacing may be accomplished in accordance with the present invention using only 2 times (the number of ports)+2 wires. The interfacing process ends at 610.
  • In addition to being used as a MAC to PHY interface, an SMII in accordance with the present invention may also be used as a direct connection between two MACs. FIG. 7 is a block diagram illustrating how the two wires of an SMII in accordance with the present invention may be connected between a first MAC 700 and a second MAC 702. The receive line and the transmit line of MAC 700 are connected to the transmit line and the receive line of MAC 702, respectively. The receive and transmit segments have nearly a bit to bit correspondence. The transmit enable signal sent from one MAC can be interpreted as a receive data valid signal by the other MAC. The transmit segment does not include a bit that signals carrier sense but for a MAC to MAC interface, the carrier sense time slot can be defined to be deasserted. This is not a problem as long as both MACs are operating in full duplex mode.
  • Status information is included in the transmit path between frames when transmit enable is 0. The first transmit data bit of the transmit line (TXD0) is used to force an error in a direct MAC to MAC connection, with 1 indicating an error. The second bit of the transmit data line (TXD1) is used to indicate speed, with 0 indicating 10 MBits/s, and 1 indicating 100 MBits/s. The third bit (TXD2) indicates duplex mode with 1 indicating full duplex. The fourth bit (TXD3) indicates link status with 1 indicating that the link is up, and the fifth bit (TXD4) indicates jabber with a 0 indicating no jabber. In other embodiments, these conventions may be changed. When transmit enable is 1, then the transmit data on the transmit line is interpreted as being an SMII data byte.
  • Thus, the present invention provides a two wire 10/100Base-T SMII using time-division multiplexed receive and transmit signals which can be used to convey all of the data and control information transferred by the standard IEEE MII interface. A common clock signal is used for both the MAC and the PHY and the time-division multiplexed segments are synchronized using a synchronization pulse on the receive and the transmit lines. Thus, the number of wires required for a 10/100Base-T MAC to PHY interface can be reduced, enabling more MACs or PHYs to be implemented on a single chip.
  • Although the foregoing invention has been described in some detail for purposes of clarity of understanding, it will be apparent that certain changes and modifications may be practiced within the scope of the appended claims. It should be noted that there are many alternative ways of implementing both the process and apparatuses of the present invention. Accordingly, the present embodiments are to be considered as illustrative and not restrictive, and the invention is not to be limited to the details given herein, but may be modified within the scope and equivalents of the appended claims.

Claims (52)

1. A multi-port Ethernet device, comprising:
a MAC chip having one or more ports;
a PHY chip having one or more ports; and
a 10/100Base-T interface connecting said MAC and PHY chips, said interface comprising,
two time-division multiplexed wires per port on each chip, each time-division multiplexed wire configured for conveying time-division multiplexed signals having different definitions, and
two global wires configured for conveying clock and synchronization pulse signals for up to all of the ports on each chip.
2. The Ethernet device of claim 1, wherein said 10/100Base-T interface is configured to convey all required signals between said MAC chip and said PHY chip with 2n+2 wires, where n is the number of ports on each chip connected by the interface.
3. The Ethernet device of claim 1, wherein said two time-division multiplexed wires comprise a transmit wire and a receive wire.
4. The Ethernet device of claim 3, wherein said transmit wire is configured to convey transmit enable, transmit data, and transmit error signals in a segment from said MAC chip to said PHY chip.
5. The Ethernet device of claim 4, wherein said receive wire is configured to convey receive data valid, carrier sense, and receive data signals in a segment from said PHY chip to said MAC chip.
6. The Ethernet device of claim 5, wherein said transmit and receive wires are configured to convey 8 bits of data per segment.
7. The Ethernet device of claim 1, wherein said clock signal has a frequency of about 125 MHz.
8. The Ethernet device of claim 1, wherein, in operation, said time-division multiplexed signals are conveyed on said time-division multiplexed wires in about 12.5 MHz time slots.
9. The Ethernet device of claim 1, wherein, in operation, said synchronization pulse is asserted one out of every ten clocks.
10. The Ethernet device of claim 1, wherein said PHY chip comprises an elasticity FIFO.
11. The Ethernet device of claim 10, wherein the capacity of said elasticity FIFO is calculated as follows:

FIFO size=2*(maximum frame in bits)*(end station error+local error).
12. A 10/100Base-T interface connecting MAC and PHY chips each having one or more ports, said interface comprising:
two time-division multiplexed wires per port on each chip, each time-division multiplexed wire configured for conveying time-division multiplexed signals having different definitions, and
two global wires configured for conveying clock and synchronization pulse signals for up to all of the ports on each chip.
13. The interface of claim 12, wherein said 10/100Base-T interface is configured to convey all required signals between said MAC chip and said PHY chip with 2n+2 wires, where n is the number of ports on each chip connected by the interface.
14. The interface of claim 12, wherein said two time-division multiplexed wires comprise a transmit wire and a receive wire.
15. The interface of claim 14, wherein said transmit wire conveys a transmit enable, transmit data, and transmit error signals in a segment from said MAC chip to said PHY chip.
16. The interface of claim 15, wherein said receive wire conveys receive data valid, carrier sense, and receive data signals in a segment from said PHY chip to said MAC chip.
17. The interface of claim 16, wherein said transmit and receive wires are configured to convey 8 bits of data per segment.
18. The interface of claim 12, wherein said clock signal has a frequency of about 125 MHz.
19. The interface of claim 12, wherein, in operation, said time-division multiplexed signals are conveyed on said time-division multiplexed wires in about 12.5 MHz time slots.
20. The interface of claim 12, wherein, in operation, said synchronization pulse is asserted one out of every ten clocks.
21. A method of interfacing a MAC chip to a PHY chip in an Ethernet device, comprising:
conveying a first plurality of time-division multiplexed signals having different definitions from a MAC chip to a PHY chip over a 10/100Base-T transmit wire;
conveying a second plurality of time-division multiplexed signals having different definitions from the PHY chip to the MAC chip over a 10/100Base-T receive wire;
conveying a clock signal to said MAC chip and said PHY chip over a global clock wire; and
conveying a synchronization pulse signal to said MAC chip and said PHY chip over a global synchronization pulse wire.
22. The method of claim 21, wherein said 10/100Base-T interface conveys all required signals between said MAC chip and said PHY chip with 2n+2 wires, where n is the number of ports on each chip connected by the interface.
23. The method of claim 21, wherein said transmit wire conveys a transmit enable, transmit data, and transmit error signals in a segment from said MAC chip to said PHY chip.
24. The method of claim 23, wherein said receive wire conveys receive data valid, carrier sense, and receive data signals in a segment from said PHY chip to said MAC chip.
25. The method of claim 24, wherein said transmit and receive wires convey 8 bits of data per segment.
26. The method of claim 21, wherein said clock signal has a frequency of about 125 MHz.
27. The method of claim 21, wherein said time-division multiplexed signals are conveyed on said time-division multiplexed wires in about 12.5 MHz time slots.
28. The method of claim 21, wherein said synchronization pulse is asserted one out of every ten clocks.
29. The method of claim 21, wherein said PHY chip comprises an elasticity FIFO.
30. The method of claim 29, wherein the capacity of said elasticity FIFO is calculated as follows:

FIFO size=2*(maximum frame in bits)*(end station error+local error).
31. A method of interfacing a plurality of MAC chips in a 10/100Base-T Ethernet device, comprising:
conveying a first plurality of time-division multiplexed signals having different definitions from a first MAC chip to a second MAC chip over a first 10/100Base-T wire;
conveying a second plurality of time-division multiplexed signals having different definitions from the second MAC chip to the first MAC chip over a second 10/100Base-T wire;
conveying a clock signal to said first and second MAC chips over a global clock wire; and
conveying a synchronization pulse signal to said first and second MAC chips over a global synchronization pulse wire.
32. A multi-port Ethernet device, comprising:
a MAC chip having one or more ports;
a PHY chip having one or more ports; and
means for conveying all signals required for a 10/100Base-T interface between said MAC chip and said PHY chip with 2n+2 wires, where n is the number of ports on each chip connected by the interface.
33. A multi-port Ethernet media access control layer chip, comprising:
a 10/100Base-T interface for connecting said media access control layer chip with a physical layer chip, said interface comprising,
two time-division multiplexed pins per port on said media access control layer chip, each time-division multiplexed pin configured for conveying time-division multiplexed signals having different definitions, and
two global pins configured for conveying clock and synchronization pulse signals for up to all of the ports on said media access control layer chip.
34. The media access control layer chip of claim 33, wherein said 10/100Base-T interface is configured to convey all required signals between said MAC chip and said PHY chip with 2n+2 wires, where n is the number of ports on each chip connected by the interface.
35. The media access control layer chip of claim 33, wherein said two time-division multiplexed pins comprise a transmit pin and a receive pin.
36. The media access control layer chip of claim 35, wherein said transmit pin is configured to convey transmit enable, transmit data, and transmit error signals in a segment from said media access control layer chip to a physical layer chip.
37. The media access control layer chip of claim 36, wherein said receive pin is configured to convey receive data valid, carrier sense, and receive data signals in a segment from a physical layer chip to said media access control layer chip.
38. The media access control layer chip of claim 37, wherein said transmit receive pins are configured to convey 8 bits of data per segment.
39. The media access control layer chip of claim 33, wherein said clock signal has a frequency of about 125 MHz.
40. The media access control layer chip of claim 33, wherein, in operation, said time-division multiplexed signals are conveyed on said time-division multiplexed pins in about 12.5 MHz time slots.
41. The media access control layer chip of claim 33, wherein, in operation, said synchronization pulse is asserted one out of every ten clocks.
42. A multi-port Ethernet physical layer chip, comprising:
a 10/100 Base-T interface for connecting said physical layer chip with a media access control layer chip, said interface comprising,
two time-division multiplexed pins per port on said physical layer chip, each time-division multiplexed pin configured for conveying time-division multiplexed signals having different definitions, and
two global pins configured for conveying clock and synchronization pulse signals for up to all of the ports on said physical layer chip.
43. The physical layer chip of claim 42, wherein said 10/100Base-T interface is configured to convey all required signals between said MAC chip and said PHY chip with 2n+2 wires, where n is the number of ports on each chip connected by the interface.
44. The physical layer chip of claim 42, wherein said two time-division multiplexed pins comprise a transmit pin and a receive pin.
45. The physical layer chip of claim 44, wherein said transmit pin is configured to convey transmit enable, transmit data, and transmit error signals in a segment from a media access control layer chip to said physical layer chip.
46. The physical layer chip of claim 45, wherein said receive pin is configured to convey receive data valid, carrier sense, and receive data signals in a segment from said physical layer chip to a media access control layer chip.
47. The physical layer chip of claim 46, wherein said transmit and receive pins convey 8 bits of data per segment.
48. The physical layer chip of claim 42, wherein said clock signal has a frequency of about 125 MHz.
49. The physical layer chip of claim 42, wherein, in operation, said time-division multiplexed signals are conveyed on said time-division multiplexed pins in about 12.5 MHz time slots.
50. The physical layer chip of claim 42, wherein, in operation, said synchronization pulse is asserted one out of every ten clocks.
51. The physical layer chip of claim 42, wherein said physical layer chip further comprises an elasticity FIFO.
52. The physical layer chip of claim 51, wherein the capacity of said elasticity FIFO is calculated as follows:

FIFO size=2*(maximum frame in bits)*(end station error+local error).
US11/724,533 1998-06-02 2007-03-14 Serial media independent interface Abandoned US20070160087A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/724,533 US20070160087A1 (en) 1998-06-02 2007-03-14 Serial media independent interface

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US09/088,956 US6385208B1 (en) 1998-06-02 1998-06-02 Serial media independent interface
US10/103,598 US7227869B2 (en) 1998-06-02 2002-03-20 Serial media independent interface
US11/724,533 US20070160087A1 (en) 1998-06-02 2007-03-14 Serial media independent interface

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/103,598 Continuation US7227869B2 (en) 1998-06-02 2002-03-20 Serial media independent interface

Publications (1)

Publication Number Publication Date
US20070160087A1 true US20070160087A1 (en) 2007-07-12

Family

ID=22214491

Family Applications (3)

Application Number Title Priority Date Filing Date
US09/088,956 Expired - Lifetime US6385208B1 (en) 1998-06-02 1998-06-02 Serial media independent interface
US10/103,598 Expired - Lifetime US7227869B2 (en) 1998-06-02 2002-03-20 Serial media independent interface
US11/724,533 Abandoned US20070160087A1 (en) 1998-06-02 2007-03-14 Serial media independent interface

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US09/088,956 Expired - Lifetime US6385208B1 (en) 1998-06-02 1998-06-02 Serial media independent interface
US10/103,598 Expired - Lifetime US7227869B2 (en) 1998-06-02 2002-03-20 Serial media independent interface

Country Status (1)

Country Link
US (3) US6385208B1 (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060029095A1 (en) * 2000-04-13 2006-02-09 International Business Machines Corporation Method and system for fast Ethernet serial port multiplexing to reduce I/O pin count
US20070286192A1 (en) * 2006-06-07 2007-12-13 Broadcom Corporation Flexible MAC/PHY Association
US20090274207A1 (en) * 2004-09-07 2009-11-05 Freescale Semiconductor, Inc. Apparatus and control interface therefor
WO2010069194A1 (en) * 2008-12-17 2010-06-24 杭州华三通信技术有限公司 Method for data communication and device for ethernet
US20120300792A1 (en) * 2011-05-24 2012-11-29 Cisco Technology, Inc. Octal Serial Gigabit Media-Independent Interface
CN105681479A (en) * 2016-01-30 2016-06-15 安徽欧迈特数字技术有限责任公司 Transmission method of multi-port Ethernet interface
WO2021042110A1 (en) * 2019-08-23 2021-03-04 Microchip Technology Incorporated Ethernet interface and related systems, methods and devices
US11074209B2 (en) 2019-08-23 2021-07-27 Microchip Technology Incorporated Transceiver and driver architecture with low emission and high interference tolerance
US11121782B2 (en) 2019-08-23 2021-09-14 Microchip Technology Incorporated Diagnosing cable faults within a network
US11171732B2 (en) 2019-08-23 2021-11-09 Microchip Technology Incorporated Ethernet interface and related systems methods and devices
US11197322B2 (en) 2019-05-03 2021-12-07 Microchip Technology Incorporated Emulating collisions in wired local area networks and related systems, methods, and devices
US11431468B2 (en) 2019-08-23 2022-08-30 Microchip Technology Incorporated Physical layer to link layer interface and related systems, methods and devices
US11516855B2 (en) 2019-08-23 2022-11-29 Microchip Technology Incorporated Interface for improved media access, and related systems, methods, and devices
US11513577B2 (en) 2020-03-24 2022-11-29 Microchip Technology Incorporated Low connection count interface wake source communication according to 10SPE local and remote wake and related systems, methods, and devices
US11665020B2 (en) 2019-08-23 2023-05-30 Microchip Technology Incorporated Detecting collisions on a network
US11670540B2 (en) 2016-08-11 2023-06-06 Soitec Substrates including useful layers

Families Citing this family (57)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1997029573A1 (en) * 1996-02-09 1997-08-14 Level One Communications, Inc. Automatic speed switching repeater
US5953345A (en) * 1998-06-02 1999-09-14 Cisco Technology, Inc. Reduced pin-count 10Base-T MAC to transceiver interface
US6385208B1 (en) * 1998-06-02 2002-05-07 Cisco Technology, Inc. Serial media independent interface
US6651107B1 (en) * 1999-09-21 2003-11-18 Intel Corporation Reduced hardware network adapter and communication
US7257079B1 (en) * 1999-12-23 2007-08-14 Intel Corporation Physical layer and data link interface with adaptive speed
US6782001B1 (en) 1999-12-23 2004-08-24 Intel Corporation Physical layer and data link interface with reset/sync sharing
US6718417B1 (en) * 1999-12-23 2004-04-06 Intel Corporation Physical layer and data link interface with flexible bus width
US6795881B1 (en) * 1999-12-23 2004-09-21 Intel Corporation Physical layer and data link interface with ethernet pre-negotiation
US6816505B1 (en) 2000-02-09 2004-11-09 Marvell International Ltd. Chip-to-chip interface for 1000 BASE T gigabit physical layer device
US6618814B1 (en) * 2000-03-30 2003-09-09 Intel Corporation System for conserving power by ceasing at least one clock signal from PHY layer to MAC layer in network adapter if signal from cable is not detected
US6920132B1 (en) * 2000-05-30 2005-07-19 Marvell International Ltd. Reduced pin gigabit media independent interface
US7570657B1 (en) 2000-12-15 2009-08-04 Marvell International Ltd. Autonegotiation between 1000Base-X and 1000Base-T
KR20020069562A (en) * 2001-02-26 2002-09-05 주식회사 씨엘씨소프트 Ethernet system for use in a high speed data communication using a pair of signal lines
US6865189B2 (en) * 2001-03-22 2005-03-08 Lsi Logic Corporation Minimal latency serial media independent interface to media independent interface converter
US7466668B2 (en) * 2001-08-24 2008-12-16 Hewlett-Packard Development Company, L.P. Reduced pin-count system interface for gigabit ethernet physical layer devices
TW561739B (en) * 2001-09-27 2003-11-11 Via Tech Inc Home PNA compliant network system and data packet transmission method providing stay-on device
US7072349B2 (en) * 2001-10-02 2006-07-04 Stmicroelectronics, Inc. Ethernet device and method for extending ethernet FIFO buffer
KR100460149B1 (en) * 2001-11-28 2004-12-08 주식회사 코어세스 Apparatus and Method for arbitrating data transmission of devices based on SMII standard
US7042893B1 (en) * 2001-12-05 2006-05-09 Marvell International Ltd. Serial media independent interface with double data rate
US7639655B2 (en) * 2001-12-22 2009-12-29 Scientific-Atlanta, Inc. Ethernet switch interface for use in optical nodes
US7200158B2 (en) * 2002-06-24 2007-04-03 Honeywell International Clock synchronizing method over fault-tolerant Ethernet
US7532605B2 (en) * 2003-01-07 2009-05-12 Hewlett-Packard Development Company, L.P. MAC-PHY interfacing for wireless devices
US7343425B1 (en) * 2003-02-21 2008-03-11 Marvell International Ltd. Multi-speed serial interface for media access control and physical layer devices
CN1322715C (en) * 2003-03-20 2007-06-20 华为技术有限公司 Method and device for extending routing distance of network processor medium access interface
KR100503422B1 (en) * 2003-06-13 2005-07-22 한국전자통신연구원 Ethernet switch, apparatus for expanding the port and method therefor
US20040252800A1 (en) * 2003-06-13 2004-12-16 Kishore Kota Multi-channel line interface unit with on-chip clock management
US7581041B1 (en) * 2003-12-29 2009-08-25 Apple Inc. Methods and apparatus for high-speed serialized data transfer over network infrastructure using a different protocol
US7668194B2 (en) * 2004-05-21 2010-02-23 Intel Corporation Dual speed interface between media access control unit and physical unit
US7672300B1 (en) 2004-07-22 2010-03-02 Marvell Israel (M.I.S.L.) Ltd. Network device with multiple MAC/PHY ports
KR100645518B1 (en) 2004-12-29 2006-11-14 삼성전자주식회사 Interface translation system and method between media access control device and phy device
US7331816B2 (en) * 2006-03-09 2008-02-19 Vitesse Semiconductor Corporation High-speed data interface for connecting network devices
US8259748B2 (en) * 2006-07-22 2012-09-04 Cisco Technologies, Inc. Multiple channels and flow control over a 10 Gigabit/second interface
US7720068B2 (en) * 2006-08-23 2010-05-18 Solarflare Communications, Inc. Method and system for a multi-rate gigabit media independent interface
US9451338B2 (en) * 2006-10-13 2016-09-20 Lantiq Beteiligungs-GmbH & Co. KG Line card with network processing device and data pump device
US8483236B2 (en) 2007-07-31 2013-07-09 Intel Corporation Dynamic bandwidth allocation for multiple virtual MACs
US8183982B2 (en) * 2007-08-14 2012-05-22 Infineon Technologies Ag System including reply signal that at least partially overlaps request
US8284799B2 (en) * 2007-12-17 2012-10-09 Broadcom Corporation Method and system for supporting a variable and energy efficient data rate using a duty cycling technique and multiple power states on an Ethernet link
TWI355822B (en) * 2007-12-20 2012-01-01 Realtek Semiconductor Corp Circuit and method for setting data and their appl
US7957283B2 (en) * 2008-06-24 2011-06-07 Lantiq Deutschland Gmbh Multi-port ethernet transceiver
CN101296070B (en) * 2008-06-26 2010-12-01 中兴通讯股份有限公司 Clock synchronization method and system of multiport synchronization Ethernet equipment
US8181059B2 (en) * 2008-09-26 2012-05-15 Apple Inc. Inter-processor communication channel including power-down functionality
US8356200B2 (en) * 2008-09-26 2013-01-15 Apple Inc. Negotiation between multiple processing units for switch mitigation
US8300056B2 (en) 2008-10-13 2012-10-30 Apple Inc. Seamless display migration
KR101041567B1 (en) * 2008-12-15 2011-06-15 한국전자통신연구원 MAC controller for fast ethernet
US20100164966A1 (en) * 2008-12-31 2010-07-01 Apple Inc. Timing controller for graphics system
US9542914B2 (en) * 2008-12-31 2017-01-10 Apple Inc. Display system with improved graphics abilities while switching graphics processing units
US8508538B2 (en) * 2008-12-31 2013-08-13 Apple Inc. Timing controller capable of switching between graphics processing units
JP5248444B2 (en) * 2009-08-11 2013-07-31 ルネサスエレクトロニクス株式会社 Serial communication device
US8797334B2 (en) * 2010-01-06 2014-08-05 Apple Inc. Facilitating efficient switching between graphics-processing units
US8648868B2 (en) 2010-01-06 2014-02-11 Apple Inc. Color correction to facilitate switching between graphics-processing units
CN102907061B (en) * 2010-06-01 2015-09-09 惠普发展公司,有限责任合伙企业 A kind of system and method for the treatment of data
TWI466519B (en) * 2010-11-29 2014-12-21 Realtek Semiconductor Corp Network device and network connecting method
US20120331194A1 (en) * 2011-06-23 2012-12-27 Apple Inc. Interface extender for portable electronic devices
US9160604B2 (en) 2013-03-12 2015-10-13 Cisco Technology, Inc. Systems and methods to explicitly realign packets
US9286006B2 (en) * 2013-04-05 2016-03-15 Netapp, Inc. Systems and methods for scheduling deduplication of a storage system
CN109831268B (en) * 2019-03-15 2020-05-29 武汉电信器件有限公司 Ethernet electric port clock synchronization method, system and device
CN115065436B (en) * 2022-08-16 2022-11-25 南方电网数字电网研究院有限公司 Clock shunt multiplexing circuit special for electric power

Citations (38)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4748621A (en) * 1985-03-04 1988-05-31 British Telecommunications Public Limited Company TDMA/TDM interfacing
US4761800A (en) * 1987-03-02 1988-08-02 American Telephone And Telegraph Company, At&T Bell Laboratories Method and apparatus for detecting a rate of data transmission
US5043341A (en) * 1990-04-11 1991-08-27 Eli Lilly And Company N-(2-hydroxycyclopentyl)-1-isopropyl-6-methylergoline-8-carboxamides
US5099473A (en) * 1990-07-20 1992-03-24 Integrated Network Corporation Port concentrator
US5243350A (en) * 1991-11-06 1993-09-07 Grumman Aerospace Corporation Optical control of TR modules
US5469434A (en) * 1993-01-21 1995-11-21 General Datacomm, Inc. Distributed frame processing for time division multiplexing
US5568470A (en) * 1995-04-28 1996-10-22 Digital Equipment Corporation Method for controlled-latency transfer of transmitt ATM traffic and synchronous feedback over a physical interface
US5636140A (en) * 1995-08-25 1997-06-03 Advanced Micro Devices, Inc. System and method for a flexible MAC layer interface in a wireless local area network
US5715287A (en) * 1995-10-18 1998-02-03 3Com Corporation Method and apparatus for dual purpose twisted pair interface circuit for multiple speed media in a network
US5754540A (en) * 1995-07-18 1998-05-19 Macronix International Co., Ltd. Expandable integrated circuit multiport repeater controller with multiple media independent interfaces and mixed media connections
US5784559A (en) * 1995-11-06 1998-07-21 Sun Microsystems, Inc. Full duplex flow control for ethernet networks
US5790786A (en) * 1995-06-28 1998-08-04 National Semiconductor Corporation Multi-media-access-controller circuit for a network hub
US5825755A (en) * 1994-08-10 1998-10-20 Bay Networks, Inc. Method and apparatus for switching between full-duplex and half-duplex CSMA/CD systems
US5835728A (en) * 1995-02-17 1998-11-10 Nec Corporation System for routing computer network
US5856979A (en) * 1996-04-15 1999-01-05 Robert Bosch Gmbh Error-robust multiplex process with retransmission
US5920698A (en) * 1997-01-06 1999-07-06 Digital Equipment Corporation Automatic detection of a similar device at the other end of a wire in a computer network
US5953345A (en) * 1998-06-02 1999-09-14 Cisco Technology, Inc. Reduced pin-count 10Base-T MAC to transceiver interface
US5987023A (en) * 1994-09-16 1999-11-16 Ionica International, Limited Transmission timing control in digital radio telephony
US5995514A (en) * 1997-01-31 1999-11-30 Advanced Micro Devices, Inc. Reversible media independent interface
US6044087A (en) * 1997-06-30 2000-03-28 Sun Microsystems, Inc. Interface for a highly integrated ethernet network element
US6067585A (en) * 1997-06-23 2000-05-23 Compaq Computer Corporation Adaptive interface controller that can operate with segments of different protocol and transmission rates in a single integrated device
US6069878A (en) * 1994-10-11 2000-05-30 Telex Communications, Inc. TDM digital matrix intercom system
US6108726A (en) * 1996-09-13 2000-08-22 Advanced Micro Devices. Inc. Reducing the pin count within a switching element through the use of a multiplexer
US6108345A (en) * 1997-05-30 2000-08-22 3Com Corporation Configurable Wan/Lan bridge
US6154464A (en) * 1997-05-09 2000-11-28 Level One Communications, Inc. Physical layer device having a media independent interface for connecting to either media access control entitices or other physical layer devices
US6169742B1 (en) * 1997-02-14 2001-01-02 Advanced Micro Devices, Inc. Multiport data network switch having direct media access control link to external management
US6175571B1 (en) * 1994-07-22 2001-01-16 Network Peripherals, Inc. Distributed memory switching hub
US6222852B1 (en) * 1997-10-10 2001-04-24 Nortel Networks Limited Method and apparatus for transmitting dual speed ethernet information (10BASE-T and 100BASE-TX) across a physical layer device service interface
US6269104B1 (en) * 1998-04-21 2001-07-31 Hewlett- Packard Company Link control state machine for controlling a media access controller, a serial physical layer device and a media independent interface physical layer device
US6275501B1 (en) * 1998-04-21 2001-08-14 Hewlett-Packard Company Media access controller capable of connecting to a serial physical layer device and a media independent interface (MII) physical layer device
US6275498B1 (en) * 1998-03-19 2001-08-14 3Com Corporation Extended PHY addressing
US20020042838A1 (en) * 2000-10-11 2002-04-11 Tabayoyon Alfred T. Network-based document delivery system with receipt and display verification
US6385208B1 (en) * 1998-06-02 2002-05-07 Cisco Technology, Inc. Serial media independent interface
US6400715B1 (en) * 1996-09-18 2002-06-04 Texas Instruments Incorporated Network address matching circuit and method
US6430695B1 (en) * 1998-04-17 2002-08-06 Advanced Micro Devices, Inc. Network transceiver having circuitry for referencing transmit data to a selected input clock
US6522188B1 (en) * 1998-04-10 2003-02-18 Top Layer Networks, Inc. High-speed data bus for network switching
US6714553B1 (en) * 1998-04-15 2004-03-30 Top Layer Networks, Inc. System and process for flexible queuing of data packets in network switching
US7031333B1 (en) * 1998-06-02 2006-04-18 Cisco Technology, Inc. Reduced pin count media independent interface

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5943341A (en) * 1996-10-04 1999-08-24 3Com Corporation Token ring adapter interface

Patent Citations (40)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4748621A (en) * 1985-03-04 1988-05-31 British Telecommunications Public Limited Company TDMA/TDM interfacing
US4761800A (en) * 1987-03-02 1988-08-02 American Telephone And Telegraph Company, At&T Bell Laboratories Method and apparatus for detecting a rate of data transmission
US5043341A (en) * 1990-04-11 1991-08-27 Eli Lilly And Company N-(2-hydroxycyclopentyl)-1-isopropyl-6-methylergoline-8-carboxamides
US5099473A (en) * 1990-07-20 1992-03-24 Integrated Network Corporation Port concentrator
US5243350A (en) * 1991-11-06 1993-09-07 Grumman Aerospace Corporation Optical control of TR modules
US5469434A (en) * 1993-01-21 1995-11-21 General Datacomm, Inc. Distributed frame processing for time division multiplexing
US6175571B1 (en) * 1994-07-22 2001-01-16 Network Peripherals, Inc. Distributed memory switching hub
US5825755A (en) * 1994-08-10 1998-10-20 Bay Networks, Inc. Method and apparatus for switching between full-duplex and half-duplex CSMA/CD systems
US5987023A (en) * 1994-09-16 1999-11-16 Ionica International, Limited Transmission timing control in digital radio telephony
US6069878A (en) * 1994-10-11 2000-05-30 Telex Communications, Inc. TDM digital matrix intercom system
US5835728A (en) * 1995-02-17 1998-11-10 Nec Corporation System for routing computer network
US5568470A (en) * 1995-04-28 1996-10-22 Digital Equipment Corporation Method for controlled-latency transfer of transmitt ATM traffic and synchronous feedback over a physical interface
US5790786A (en) * 1995-06-28 1998-08-04 National Semiconductor Corporation Multi-media-access-controller circuit for a network hub
US5754540A (en) * 1995-07-18 1998-05-19 Macronix International Co., Ltd. Expandable integrated circuit multiport repeater controller with multiple media independent interfaces and mixed media connections
US5636140A (en) * 1995-08-25 1997-06-03 Advanced Micro Devices, Inc. System and method for a flexible MAC layer interface in a wireless local area network
US5715287A (en) * 1995-10-18 1998-02-03 3Com Corporation Method and apparatus for dual purpose twisted pair interface circuit for multiple speed media in a network
US5784559A (en) * 1995-11-06 1998-07-21 Sun Microsystems, Inc. Full duplex flow control for ethernet networks
US5856979A (en) * 1996-04-15 1999-01-05 Robert Bosch Gmbh Error-robust multiplex process with retransmission
US6108726A (en) * 1996-09-13 2000-08-22 Advanced Micro Devices. Inc. Reducing the pin count within a switching element through the use of a multiplexer
US6400715B1 (en) * 1996-09-18 2002-06-04 Texas Instruments Incorporated Network address matching circuit and method
US5920698A (en) * 1997-01-06 1999-07-06 Digital Equipment Corporation Automatic detection of a similar device at the other end of a wire in a computer network
US5995514A (en) * 1997-01-31 1999-11-30 Advanced Micro Devices, Inc. Reversible media independent interface
US6169742B1 (en) * 1997-02-14 2001-01-02 Advanced Micro Devices, Inc. Multiport data network switch having direct media access control link to external management
US6154464A (en) * 1997-05-09 2000-11-28 Level One Communications, Inc. Physical layer device having a media independent interface for connecting to either media access control entitices or other physical layer devices
US6108345A (en) * 1997-05-30 2000-08-22 3Com Corporation Configurable Wan/Lan bridge
US6067585A (en) * 1997-06-23 2000-05-23 Compaq Computer Corporation Adaptive interface controller that can operate with segments of different protocol and transmission rates in a single integrated device
US6044087A (en) * 1997-06-30 2000-03-28 Sun Microsystems, Inc. Interface for a highly integrated ethernet network element
US6222852B1 (en) * 1997-10-10 2001-04-24 Nortel Networks Limited Method and apparatus for transmitting dual speed ethernet information (10BASE-T and 100BASE-TX) across a physical layer device service interface
US6275498B1 (en) * 1998-03-19 2001-08-14 3Com Corporation Extended PHY addressing
US6522188B1 (en) * 1998-04-10 2003-02-18 Top Layer Networks, Inc. High-speed data bus for network switching
US6714553B1 (en) * 1998-04-15 2004-03-30 Top Layer Networks, Inc. System and process for flexible queuing of data packets in network switching
US6430695B1 (en) * 1998-04-17 2002-08-06 Advanced Micro Devices, Inc. Network transceiver having circuitry for referencing transmit data to a selected input clock
US6275501B1 (en) * 1998-04-21 2001-08-14 Hewlett-Packard Company Media access controller capable of connecting to a serial physical layer device and a media independent interface (MII) physical layer device
US6269104B1 (en) * 1998-04-21 2001-07-31 Hewlett- Packard Company Link control state machine for controlling a media access controller, a serial physical layer device and a media independent interface physical layer device
US5953345A (en) * 1998-06-02 1999-09-14 Cisco Technology, Inc. Reduced pin-count 10Base-T MAC to transceiver interface
US6385208B1 (en) * 1998-06-02 2002-05-07 Cisco Technology, Inc. Serial media independent interface
US6631138B1 (en) * 1998-06-02 2003-10-07 Cisco Technology, Inc. Reduced pin-count 10Base-T MAC to transceiver interface
US7031333B1 (en) * 1998-06-02 2006-04-18 Cisco Technology, Inc. Reduced pin count media independent interface
US7227869B2 (en) * 1998-06-02 2007-06-05 Cisco Technology, Inc. Serial media independent interface
US20020042838A1 (en) * 2000-10-11 2002-04-11 Tabayoyon Alfred T. Network-based document delivery system with receipt and display verification

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060029095A1 (en) * 2000-04-13 2006-02-09 International Business Machines Corporation Method and system for fast Ethernet serial port multiplexing to reduce I/O pin count
US20090274207A1 (en) * 2004-09-07 2009-11-05 Freescale Semiconductor, Inc. Apparatus and control interface therefor
US8982899B2 (en) * 2004-09-07 2015-03-17 Freescale Semiconductor, Inc. Apparatus and control interface therefor
US20070286192A1 (en) * 2006-06-07 2007-12-13 Broadcom Corporation Flexible MAC/PHY Association
US8204074B2 (en) * 2006-06-07 2012-06-19 Broadcom Corporation Flexible MAC/PHY association
US9281957B2 (en) 2006-06-07 2016-03-08 Broadcom Corporation Flexible MAC/PHY association
WO2010069194A1 (en) * 2008-12-17 2010-06-24 杭州华三通信技术有限公司 Method for data communication and device for ethernet
US20120300792A1 (en) * 2011-05-24 2012-11-29 Cisco Technology, Inc. Octal Serial Gigabit Media-Independent Interface
US9319348B2 (en) * 2011-05-24 2016-04-19 Cisco Technology, Inc. Octal serial gigabit media-independent interface
CN105681479A (en) * 2016-01-30 2016-06-15 安徽欧迈特数字技术有限责任公司 Transmission method of multi-port Ethernet interface
US11670540B2 (en) 2016-08-11 2023-06-06 Soitec Substrates including useful layers
US11197322B2 (en) 2019-05-03 2021-12-07 Microchip Technology Incorporated Emulating collisions in wired local area networks and related systems, methods, and devices
WO2021042110A1 (en) * 2019-08-23 2021-03-04 Microchip Technology Incorporated Ethernet interface and related systems, methods and devices
US11171732B2 (en) 2019-08-23 2021-11-09 Microchip Technology Incorporated Ethernet interface and related systems methods and devices
US11121782B2 (en) 2019-08-23 2021-09-14 Microchip Technology Incorporated Diagnosing cable faults within a network
US11431468B2 (en) 2019-08-23 2022-08-30 Microchip Technology Incorporated Physical layer to link layer interface and related systems, methods and devices
US11516855B2 (en) 2019-08-23 2022-11-29 Microchip Technology Incorporated Interface for improved media access, and related systems, methods, and devices
US11665020B2 (en) 2019-08-23 2023-05-30 Microchip Technology Incorporated Detecting collisions on a network
US11074209B2 (en) 2019-08-23 2021-07-27 Microchip Technology Incorporated Transceiver and driver architecture with low emission and high interference tolerance
US11671521B2 (en) 2019-08-23 2023-06-06 Microchip Technology Incorporated Ethernet interface and related systems, methods and devices
US11757550B2 (en) 2019-08-23 2023-09-12 Microchip Technology Incorporated Ethernet interface and related systems, methods and devices
US11513577B2 (en) 2020-03-24 2022-11-29 Microchip Technology Incorporated Low connection count interface wake source communication according to 10SPE local and remote wake and related systems, methods, and devices

Also Published As

Publication number Publication date
US20020126684A1 (en) 2002-09-12
US6385208B1 (en) 2002-05-07
US7227869B2 (en) 2007-06-05

Similar Documents

Publication Publication Date Title
US7227869B2 (en) Serial media independent interface
EP0980612B1 (en) Physical layer device having a media independent interface for connecting to either media access control entities or other physical layer devices
US6631138B1 (en) Reduced pin-count 10Base-T MAC to transceiver interface
US5594734A (en) Asynchronous processor access to a switch table in a network with isochronous capability
US5550802A (en) Data communication network with management port for isochronous switch
EP0861536B1 (en) Integrated circuit repeater
JP3539747B2 (en) Local loopback of isochronous data in switching mechanism
KR100429911B1 (en) Apparatus of variable length packets multiplexing and demultiplexing and method thereby
KR100283462B1 (en) Frame-based data transfer
JP3412825B2 (en) Method and apparatus for switching data packets over a data network
JP3636456B2 (en) Isochronous link protocol
EP2050240B1 (en) Multiple channels and flow control over a 10 gigabit/second interface
WO1998045991A1 (en) 200 mbps phy/mac apparatus and method
US7031333B1 (en) Reduced pin count media independent interface
US6865189B2 (en) Minimal latency serial media independent interface to media independent interface converter
US7286570B2 (en) High speed sequenced multi-channel bus
Cisco Synchronous Data Connections
Cisco Synchronous Data Connections
Cisco Synchronous Data Connections
US20040218621A1 (en) High speed physical layer for CSMA/CD systems
US7433308B2 (en) Method and system for multi-PHY addressing

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION