-
Notifications
You must be signed in to change notification settings - Fork 37
Unit Reference Latch
S2NX7 edited this page Sep 29, 2025
·
3 revisions
Mimics a Flip-Flop by "latching" an input boolean true value, almost as a "has it ever been true" check. There is a provided Reset input that allows the unit to reset the internal memory. Should both the Set and Reset be true, whichever has dominance will be used.
The Value output is used to indicate if the latch is in the set state or not.
