Component/1 Bit memory

From Turing Complete
Revision as of 15:58, 30 December 2023 by 129.222.2.122 (talk) (Added basic definition)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The 1-bit Memory component is a way to remember the state of a bit. Whenever the Save Enable is ON, it will retain whatever value is on the Save Value pin. It always outputs the current value that is stored. You can think of it as a sticky bit.