Sequential Circuits
- S'R'-Latch

S'R'-Latch

Syntax

S'R'_LATCH {[Subcircuit-label-n] [label-n]}
# Where, the Subcircuit labels are S', R', Q, Q`
# All Subcircuit labels are mandatory except the outputs
# Order is arbitrary

Example

S'R'_LATCH S s R r Q q Q` q`
# Another example
S'R'_LATCH S s R r Q q

Latches a single bit Q according to the input levels (active LOW).