D-Latch
Updated Feb 15, 2026
Definition
A latch with two inputs: One for data and one for clock.
When clock is pulsed, the state of the latch is set to the data.
Very commonly implemented with a locked repeater and is used in registers and register files.