Component/1 Bit memory: Difference between revisions

From Turing Complete
(Added basic definition)
 
No edit summary
Line 1: Line 1:
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.
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.

Revision as of 21:26, 30 December 2023

The 1-bit Memory component is a way to remember the state of a bit. Whenever the Save Enable is , 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.