Chapter_03
Chapter_03
Chapter 3
Chapter Objectives
Know how to derive and simplify a Karnaugh map for
Boolean function of 2,3, and 4 variables.
Know how to derive the prime implicants of a Boolean
function.
Know how to obtain the sum of products and the product
of sums forms of a Boolean function directly from its
Karnaugh map.
Know how to create the Karnaugh map of a Boolean
function from its truth table.
Know how to use don’t care conditions to simplify a
Boolean function.
In sum-of-minterm:
F ( x, y , z ) = ∑ (1,3, 4,6)
In sum-of-maxterm:
F ′( x, y , z ) = Π (0, 2,5,7)
F ( x, y , z ) = x′z + xz′
Combine the 0’s :
F ( x, y , z ) = xz + x′z′
environment
Architecture
Describes how the outputs of an entity are formed from its
inputs
Figure 3.36
Entity-Architecture pair for or_and_vhdl.
Figure 3.37
Schematic for and_or_prop_delay.
Figure 3.38
Simulation waveforms of and_or_prop_delay.
Figure 3.39
Entity-architecture for a structural model of and_or_prop_delay_vhdl.
Table 3.6
Logic Symbols of the IEEE_std_logic_1164 Package.
Figure 3.40
Schematic for Circuit with_UDP_02467.