Lukas' Notes

Home

❯

Knowledge

❯

D Latch

D Latch

Jun 09, 20251 min read

logic-circuits

Definition

D Latch

A D latch takes two inputs CLK (clock), controlling when the output changes, and D (data), controlling to what the output changes to.

1

The simplified symbol of the D latch is:

D latches avoid the case when Q=NOT Qˉ​ of SR latches.

Truth Table

CLKDDˉSRQQˉ​
0XXˉ00Qprev​Qˉ​prev​
1010101
1101010

Footnotes

  1. Digital Design and Computer Architecture - RISC-V Edition ↩


Graph View

  • Definition
  • Truth Table

Created with Quartz v4.4.0 © 2025

  • GitHub