Student Examples To Try - Digital Circuit Synthesis
Student Examples To Try - Digital Circuit Synthesis
A B C T
0 0 0 0
0 0 1 0
0 1 0 0
0 1 1 1
1 0 0 0
1 0 1 0
1 1 0 1
1 1 1 1
Estimate the complexity and delay of the circuit that would result from implementing this equation.
Use the rules of Boolean algebra to simplify the equation and estimate the complexity and delay of your
resulting simplified circuit.
1.2. Extract the canonical sum-of-products equation for T from the following truth table.
A B C T
0 0 0 1
0 0 1 0
0 1 0 0
0 1 1 1
1 0 0 0
1 0 1 0
1 1 0 0
1 1 1 1
Estimate the complexity and delay of the circuit that would result from implementing this equation.
Use the rules of Boolean algebra to simplify the equation and estimate the complexity and delay of your
resulting simplified circuit.
1
1.3. Extract the canonical sum-of-products equation for T from the following truth table.
A B C T
0 0 0 1
0 0 1 0
0 1 0 0
0 1 1 0
1 0 0 1
1 0 1 0
1 1 0 0
1 1 1 0
Estimate the complexity and delay of the circuit that would result from implementing this equation.
Use the rules of Boolean algebra to simplify the equation and estimate the complexity and delay of your
resulting simplified circuit.
2.1. Use a Karnaugh map to find the simplest sum of products circuit that will implement the truth
table
[𝑇 = 𝐴̅. 𝐵 + 𝐵. 𝐶]
Truth table:
A B C T AB
C 00 01 11 10
0 0 0 1
0 0 1 1 0
0 1 0 0
0 1 1 1 1
1 0 0 0
1 0 1 0
1 1 0 0
1 1 1 1
2
2.2. Use a Karnaugh map to find the simplest sum of products circuit that will implement the truth
table
Truth table:
A B C T AB
C 00 01 11 10
0 0 0 0
0 0 1 1 0
0 1 0 0
0 1 1 1 1
1 0 0 0
1 0 1 1
1 1 0 0
1 1 1 1
2.3. Use a Karnaugh map to find the simplest sum of products circuit that will implement the truth
table
[𝑇 = 𝐴. 𝐶̅ + 𝐵. 𝐷]
Truth table:
A B C D T AB
0 0 0 0 0 CD 00 01 11 10
0 0 0 1 0 00
0 0 1 0 0
0 0 1 1 0 01
0 1 0 0 0
0 1 0 1 1 11
0 1 1 0 0
0 1 1 1 1 10
1 0 0 0 1
1 0 0 1 1
1 0 1 0 0
1 0 1 1 0
1 1 0 0 1
1 1 0 1 1
1 1 1 0 0
1 1 1 1 1
3
3 De-Morgan’s Theorem
3.5. Write down the Boolean logic expression for the following circuit, then simplify to minimal sum-
of-products form
A
B X
C