Jump to content

General-Purpose Serial Interface

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Comp.arch (talk | contribs) at 15:09, 29 January 2021 (Comp.arch moved page General Purpose Serial Interface to General-Purpose Serial Interface: https://ntrs.nasa.gov/citations/19900000395). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

General Purpose Serial Interface, also known as GPSI, 7-wire interface, or 7WS, is a 7 wire communications interface. It is used as an interface between Ethernet MAC and PHY 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 > PHY Transmit Data (driven on rising edge of TXCLK)
TXEN MAC > PHY Transmit Data Enable (indicates valid TXD)
... etc. ... ... ...

See also

References