Sequential Circuits
- Gated D Latch

Gated D Latch

Syntax

D_LATCH_EN {[Subcircuit-label-n] [label-n]}
# Where, the Subcircuit labels are D, EN, Q, Q`
# All Subcircuit labels are mandatory except the outputs
# Order is arbitrary

Example

D_LATCH_EN D d EN En Q q Q` q`

Latches a single bit Q according to the inputs S and R. EN is the gate input (Active LOW level triggered).