Mastering Sequential Logic: The D Latch Explained and Simulated
TL;DR: A D latch stores one bit. It has two inputs (Data and Enable) and follows the characteristic equation . When Enable is HIGH, the latch is transparent — Q...
A collection of 3 posts
TL;DR: A D latch stores one bit. It has two inputs (Data and Enable) and follows the characteristic equation . When Enable is HIGH, the latch is transparent — Q...
TL;DR: The SR latch is the simplest memory element but has a forbidden state when both inputs are 1. The JK flip-flop fixes this by redefining J=K=1 as a toggle,...
TL;DR: The SR (Set-Reset) latch is a bistable circuit built from two cross-coupled NOR gates (active-high) or two cross-coupled NAND gates (active-low). It supports Set, Reset, and Hold operations but...