VLSI Concept · RTL
Combinational vs Sequential Logic
Does the circuit have memory, or not?
Combinational logic output depends only on the current inputs — change an input and the output reacts immediately, with no memory of the past. Sequential logic uses clocked flip-flops to store state, so its output depends on current inputs AND history — it only updates on a clock edge.