Logic Minimisation Flashcards
Name the ways that cost can be evaluated in combinational logic.
Number of IC packages Number of gates Silicon area (VLSI design) Propagation delay
What is the effect of minimising the number of gates in a combinational logic function?
Reduces cost
How can we minimise the number of gates in a logic function?
- By minimising the number of first-level gates
- By minimising the number of inputs on each first-level gate.
- By minimising the number of inputs on the second-level gate. This is actually a side effect of the first reduction.
What is the name for a boolean function expressed in the form, F = A’BC + AC
Canonical form
What is SOP?
Sum of Products - form of representation of a boolean expression involving minterms
What is POS?
Product of Sums - Technique of generating a boolean expression involving maxterms
What is the order of implementation for a SOP?
OR gate is employed after the AND gate
What is the order of implementation for a POS?
- OR gate - sum terms
2. AND gate - gives product
What is the gate equivalent of summing two logic values?
OR gate
What is the gate equivalent of multiplying two values?
AND gate
How is the SOP obtained?
By adding corresponding product terms
How is the POS obtained?
Multiplying the relevant sum terms
What is combinational logic?
Logic in which the outputs depend only on current inputs
What is a prime implicant?
A group of adjacent 1’s (minterms) in a K-map
What are essential prime implicants?
There are subgroups which cover at least one minterm that can’t be covered by another (do not overlap). They always appear in the final solution.