17 lines
382 B
Plaintext
17 lines
382 B
Plaintext
|
= Registers =
|
||
|
|
||
|
A register is a group of [[Flip-flop]]s.
|
||
|
|
||
|
* Each flip flop shares a common clock
|
||
|
* Each flip flop is capable of storing 1bit of info
|
||
|
|
||
|
In general _a n-bit register is a group of n-flip-flops_
|
||
|
|
||
|
Registers with combinational gates hold binary info, and the gates can
|
||
|
determine how info is moved in/out of the register
|
||
|
|
||
|
== 4 bit register ==
|
||
|
|
||
|
* Group of 4 [[D-flip-flop]]
|
||
|
|