Registers

Shift Registers

Circuit

Example

In
1 0 0 0 0
0 1 0 0 0
1 0 1 0 0
1 1 0 1 0
1 1 1 0 1
0 1 1 1 0
0 0 1 1 1
0 0 0 1 1

Notice how a in the input will show up on the next clock cycle, and then that 1 will "move" through each flip-flop after each cycle

Parallel Access Shift Registers

Implementation

Parallel Access Shift Register.png