Home
Index
Annotated List
Hierarchy
Deep Hierarchy
Package Documentation
Files

entity ShiftElement

A bidirectional shiftregister-component.

More...

Sourcefile...


Used Packages

Generics

Ports

Architectures

Detailed Description

The ShiftElement can be used to build up a bidirectional shiftregister for words with a fixed width (like it is. done in the CandidateBucket). At an input the shift-direction is specified selecting from which input data is loaded into the shiftelement.

Generics:

WIDTHdetermines the width of the data words.

Ports:

select_leftdetermines which input is loaded at the next clock into the ShiftElement (if enabled).
in_leftis the data input from the "left" side.
in_rightis the data input from the "right" side.
qis the output of the ShiftElement.

See also: CandidateBucket