CH11 Digital Logic
CH11 Digital Logic
William Stallings
Computer Organization
and Architecture
10th Edition
Is a convenient tool:
Analysis
It is an economical way of describing the function of digital circuitry
Design
Given a desired function, Boolean algebra can be applied to develop
a simplified implementation of that function
AND
Yields true (binary value 1) if and only if both of its operands are
true
In the absence of parentheses the AND operation takes precedence
over the OR operation
When no ambiguity will occur the AND operation is represented by
simple concatenation instead of the dot operator
OR
Yields true if either or both of its operands are true
NOT
Inverts the value of its operand
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Table 11.1 Boolean Operators
(a) Boolean Operators of Two Input Variables
Combinational Circuit
any time is a function
only of the input at that
time
Consists of n binary
inputs and m binary
outputs
Table 11.4 Truth Table for the One-Digit Packed Decimal Incrementer
Sequential
Circuit
Makes use of
combinational
circuits
11.11
PLD
Terminolog
y
Boolean Algebra
Sequential Circuits
Gates
Flip-Flops
Combinational Circuits
Registers
Implementation of
Counters
Boolean Functions Programmable Logic Devices
Multiplexers Programmable Logic Array
Decoders Field-Programmable Gate
Read-Only-Memory Array
Adders