Jump to content

General-Purpose Serial Interface

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Chris Cross (talk | contribs) at 17:03, 3 November 2009 (Stub). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

General Purpose Serial Interface, also known as GPSI, 7-wire interface, or 7WS, is a 7 wire communications interface. It is used (designed?) as an interface between Ethernet MAC and PHYS blocks.

Data is received and transmitted using separate data paths (TXD, RXD) and separate data clocks (TXCLK, RXCLK). Other signals consist of transmit enable (TXEN), receive carrier sense (CRS), and collision (COL).

GPSI Signals
Signal Name Direction Description
TXD MAC -> PHYS Transmit Data (driven on rising edge of TXCLK)
TXEN MAC -> PHYS Transmit Data Enable (indicates valid TXD)
... etc ... ... ...

See Also