Sequential Circuits

Sequential circuits combine logic with memory, so output depends on present input and previous state.

Key formulas & points

Skim these first — then read the full notes below.

  • Level vs edge-triggered flip-flops
  • Setup/hold time must be met for reliable capture
  • Asynchronous preset/clear override clock

Topic details

Introduction

Hamacher presents sequential design as the basis of registers, counters, and control units. Indian university exams usually test excitation tables and timing behavior.

Key relations & formulas

Formulas (Indian textbook notation)

  • Dflipflop:Q(t+1)=DatclockedgeD flip-flop: Q(t+1) = D at clock edge

Formulas (Indian textbook notation)

  • JK:Q+=JQ+KQ;T:toggleswhenT=1JK: Q+ = JQ' + K'Q; T: toggles when T = 1

Formulas (Indian textbook notation)

  • characteristicequationdefinesnextstatefrominputscharacteristic equation defines next state from inputs

Notation and sign conventions

Relation 1 —
Dflipflop:QD flip-flop: Q

Formulas (Indian textbook notation)

  • Dflipflop:Q(t+1)=DatclockedgeD flip-flop: Q(t+1) = D at clock edge
Write this relation with symbols exactly as in Digital Design — Morris Mano before substituting numbers. Examiners award partial marks for a correct setup even when arithmetic slips.
Relation 2 —
JK:Q+=JQ+KQ;T:toggleswhenT=1JK: Q+ = JQ' + K'Q; T: toggles when T = 1

Formulas (Indian textbook notation)

  • JK:Q+=JQ+KQ;T:toggleswhenT=1JK: Q+ = JQ' + K'Q; T: toggles when T = 1
Write this relation with symbols exactly as in Digital Design — Morris Mano before substituting numbers. Examiners award partial marks for a correct setup even when arithmetic slips.
Relation 3 —
characteristicequationdefinesnextstatefrominputscharacteristic equation defines next state from inputs

Formulas (Indian textbook notation)

  • characteristicequationdefinesnextstatefrominputscharacteristic equation defines next state from inputs
Write this relation with symbols exactly as in Digital Design — Morris Mano before substituting numbers. Examiners award partial marks for a correct setup even when arithmetic slips.

Concept in depth

The storage element is generally a latch or flip-flop. Next-state logic computes the required input for each clock edge, while output logic may be state-only or state+input dependent. Reliable operation requires setup and hold windows around clock transitions. Violations may lead to metastability and unpredictable behavior in synchronous systems.

Assumptions and validity limits

State assumptions explicitly before using any relation for sequential circuits — steady state, uniform properties, linear elastic material, ideal gas, incompressible flow, etc., as applicable.
Wrong assumptions invalidate the entire solution even when the formula is correct. In Digital Logic Design viva and GATE descriptive questions, listing valid assumptions often earns separate marks.

Step-by-step problem approach

1. Read the question and list given data with SI units (common in Digital Logic Design papers).
2. Draw a neat labelled diagram where applicable — examiners in Indian universities award diagram marks even when arithmetic slips.
3. Identify which relation from this topic applies to sequential circuits.
4. Use equation 1:
Dflipflop:QD flip-flop: Q
.
5. Use equation 2:
JK:Q+=JQ+KQ;T:toggleswhenT=1JK: Q+ = JQ' + K'Q; T: toggles when T = 1
.
6. Substitute values, compute, and verify units and sign (direction).
7. State conclusion in one line — e.g. safe/unsafe, stable/unstable, feasible/infeasible.

Applications & exam relevance

Sequential Circuits appears in digital hardware and FPGAs. In Indian computer hardware curricula this topic is tested because it connects theory to combinational and sequential logic.
GATE and semester exams often combine sequential circuits with earlier units — revise prerequisites before attempting mixed problems.
Industry interview panels sometimes ask: "Where did you use sequential circuits?" — answer with a lab, mini-project, or plant visit example if possible.

Common mistakes in exams

Students mix characteristic and excitation equations or forget initial state assumptions in sequence generation. Always define clock edge, reset condition, and state encoding before solving.

Quick revision checklist

Before attempting sequential circuits problems, confirm you can:
1. Level vs edge-triggered flip-flops
2. Setup/hold time must be met for reliable capture
3. Asynchronous preset/clear override clock
Revise the solved examples in Digital Design — Morris Mano and one previous-year GATE or university paper for this unit.

Worked examples

Try the problem first — open the solution when you are ready to check.

T flip-flop output sequence

Problem

A T flip-flop starts with Q=0 and receives T sequence 1,1,0,1 over four clocks. Find Q after each clock.

Solution

T=1 toggles and T=0 holds. Clock1: Q=1, Clock2: Q=0, Clock3: Q=0, Clock4: Q=1. Final sequence is 1,0,0,1.

Conceptual check — Sequential Circuits

Problem

In a Digital Logic Design semester or GATE paper you are asked: "State the main assumption, the governing relation, and one practical consequence of sequential circuits." What should a complete answer include?

📖 Standard books (India)

  • Digital DesignMorris Mano

    Read: Syllabus unit

    Logic design and sequential circuits