DigitalFundamentals 4
DigitalFundamentals 4
Particular observation:
Today there are no clouds in the sky
Off On
· Sequential logic
Output depends on input and also the current/past state
Example pull-cord light
Off On
Circuit synthesis
We are given a required behaviour, and design a circuit to do it
· Exclusive OR:
“You can have a side of chips or salad with your burger”
If chips=1 and salad=1 then allowed=0
A B C A B C
A
C 0 0 0 0 0 0
B 0 1 1 0 1 1
1 0 1 1 0 1
Inclusive OR Exclusive OR
1 1 1 1 1 0
The Inverter (NOT gate)
· The inverter outputs the opposite logic value of its input:
A B
Algebraic representation:
A B B=A
0 1
1 0
A A
D
B D B
C
C
A
D
B
A
D
B
C
Summary
· Combinational logic circuits have an output value that is
determined only by values at the inputs
· The AND, OR and NOT operations are sufficient to build
any combinational logic circuit
· Boolean algebra provides an algebraic representation of
logic gates