Component/1 Bit memory: Difference between revisions

From Turing Complete
(Added basic definition)
 
(Added infobox)
 
(2 intermediate revisions by 2 users not shown)
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.
{{Infobox component
| image        = Component_BitMemory.png
| bit-width    = 1
| type        = 1bit
| prerequisite = Saving Gracefully
}}
 
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.

Latest revision as of 03:18, 27 August 2024

1 Bit memory
Width 1
Type 1bit
Unlocked by Saving Gracefully

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.