GATE LEVEL MINIMIZATION Flashcards
Draw the:
2-Variable KMap
3-Variable KMap
4-Variable KMap
5-Variable KMap
*See notes
What is a prime Implicant?
A prime implicant is a product term obtained by
combining the maximum possible number of adjacent squares in the map.
*See notes for pic
What is an essential prime implicant?
Essential prime implicants(EPI) are those prime implicants which always appear in final solution.
*See notes for pic
What is a redundant prime implicant
The prime implicants for which each of its minterm is covered by some essential prime implicant are redundant prime implicants(RPI).
This prime implicant never appears in final solution.
*See notes for pic
What is a Selective Prime Implicant (SPI)
These are the prime implicants for which are neither essential nor redundant prime implicants.
These are also known as non-essential prime implicants.
They may appear in some solution or may not appear in some solution.
*See notes for pic
Do the examples from the following pages in the lecturer’s material:
9, 11, 13, 15-18, 21-22, 28-30, 33
*See Lec material
Draw a table showing the relationship between number of adjacent squares and the number of the literals in the term
*See notes
How does one express sum of minterms as POS
Combine squares marked with 0’s (usual way like minterms)
Apply DeMorgan’s theory on this simplified function
*See notes
What is a don’t care condition?
A combination of variables whose logical value is not
specified.
Cannot be marked with a 1 or 0 in the map
Marked with an X
Denoted as d(w, x, y, z) = (0, 2, 5)
*See notes pg 41 of lec material
Why are digital circuits constructed with NAND or NOR gates?
Easier to fabricate with electronic components
The basic gates used in all IC digital logic families.
Draw circuits which show that NAND and NOR are universal circuits and any logic circuit can be implemented with them
*See notes
Draw an alternative symbol of the NAND and the NOR gate
*See notes
What are the steps of two-level implementation of NAND gates
- Simplify the function and express it in SOP
- Draw a NAND gate for each product term of the expression that has at least two literals. The inputs to each NAND gate are the literals of the term.
- Draw a single gate using the AND-invert or the invert-OR graphic symbol in the second level, with inputs coming from outputs of
first-level gates. - A term with a single literal requires an inverter in the first level. However, if the single literal is complemented, it can be connected
directly to an input of the second level NAND gate.
*Do examples on page 46 and 47
What are the steps to multilevel implementation of NOR gates
- Convert all AND gates to NAND gates with AND-invert graphic symbols.
- Convert all OR gates to NAND gates with invert-OR graphic symbols.
- Check all the bubbles in the diagram. For every bubble that is not compensated by another small circle along the same line, insert an inverter (a one-input NAND gate) or complement the input literal.
*Do examples on page 50 and 51
What are the steps of implementing circuits with the NOR gates
Simplify the function into POS form.
Change the OR gates to NOR gates with OR-invert graphic symbols
Change the AND gate to a NOR gate with an invert-AND graphic symbol.
A single literal term going into the second-level gate must be complemented.
*Do examples on page 56