Computer Architecture 3rd Edition by Moris Mano CH 01-CH 02
Computer Architecture 3rd Edition by Moris Mano CH 01-CH 02
Introduction
Logic Gates
Boolean Algebra
Map Specification Combinational Circuits
Flip-Flops
Sequential Circuits Memory Components Integrated Circuits
Computer Organization
Logic Gates
LOGIC GATES
Digital Computers - Imply that the computer deals with digital information, i.e., it deals with the information that is represented by binary digits - Why BINARY ? instead of Decimal or other number system ? * Consider electronic signal 1
7 6 5 signal 4 3 range 2 1 0
octal
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 10 2 3 4 5 6 7 8 9 1011 3 4 5 6 7 8 9 101112 4 5 6 7 8 9 10111213 5 6 7 8 9 1011121314 6 7 8 9 101112131415 7 8 9 10111213141516 8 9 1011121314151617 9 101112131415161718
0 1 2 3 4 5 6 7 8 9
Computer Organization
Logic Gates
BASIC LOGIC BLOCK - GATE Binary Digital Input Signal Binary Digital Output Signal
. . .
Gate
- Sequential Logic Block Logic Blocks whose output logic value depends on the input values and the state (stored information) of the blocks
Functions of Gates can be described by - Truth Table - Boolean Function - Karnaugh Map
Computer Organization Computer Architectures Lab
Logic Gates
COMBINATIONAL GATES
Name
A
Symbol
X B A X B
Function
X=AB or X = AB
Truth Table
A 0 0 1 1 A 0 0 1 1 B 0 1 0 1 B 0 1 0 1 A 0 1 A 0 1 B 0 1 0 1 B 0 1 0 1 B 0 1 0 1 B 0 1 0 1 X 0 0 0 1 X 0 1 1 1 X 1 0 X 0 1 X 1 1 1 0 X 1 0 0 0 X 0 1 1 0 X 1 0 0 1
X=A+B
A A A B A B A B A B
X X
X=A X=A A 0 0 1 1 A 0 0 1 1 A 0 0 1 1 A 0 0 1 1
X = (AB)
X = (A + B) X=AB or X = AB + AB X = (A B) or X = AB+ AB
XNOR
Exclusive NOR or Equivalence
Computer Organization
Boolean Algebra
BOOLEAN ALGEBRA
Boolean Algebra * Algebra with Binary(Boolean) Variable and Logic Operations * Boolean Algebra is useful in Analysis and Synthesis of Digital Logic Circuits - Input and Output signals can be represented by Boolean Variables, and - Function of the Digital Logic Circuits can be represented by Logic Operations, i.e., Boolean Function(s) - From a Boolean function, a logic diagram can be constructed using AND, OR, and I Truth Table * The most elementary specification of the function of a Digital Logic Circuit is the Truth Table
- Table that describes the Output Values for all the combinations of the Input Values, called MINTERMS - n input variables --> 2n minterms
Computer Organization Computer Architectures Lab
Boolean Algebra
Truth Table
Boolean Function
F = x + yz
Logic Diagram
x y z
Computer Organization
Boolean Algebra
Usefulness of this Table - Simplification of the Boolean function - Derivation of equivalent Boolean functions to obtain logic diagrams utilizing different logic gates -- Ordinarily ANDs, ORs, and Inverters -- But a certain different form of Boolean function may be convenient to obtain circuits with NANDs or NORs --> Applications of DeMorgans Theorem xy = (x + y) I, AND --> NOR x+ y= (xy) I, OR --> NAND
Computer Organization
Boolean Algebra
EQUIVALENT CIRCUITS
Many different logic diagrams are possible for a given Function
(2)
A B C F
(3)
A B C
Computer Organization
Boolean Algebra
COMPLEMENT OF FUNCTIONS
A Boolean function of a digital logic circuit is represented by only using logical variables and AND, OR, and Invert operators. --> Complement of a Boolean function - Replace all the variables and subexpressions in the parentheses appearing in the function expression with their respective complements A,B,...,Z,a,b,...,z A,B,...,Z,a,b,...,z (p + q) (p + q) - Replace all the operators with their respective complementary operators AND OR OR AND - Basically, extensive applications of the DeMorgans theorem
Map Simplification
SIMPLIFICATION
Truth Table Unique Simplification from Boolean function - Finding an equivalent expression that is least expensive to implement - For a simple function, it is possible to obtain a simple expression for low cost implementation - But, with complex functions, it is a very difficult task Karnaugh Map(K-map) is a simple procedure for simplifying Boolean expressions. Truth Table Karnaugh Map Boolean function
Computer Organization Computer Architectures Lab
Map Simplification
KARNAUGH MAP
Karnaugh Map for an n-input digital logic circuit (n-variable sum-of-products form of Boolean Function, or Truth Table) is - Rectangle divided into 2n cells - Each cell is associated with a Minterm - An output(function) value for each input value associated with a mintern is written in the cell representing the minterm --> 1-cell, 0-cell Each Minterm is identified by a decimal number whose binary representation is identical to the binary interpretation of the input values of the minterm. x 0 1
Identification of the cell
x 0 1
F 1 0
0 1
x 0 0 1 1
y 0 1 0 1
F 0 1 1 1
y0 1 x 0 0 1 1 2 3
1-cell
y0 1 x 0 0 1 1 1 0 F(x,y) = (1,2)
Computer Architectures Lab
Computer Organization
Map Simplification
KARNAUGH MAP
x 0 0 0 0 1 1 1 1 y 0 0 1 1 0 0 1 1 z 0 1 0 1 0 1 0 1 F 0 1 1 0 1 0 0 0
y yz x 00 01 11 10 0 0 1 3 2 x 1 4 5 7 6 z
yz x 00 01 11 10 0 0 1 0 1 1 1 0 0 0
F(x,y,z) = (1,2,4)
u 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1
v 0 0 0 0 1 1 1 1 0 0 0 0 1 1 1 1
w 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1
x 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1
F 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0
w wx uv 00 01 11 10 00 0 1 3 2 v 01 4 5 7 6 12 13 15 14 u 11 10 8 9 11 10 x wx uv 00 01 11 10 00 0 1 1 0 01 0 0 0 1 11 0 0 0 1 10 1 1 1 0 F(u,v,w,x) = (1,3,6,8,9,11,14)
Computer Organization
Map Simplification
MAP SIMPLIFICATION - 2 ADJACENT CELLS Rule: xy +xy = x(y+y) = x Adjacent cells - binary identifications are different in one bit --> minterms associated with the adjacent cells have one variable complemented each other Cells (1,0) and (1,1) are adjacent Minterms for (1,0) and (1,1) are x y --> x=1, y=0 x y --> x=1, y=1
Map Simplification
MAP SIMPLIFICATION - MORE THAN 2 CELLS uvwx + uvwx + uvwx + uvwx = uvw(x+x) + uvw(x+x) = uvw + uvw = uv(w+w) = uv uv wx wx ux w w uv uv 1 1 1 1 1 1 1 1 vw 1 1 1 1 v v 1 1 1 1 u u 1 1 1 1 uw x x vx
Map Simplification
MAP SIMPLIFICATION
wx uv 00 00 1 01 0 11 0 10 0 01 1 0 1 1 11 10 0 1 0 0 1 0 0 0 w 1 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 v
Merge (1,9)
--> vwx
Merge (9,13)
--> uwx
Merge (13,15)
--> uvx
F = uvw + uvx + vwx + uwx + uvx But (9,13) is covered by (1,9) and (13,15) F = uvw + uvx + vwx + uvx
Computer Organization Computer Architectures Lab
Map Simplification
IMPLEMENTATION OF K-MAPS - Sum-of-Products Form Logic function represented by a Karnaugh map can be implemented in the form of I-AND-OR A cell or a collection of the adjacent 1-cells can be realized by an AND gate, with some inversion of the input variables. y x y z
1
x z
1
1
x y z x y z
x z
F(x,y,z) = (0,2,6)
1 1
y z
x y z x y z x y z
x z y z I AND OR
Computer Organization
Map Simplification
IMPLEMENTATION OF K-MAPS - Product-of-Sums Form Logic function represented by a Karnaugh map can be implemented in the form of I-OR-AND
If we implement a Karnaugh map using 0-cells, the complement of F, i.e., F, can be obtained. Thus, by complementing F using DeMorgans theorem F can be obtained
F(x,y,z) = (0,2,6) x x y y 1 0 0 1 0 0 0 1 z z
F = xy + z
F = (xy)z = (x + y)z
x y z I
Computer Organization
F OR AND
Computer Architectures Lab
Map Simplification
IMPLEMENTATION OF K-MAPS - Dont-Care Conditions In some logic circuits, the output responses for some input conditions are dont care whether they are 1 or 0. In K-maps, dont-care conditions are represented by ds in the corresponding cells. Dont-care conditions are useful in minimizing the logic functions using K-map. - Can be considered either 1 or 0 - Thus increases the chances of merging cells into the larger cells --> Reduce the number of variables in the product terms y x 1 d d 1 d 1 x yz z x y z
Computer Organization
y 0 1 x 1 0 s = xy + xy =x y y
1 0 c n-1 1 0
x y
c s
1 0
1 c n-1 1 1
0 1
cn
cn
Computer Organization Computer Architectures Lab
Computer Organization
MULTIPLEXER
4-to-1 Multiplexer Select S1 S0 0 0 0 1 1 0 1 1 Output Y I0 I1 I2 I3
I0
I1 I2 I3 Y
S0 S1
Computer Organization Computer Architectures Lab
ENCODER/DECODER
Octal-to-Binary Encoder D1 D2 D3 D4 D5 D6 D7 A0
A1 A2
2-to-4 Decoder E 0 0 0 0 1 A1 0 0 1 1 d A0 0 1 0 1 d D0 0 1 1 1 1 D1 1 0 1 1 1 D2 1 1 0 1 1 D3 1 1 1 0 1 A0
D0 D1 D2 A1 E
D3
Computer Organization
Sequential Circuits
A1 Q
D C
A2 Q
D C
A3 Q
D C
Shift Registers
Serial Input Clock D Q C D Q C D Q C
I3 Serial Output
D Q C
A1 Q
D C
A2
Q
D C
A3 Q
D C
4x1 MUX
4x1 MUX
4x1 MUX
4x1 MUX
Clock
S0S1 SeriaI I0
Input
I1
I2
Serial I3 Input
Computer Architectures Lab
Computer Organization
Memory Components
MEMORY COMPONENTS
0 Logical Organization words (byte, or n bytes)
N-1
- Each word has a unique address - Access to a word requires the same time independent of the location of the word - Organization
k address lines Read Write
2k Words (n bits/word)
Memory Components
Information on the data output line depends only on the information on the address input lines. --> Combinational Logic Circuit address
X0=AB + BC X1=ABC + ABC X2=BC + ABC X3=ABC + AB X4=AB ABC
Output X0 X1 X2 X3 X4
X0=ABC + ABC + ABC X1=ABC + ABC X2=ABC + ABC + ABC X3=ABC + ABC + ABC X4=ABC + ABC
1 1 0 0 0 1 0 0
0 1 1 0 0 0 0 0
0 0 0 1 1 0 0 1
0 0 1 0 1 1 0 0
0 0 0 0 0 0 1 1
Memory Components
TYPES OF ROM
ROM - Store information (function) during production - Mask is used in the production process - Unalterable - Low cost for large quantity production --> used in the final products PROM (Programmable ROM) - Store info electrically using PROM programmer at the users site - Unalterable - Higher cost than ROM -> used in the system development phase -> Can be used in small quantity system EPROM (Erasable PROM) - Store info electrically using PROM programmer at the users site - Stored info is erasable (alterable) using UV light (electrically in some devices) and rewriteable - Higher cost than PROM but reusable --> used in the system development phase. Not used in the system production due to erasability
Computer Organization
Memory Components
INTEGRATED CIRCUITS
Classification by the Circuit Density SSI MSI LSI VLSI several (less than 10) independent gates 10 to 200 gates; Perform elementary digital functions; Decoder, adder, register, parity checker, etc 200 to few thousand gates; Digital subsystem Processor, memory, etc Thousands of gates; Digital system Microprocessor, memory module
Classification by Technology TTL Transistor-Transistor Logic Bipolar transistors NAND ECL Emitter-coupled Logic Bipolar transistor NOR MOS - Metal-Oxide Semiconductor Unipolar transistor High density CMOS - Complementary MOS Low power consumption
Computer Organization Computer Architectures Lab