Lec 3 - Module 3
Lec 3 - Module 3
Other sources
Lecture notes
Handouts
Blogs
MOOC courses
ECE2002 Winter 2019-20 2
Combinational Circuits
The output of combinational circuit at any instant of time,
depends only on the levels present at input terminals.
The combinational circuit do not use any memory. The
previous state of input does not have any effect on the
present state of the circuit.
A combinational circuit can have an n number of inputs
and m number of outputs.
Storage elements that operate with signal levels (rather than signal transitions) are
referred to as latches ; those controlled by a clock transition are flip-flops.
Level sensitive devices
SR latch
The SR latch is a circuit with two cross-coupled NOR gates or two cross-coupled NAND gates, and two
inputs labeled S for set and R for reset.
“1” (S = 1), the NAND gate Y has at least one of its inputs at logic
“0” therefore, its output Q must be at a logic level “1”.
Output Q is also fed back to input “A” and so both inputs
“1” (S = 1), Q is at logic level “0”, (not Q = “0”) its inverse output
at Q is at logic level “1”, (Q = “1”), and is given by R = “1” and S =
“0”. As gate X has one of its inputs at logic “0” its output Q must
equal logic level “1” (again NAND gate principles). Output Q is fed
back to input “B”, so both inputs to NAND gate Y are at logic “1”,
therefore, Q = “0”.
This flip-flop has only one input along with the clock
input.