org remarks

48
Slide 1- 1 Org remarks • Parts of the book which can be read: –4 th edition: • Chapter 1: pages 3-31 • Chapter 2: pages 35-91 • Chapter 3: examples 3.4 and 3.5; pages 115-139 • Chapter 4: pages 149-170 • Chapter 5: pages 207-222 – 3d edition: • Chapter 1 • Chapter 2: pages 29-65; sections 2.7-2.9 • Chapter 4: 141-166 • Chapter 5: 201-233 • Chapter 6: 241-258 Digital Techniques Fall 2007 André Deutz, Leiden University

Upload: cato

Post on 05-Jan-2016

46 views

Category:

Documents


0 download

DESCRIPTION

Org remarks. Parts of the book which can be read: 4 th edition: Chapter 1: pages 3-31 Chapter 2: pages 35-91 Chapter 3: examples 3.4 and 3.5; pages 115-139 Chapter 4: pages 149-170 Chapter 5: pages 207-222 3d edition: Chapter 1 Chapter 2: pages 29-65; sections 2.7-2.9 - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Org remarks

Slide 1-1Org remarks• Parts of the book which can be read:

– 4th edition:• Chapter 1: pages 3-31• Chapter 2: pages 35-91• Chapter 3: examples 3.4 and 3.5; pages 115-139• Chapter 4: pages 149-170• Chapter 5: pages 207-222

– 3d edition: • Chapter 1• Chapter 2: pages 29-65; sections 2.7-2.9• Chapter 4: 141-166• Chapter 5: 201-233• Chapter 6: 241-258

Digital Techniques Fall 2007 André Deutz, Leiden University

Page 2: Org remarks

Slide 1-2Onto Our Simple One-cycle Instruction Processor

• CLUs: Continuation of ALU discussion

• CLUs: discussion of algorithms and hardware for multiplication (and discuss the idea of Booth’s algorithm)

• Sequential Circuits: Ways of clocking flip-flops

• Von Neumann Computer Model

• Implementation of the fetch-part of the eternal von Neumann cycle

Digital Techniques Fall 2007 André Deutz, Leiden University

Page 3: Org remarks

Slide 1-3

An old acquaintance: processor-project assignment 1 (1.3)

Digital Techniques Fall 2007 André Deutz, Leiden University

0

1

2

3+

2

a b c_in k_1 k_0

c_out

r(esult)

1-b

it A

LU

as

spec

ifie

d in

1.3

Page 4: Org remarks

Slide 1-4An old acquaintance: processor-project assignment 1 (1.3): 1-bit

ALU

Digital Techniques Fall 2007 André Deutz, Leiden University

0123+

2ab c_ink_1 k_0

c_out

r(esult)

Let us find another implementation Of the 1-bit ALU by constructing The Truth table for r(esult) and c_outSubsequently read off the canonical Sum of minterms for r and c_out, simplify this sum With the Quine-McCluskey Algorithm.Convert the minimized sums into LDs.

Page 5: Org remarks

Slide 1-5

Digital Techniques Fall 2007 André Deutz, Leiden University

1-b

it A

LU

sp

ecif

ied

in 1

.3T

T f

or r

an

d c

_ou

t

Page 6: Org remarks

Slide 1-6

Digital Techniques Fall 2007 André Deutz, Leiden University

Canonical sum for r(esult) and c_out

We continue with r:

Page 7: Org remarks

Slide 1-7

Digital Techniques Fall 2007 André Deutz, Leiden University

Simplification of the expression for r by Quine-McCluskey

Page 8: Org remarks

Slide 1-8

Digital Techniques Fall 2007 André Deutz, Leiden University

Simplification of the expression for r by Quine-McCluskey

Page 9: Org remarks

Slide 1-9

Digital Techniques Fall 2007 André Deutz, Leiden University

Simplification of the expression for r by Quine-McCluskey

Page 10: Org remarks

Slide 1-10

Digital Techniques Fall 2007 André Deutz, Leiden University

Simplification of the expression for r by Quine-McCluskey

Selection Table No 1 for Quine-McCluskey

m2 m6 m7 m9m10 m11m13m14 m17 m19 m21 m24 m25 m28 m29 m31

00010

00110

00111

01001

01010

01011

01101

01110

10001

10011

10101

11000

11001

11100

11101

11111

1 0011_ v v2 010_1 v v3 0101_ v v4 100_1 v v5 111_1 v v6 0_ _10 v v v v7 _1_01 v v v v8 1_ _01 v v v v9 11_0_ v v v v

Page 11: Org remarks

Slide 1-11

Digital Techniques Fall 2007 André Deutz, Leiden University

Selection Table No 1 for Quine-McCluskey

m2 m6 m7 m9 m10 m11 m13 m14 m17 m19 m21 m24 m25 m28 m29 m31

00010

00110

00111

01001

01010

01011

01101

01110

10001

10011 10101

11000

11001

11100

11101

11111

1 0011_ v VO

2 010_1 v v

3 0101_ v v

4 100_1 v VO

5 111_1 v VO

6 0_ _10 VO v v VO

7 _1_01 v VO v v

8 1_ _01 v VO v v

9 11_0_ VO v VO v

Simplification of the expressionfor r by Quine-McCluskey

Page 12: Org remarks

Slide 1-12

Digital Techniques Fall 2007 André Deutz, Leiden University

Selection Table No 1 for Quine-McCluskeym2 m6 m7 m9 m10 m11 m13 m14 m17 m19 m21 m24 m25 m28 m29 m3100010

00110

00111

01001

01010

01011

01101

01110

10001

10011

10101

11000

11001

11100

11101

11111

1 0011_ v VO2 010_1 v v3 0101_ v v4 100_1 v VO5 111_1 v VO6 0_ _10 VO v v VO7 _1_01 v VO v v8 1_ _01 v VO v v9 11_0_ VO v VO v

Simplification of the expressionfor r by Quine-McCluskey

The red one are the essential prime implicants

Page 13: Org remarks

Slide 1-13

Digital Techniques Fall 2007 André Deutz, Leiden University

Selection Table No 2 for Quine-McCluskey (for this example the last one)

m1101011

010_1 v

0101_ v

Simplification of the expression for r by Quine-McCluskey

Page 14: Org remarks

Slide 1-14

Digital Techniques Fall 2007 André Deutz, Leiden University

prime implicants:a b c_in k_1 k_0

0 0 1 1 --- a'b'c_in k_1by selection tables we conclude: essential prime

0 1 0 --- 1 a'bc_in' k_00 1 0 1 --- a'bc_in' k_1

1 0 0 --- 1 ab'c_in' k_0by selection tables we conclude: essential prime

1 1 1 --- 1 abc_in k_0by selection tables we conclude: essential prime

0 --- --- 1 0 a' k_1 k_0'by selection tables we conclude: essential prime

--- 1 --- 0 1 b k_1' k_0by selection tables we conclude: essential prime

1 --- --- 0 1 a k_1' k_0by selection tables we conclude: essential prime

1 1 --- 0 --- ab k_1'by selection tables we conclude: essential prime

Simplification of the expressionfor r by Quine-McCluskey

Page 15: Org remarks

Slide 1-15

Digital Techniques Fall 2007 André Deutz, Leiden University

Construction of LD for r:

Page 16: Org remarks

Slide 1-16

A more realistic ALU

Digital Techniques Fall 2007 André Deutz, Leiden University

Page 17: Org remarks

Slide 1-17

Digital Techniques Fall 2007 André Deutz, Leiden University

A more realistic ALU: the MSB slice

Page 18: Org remarks

Slide 1-18

Digital Techniques Fall 2007 André Deutz, Leiden University

A more realistic ALU

carryOut

Page 19: Org remarks

Slide 1-19

Digital Techniques Fall 2007 André Deutz, Leiden University

Bits have no inherent meaning: operations determine whether they are really ASCII characters, integers, floating point numbers …

The previous slide (the ALU) makes this point quite tangible! The choice of operation will determine whether the bitstrings a_3a_2a_1a_0 , b_3b_2b_1b_0 and the output bitstring result_3result_2result_1result_0 are viewed as two’s complement (numbers -8 through +7, for a 4-bit ALU) or as binary (numbers 0 through +15).

Answer to the question of Lecture #1:

Page 20: Org remarks

Slide 1-20

Digital Techniques Fall 2007 André Deutz, Leiden University

Multiplication: towards Booth’s Algorithm

Page 21: Org remarks

Slide 1-21

Digital Techniques Fall 2007 André Deutz, Leiden University

64 bits

64

64 bits

Shift left

Multiplication: first attempt

64

32 bits

Page 22: Org remarks

Slide 1-22

Digital Techniques Fall 2007 André Deutz, Leiden University

Multiplication: second attempt Hardware:

Page 23: Org remarks

Slide 1-23

Digital Techniques Fall 2007 André Deutz, Leiden University

Multiplication: second attempt

Page 24: Org remarks

Slide 1-24

Digital Techniques Fall 2007 André Deutz, Leiden University

Multiplication: third attempt

Page 25: Org remarks

Slide 1-25

Digital Techniques Fall 2007 André Deutz, Leiden University

Multiplication: third attempt

Page 26: Org remarks

Slide 1-26

Digital Techniques Fall 2007 André Deutz, Leiden University

•What about signed multiplication?•easiest solution is to make both positive & remember whether to complement product when done (leave out the sign bit, run for 31 steps)•Booth’s Algorithm is more elegant way to multiply signed numbers using same hardware as before

Multiplication: Booth’s algorithm

Page 27: Org remarks

Slide 1-27

Digital Techniques Fall 2007 André Deutz, Leiden University

Motivation for Booth’s algorithm

Page 28: Org remarks

Slide 1-28Booth’s Algorithm Insight

Current Bit Bit to the Right Explanation Example

1 0 Beginning of a run of 1s 0001111000

1 1 Middle of a run of 1s 0001111000

0 1 End of a run of 1s 0001111000

0 0 Middle of a run of 0s 0001111000

Originally for Speed since shift faster than add for his machine

0 1 1 1 1 0beginning of runend of run

middle of run

Page 29: Org remarks

Slide 1-29

Booth’s Algorithm

1. Depending on the current and previous bits, do one of the following:00: a. Middle of a string of 0s, so no arithmetic operations.01: b. End of a string of 1s, so add the multiplicand to the left half of the product.10: c. Beginning of a string of 1s, so subtract the multiplicand from the left half of the product.11: d. Middle of a string of 1s, so no arithmetic operation.

2. As in the previous algorithm, shift the Product register right (arith) 1 bit.

Multiplicand Product (2 x 3)0010 0000 0011 0

Multiplicand Product (2 x -3)0010 0000 1101 0

Page 30: Org remarks

Slide 1-30

Digital Techniques Fall 2007 André Deutz, Leiden University

Page 31: Org remarks

Slide 1-31

Sequential circuits

• Ways of triggering flip-flops– Whenever the clock is asserted (level sensitive)– Whenever the clock changes state (edge-

sensitive)– Capture data on one edge of the clock and

transfer it to the output of the following edge(i.e, master-slave flip-flop)

Digital Techniques Fall 2007 André Deutz, Leiden University

Page 32: Org remarks

Slide 1-32

Digital Techniques Fall 2007 André Deutz, Leiden University

Page 33: Org remarks

Slide 1-33

The von Neumann Model of a computer

Digital Techniques Fall 2007 André Deutz, Leiden University

Page 34: Org remarks

Slide 1-34

Digital Techniques Fall 2007 André Deutz, Leiden University

A typical “desktop” system:

Page 35: Org remarks

Slide 1-35

Digital Techniques Fall 2007 André Deutz, Leiden University

Where is the processor?

Page 36: Org remarks

Slide 1-36

Digital Techniques Fall 2007 André Deutz, Leiden University

A look at the motherboard:

Page 37: Org remarks

Slide 1-37

Digital Techniques Fall 2007 André Deutz, Leiden University

Basic functional blocks of a simple computer

Digital Techniques Fall 2007 André Deutz, Leiden University

Page 38: Org remarks

Slide 1-38Basic functional blocks of a simple computer

• The CPU, or processor, consists of a datapath and control• The datapath performs arithmetic and logical operations

on data stored temporarily in internal registers• The control unit determines exactly what operations are

performed. It also controls acccess to memory and I/O devices

Digital Techniques Fall 2007 André Deutz, Leiden University

Page 39: Org remarks

Slide 1-39Salient feature of the von Neumann Architecture

• Storage/memory structure holds both a list of instructions (= program) and data

• The list of instructions and the data are changeable, making the computer into a universal machine (as opposed to calculators).

Digital Techniques Fall 2007 André Deutz, Leiden University

Page 40: Org remarks

Slide 1-40

Digital Techniques Fall 2007 André Deutz, Leiden University4-40

Instruction Processing (von Neumann Cycle -- eternal)

Execute instructionExecute instruction

Fetch instruction from memoryFetch instruction from memory

(Increment program counter )(Increment program counter )

How do you stop this?

Page 41: Org remarks

Slide 1-41

Digital Techniques Fall 2007 André Deutz, Leiden University4-41

Instruction Processing in more detail

Decode instructionDecode instruction

Evaluate addressEvaluate address

Fetch operands from memoryFetch operands from memory

Execute operationExecute operation

Store resultStore result

Fetch instruction from memoryFetch instruction from memory

(Increment program counter)(Increment program counter)

Page 42: Org remarks

Slide 1-42

Digital Techniques Fall 2007 André Deutz, Leiden University

Page 43: Org remarks

Slide 1-43

Von Neumann model

• Discussion of model

• Eternal von Neumann cycle

• Show-and-tell: Digital Works implementation of fetch part of the eternal von Neumann cycle

Digital Techniques Fall 2007 André Deutz, Leiden University

Page 44: Org remarks

Slide 1-44

Some Details for building our computer

Digital Techniques Fall 2007 André Deutz, Leiden University

Page 45: Org remarks

Slide 1-45

Digital Techniques Fall 2007 André Deutz, Leiden University

Single cycle data paths: AssumptionsProcessor uses synchronous logicdesign (a “clock”).

f T

1 MHz 1 μs

10 MHz 100 ns

100 MHz 10 ns

1 GHz 1 ns

All state elements act like positive edge-triggered flip flops.

D Q

clkReset ?

Page 46: Org remarks

Slide 1-46

Addr Data

InstrMem

D

PC

Q+0x1

A portion of the datapath used forFetching instructions and incrementing

The program counter (PC)

Page 47: Org remarks

Slide 1-47

Digital Techniques Fall 2007 André Deutz, Leiden University

How data flows after posedge

32rd1

RegFile

32rd2

WE32

wd

5 rs15 rs25 ws

32ALU

32

32

opLogic

Addr Data

InstrMem

D

PC

Q+0x1

Page 48: Org remarks

Slide 1-48

Digital Techniques Fall 2007 André Deutz, Leiden UniversityDigital Techniques Fall 2007 André Deutz, Leiden University

registerfile

4-bit register

4-bit register

4-bit register

4-bit register

Chooses firstregister

Chooses secondregister

Chooses registerto be written

Dat

a to

be

wri

tten

Write Enable

Dat

a to

rea

d fr

omSe

cond

cho

sen

regi

ster

Dat

a to

rea

d fr

omFi

rst

chos

en

regi

ster