Wavefront arbiter

Wavefront arbiter

A Wavefront arbiter is a circuit used to make decisions which control the crossbar of a high capacity switch fabric in parallel. It was commercialized in the TT1 and TTx chip sets designed by Abrizio and sold by PMC-Sierra.

Context

A crossbar is the central portion of a crossbar switch fabric which connects the inputs to the outputs. A set of decisions of which inputs are connected to which outputs must be made each arbitration period. In high speed cell switching or packet switching applications, the arbitration period is very short. There are often millions or billions of arbitration periods per second.

An arbiter is the circuit that makes the decision as to which of the crossbar's many switches should be closed. Speed is a key design criterion of an arbiter in a some applications.

Algorithm description

A wavefront aribiter is a particular type of arbiter that is optimized for high-speed operation. For a unicast switch, the algorithm is as follows:
# The decision starts at a single point in the x-y matrix which represents the physical switches, for example the upper left hand corner.
# Based on the requests, a decision is made whether to close that switch, connecting the corresponding input and output.
# The result of this decision is then fed to the right along the matrix axis representing the input, and down along the matrix axis representing the output.
# The results of the first computation then enable the next computation at the point to the right and at the point below and switch closing decision is made at each of those two points.
# The results of these subsequent two calculations then are then fed to the points below and to the right of them. These results then enable the decisions at the next three points which are to the right and below.
# These results are again fed to the right and below.
# In the case where the calculation did not start in the upper left hand corner, the results wrap around the right back to the first left column and around the bottom to the top row.
# The calculation continues until all of the decisions have been made.

Benefit of use

The benefits of this type of calculation include:
* Speed - the algorithm can be implemented in a combinatorial manner (without hardware registers), allowing the wavefront to propagate across much or all of the matrix in one or a few clock periods.
* Regularity - the nodes of the physical structure used to compute this are all identical. This is often called a systolic computation. Regular structures can sometimes lead to compact semiconductor implementations.

Variants

There are numerous variants of this method including:
* Randomizing or shuffling the order in the which the rows and columns are considered. Some sort of shuffling is generally necessary to achieve fairness.
* Multicast variants of this method where one input can be connected to multiple outputs in either one or multiple passes.

References

* [http://www.stanford.edu/class/ee384y/Handouts/EE384y_Heuristics.ppt Stanford class notes description of the algorithm]


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • Arbiter — may refer to:*Arbiter (electronics), in computing and electronics a circuitry component *Arbiter (Halo), a character in the Halo video game series *Arbitration, in law a method of dispute resolution *HMS Arbiter (D31), an escort aircraft carrier… …   Wikipedia

  • Arbiter (electronics) — Arbiters are electronic devices that allocate access to shared resources.Asynchronous arbitersAn important form of arbiter is used in asynchronous circuits, to select the order of access to a shared resource among asynchronous requests. Its… …   Wikipedia

  • Wavefront (disambiguation) — In physics, a wavefront is the locus (a line, or, in a wave propagating in 3 dimensions, a surface) of points having the same phase. Wavefront may also refer to: * Wave front set, WF( f ), a mathematical set in in the field of microlocal analysis …   Wikipedia

  • Load-balanced switch — A load balanced switch is a switch architecture which guarantees 100% throughput, (the equivalent of perfect arbitration), with no central arbitration at all, at the cost of sending each packet across the crossbar twice. Load balanced switches… …   Wikipedia

  • Crossbar switch — In electronics, a crossbar switch (also known as cross point switch, crosspoint switch, or matrix switch) is a switch connecting multiple inputs to multiple outputs in a matrix manner. Originally the term was used literally, for a matrix switch… …   Wikipedia

  • Abrizio — was a fabless semiconductor company which made switching fabric chip sets. Their chip set, the TT1, was used by several large system development companies as the core switch fabric in their high value communication systems. FoundingIt was founded …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”