EveryCircuit
Powering up...
Circuit
Public
Private
Unlisted
Save

⭐️Elementary register with 1 bit memory⭐️

@digital_electronics
6 years ago
https://everycircuit.com/circuit/6097753791528960
The building block for registers is two inverters in a feedback loop, storing a single bit, as shown in this circuit. If the top wire has a 0, the right inverter will output a 1 to the bottom wire. The left inverter will then output a 0 to the top wire, completing the cycle. Thus, the circuit is stable and will "remember" the 0. Likewise, if the top wire is a 1, this will get inverted to a 0 at the bottom wire, and back to a 1 at the top. Thus, this circuit can store either a 0 or a 1, forming a 1-bit memory.
Comments
Post