Chapter 4 The Von Neumann Model

Similar documents
Introduction to Computer Engineering. CS/ECE 252 Prof. Mark D. Hill Computer Sciences Department University of Wisconsin Madison

Chapter 4 The Von Neumann Model

Chapter 4 The Von Neumann Model

Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Computing Layers

LC-3 Architecture. (Ch4 ish material)

C Functions and Pointers. C Pointers. CS270 - Fall Colorado State University. CS270 - Fall Colorado State University

COSC121: Computer Systems: Review

Chapter 5 - ISA. 1.The Von Neumann Model. The Stored Program Computer. Von Neumann Model. Memory

The Stored Program Computer

CS 265. Computer Architecture. Wei Lu, Ph.D., P.Eng.

The Stored Program Computer

20/08/14. Computer Systems 1. Instruction Processing: FETCH. Instruction Processing: DECODE

The von Neumann Model

ΗΜΥ 656 ΠΡΟΧΩΡΗΜΕΝΗ ΑΡΧΙΤΕΚΤΟΝΙΚΗ ΗΛΕΚΤΡΟΝΙΚΩΝ ΥΠΟΛΟΓΙΣΤΩΝ Εαρινό Εξάμηνο 2007

CS 2461: Computer Architecture I

General purpose registers These are memory units within the CPU designed to hold temporary data.

Digital System Design Using Verilog. - Processing Unit Design

Advanced Parallel Architecture Lesson 3. Annalisa Massini /2015

Input/Output Interfaces: Ch

Chapter 05: Basic Processing Units Control Unit Design. Lesson 15: Microinstructions

Computing Layers. Chapter 5 The LC-3

Binghamton University. CS-120 Summer LC3 Memory. Text: Introduction to Computer Systems : Sections 5.1.1, 5.3

Computer Architecture Review CS 595

Chapter 5 The LC-3. ACKNOWLEDGEMENT: This lecture uses slides prepared by Gregory T. Byrd, North Carolina State University 5-2

LC-3 Instruction Processing

COSC121: Computer Systems: Review

Memory General R0 Registers R1 R2. Input Register 1. Input Register 2. Program Counter. Instruction Register

LC-3 Instruction Processing. (Textbook s Chapter 4)

Introduction to Computer Engineering. CS/ECE 252, Fall 2016 Prof. Guri Sohi Computer Sciences Department University of Wisconsin Madison

EEL 5722C Field-Programmable Gate Array Design

Introduction to Computer Engineering. Chapter 5 The LC-3. Instruction Set Architecture

Advanced Parallel Architecture Lesson 3. Annalisa Massini /2015

Processing Unit CS206T

10/31/2016. The LC-3 ISA Has Three Kinds of Opcodes. ECE 120: Introduction to Computing. ADD and AND Have Two Addressing Modes

Lecture1: introduction. Outline: History overview Central processing unite Register set Special purpose address registers Datapath Control unit

Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Computing Layers

Lecture 11: Control Unit and Instruction Encoding

The von Neumann Architecture. IT 3123 Hardware and Software Concepts. The Instruction Cycle. Registers. LMC Executes a Store.

MICROPROGRAMMED CONTROL

Basic Processing Unit: Some Fundamental Concepts, Execution of a. Complete Instruction, Multiple Bus Organization, Hard-wired Control,

Micro-Operations. execution of a sequence of steps, i.e., cycles

Faculty of Engineering Systems & Biomedical Dept. First Year Cairo University Sheet 6 Computer I

Von Neumann Architecture

Instruction Set Architecture

CS/ECE 252: INTRODUCTION TO COMPUTER ENGINEERING UNIVERSITY OF WISCONSIN MADISON. Instructor: Rahul Nayar TAs: Annie Lin, Mohit Verma


Computer Logic II CCE 2010

CPU ARCHITECTURE. QUESTION 1 Explain how the width of the data bus and system clock speed affect the performance of a computer system.

Computer Architecture

Introduction to Computer. Chapter 5 The LC-3. Instruction Set Architecture

STRUCTURE OF DESKTOP COMPUTERS

The register set differs from one computer architecture to another. It is usually a combination of general-purpose and special purpose registers

2. Computer Evolution and Performance

Class Notes. Dr.C.N.Zhang. Department of Computer Science. University of Regina. Regina, SK, Canada, S4S 0A2

Module 5 - CPU Design

Outcomes. Lecture 13 - Introduction to the Central Processing Unit (CPU) Central Processing UNIT (CPU) or Processor

Computer Architecture 2/26/01 Lecture #

Systems Architecture

Chapter 5: Computer Systems Organization

Chapter 5: Computer Systems Organization. Invitation to Computer Science, C++ Version, Third Edition

Computer Architecture Programming the Basic Computer

Information Science 1

CS 101, Mock Computer Architecture

Rui Wang, Assistant professor Dept. of Information and Communication Tongji University.

CS 31: Intro to Systems Digital Logic. Kevin Webb Swarthmore College February 3, 2015

Blog -

Register Files. Single Bus Architecture. Register Files. Single Bus Processor. Term Project: using VHDL. Accumulator based architecture

CS 31: Intro to Systems Digital Logic. Kevin Webb Swarthmore College February 2, 2016

CS 265. Computer Architecture. Wei Lu, Ph.D., P.Eng.

Chapter 5. Computer Architecture Organization and Design. Computer System Architecture Database Lab, SANGJI University

THE MICROPROCESSOR Von Neumann s Architecture Model

EE 3170 Microcontroller Applications

Computer Organization

9. Programmable Machines

Fundamentals of Computer Architecture. 8. Bringing It All Together The Hardware Engineer s Perspective

Data Manipulation. Chih-Wei Tang ( 唐之瑋 ) Department of Communication Engineering National Central University JhongLi, Taiwan

The LC-3 Instruction Set Architecture. ISA Overview Operate instructions Data Movement instructions Control Instructions LC-3 data path

Computer Science 324 Computer Architecture Mount Holyoke College Fall Topic Notes: MIPS Instruction Set Architecture

LC-3 ISA - II. Lecture Topics. Lecture materials. Homework. Machine problem. Announcements. ECE 190 Lecture 10 February 17, 2011

Chapter 16. Control Unit Operation. Yonsei University

Introduction to Computer Engineering. CS/ECE 252, Spring 2017 Rahul Nayar Computer Sciences Department University of Wisconsin Madison

Lecture Topics. Announcements. Today: The MIPS ISA (P&H ) Next: continued. Milestone #1 (due 1/26) Milestone #2 (due 2/2)

Single cycle MIPS data path without Forwarding, Control, or Hazard Unit

Chapter 8 I/O. Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. But where does data in memory come from?

William Stallings Computer Organization and Architecture

LC3DataPath ECE2893. Lecture 9a. ECE2893 LC3DataPath Spring / 14

von Neumann Architecture Basic Computer System Early Computers Microprocessor Reading Assignment An Introduction to Computer Architecture

Basic Computer System. von Neumann Architecture. Reading Assignment. An Introduction to Computer Architecture. EEL 4744C: Microprocessor Applications

Chapter 8 Input/Output

( input = α output = λ move = L )

Unit II Basic Computer Organization

CMPUT101 Introduction to Computing - Summer 2002

Objective now How are such control statements registers and other components Managed to ensure proper execution of each instruction

Load -- read data from memory to register. Store -- write data from register to memory. Load effective address -- compute address, save in register

Where Does The Cpu Store The Address Of The

CPE300: Digital System Architecture and Design

Block diagram view. Datapath = functional units + registers

C.P.U Organization. Memory Unit. Central Processing Unit (C.P.U) Input-Output Processor (IOP) Figure (1) Digital Computer Block Diagram

appendix a The LC-3 ISA A.1 Overview

Chapter 1 : Introduction

Transcription:

Chapter 4 The Von Neumann Model The Stored Program Computer 1943: ENIAC Presper Eckert and John Mauchly -- first general electronic computer. (or was it John V. Atananasoff in 1939?) Hard-wired program -- settings of dials and switches. 1944: Beginnings of EDVAC among other improvements, includes program stored in memory 1945: John von Neumann wrote a report on the stored program concept, known as the First Draft of a Report on EDVAC The basic structure proposed in the draft became known as the von Neumann machine (or model). a memory, containing instructions and data a processing unit, for performing arithmetic and logical operations a control unit, for interpreting instructions For more history, see http://www.maxmon.com/history.htm 4-2 ١

Von Neumann Model MEMORY MAR MDR INPUT Keyboard Mouse Scanner Disk PROCESSING UNIT ALU TEMP OUTPUT Monitor Printer LED Disk CONTROL UNIT PC IR 4-3 Memory k x m array of stored bits (k is usually 2 n ) Address unique (n-bit) identifier of location Contents m-bit value stored in location Basic Operations: LOAD read a value from a memory location STORE write a value to a memory location 0000 0001 0010 0011 0100 0101 0110 1101 1110 1111 00101101 10100010 4-4 ٢

Interface to Memory How does processing unit get data to/from memory? MAR: Memory Address Register MEMORY MDR: Memory Data Register To read a location (A): 1. Write the address (A) into the MAR. 2. Send a read signal to the memory. 3. Read the data from MDR. To write a value (X) to a location (A): 1. Write the data (X) to the MDR. 2. Write the address (A) into the MAR. 3. Send a write signal to the memory. MAR MDR 4-5 Processing Unit Functional Units ALU = Arithmetic and Logic Unit could have many functional units. some of them special-purpose (multiply, square root, ) LC-2 performs ADD, AND, NOT Registers Small, temporary storage Operands and results of functional units LC-2 has eight register (R0,, R7) Word Size PROCESSING UNIT ALU TEMP number of bits normally processed by ALU in one instruction also width of registers LC-2 is 16 bits 4-6 ٣

Input and Output Devices for getting data into and out of computer memory Each device has its own interface, usually a set of registers like the memory s MAR and MDR INPUT Keyboard Mouse Scanner Disk LC-2 supports keyboard (input) and console (output) keyboard: data register (KBDR) and status register (KBSR) console: data register (CRTDR) and status register (CRTSR) OUTPUT Monitor Printer LED Disk Some devices provide both input and output disk, network Program that controls access to a device is usually called a driver. 4-7 Control Unit Orchestrates execution of the program CONTROL UNIT PC IR Instruction Register (IR) contains the current instruction. Program Counter (PC) contains the address of the next instruction to be executed. Control unit: reads an instruction from memory the instruction s address is in the PC interprets the instruction, generating signals that tell the other components what to do an instruction may take many machine cycles to complete 4-8 ٤

Instruction Processing Fetch instruction from memory Decode instruction Evaluate address Fetch operands from memory Execute operation Store result 4-9 Instruction The instruction is the fundamental unit of work. Specifies two things: opcode: operation to be performed operands: data/locations to be used for operation An instruction is encoded as a sequence of bits. (Just like data!) Often, but not always, instructions have a fixed length, such as 16 or 32 bits. Control unit interprets instruction: generates sequence of control signals to carry out operation. Operation is either executed completely, or not at all. A computer s instructions and their formats is known as its Instruction Set Architecture (ISA). 4-10 ٥

Example: LC-2 ADD Instruction LC-2 has 16-bit instructions. Each instruction has a four-bit opcode, bits [15:12]. LC-2 has eight registers (R0-R7) for temporary storage. Sources and destination of ADD are registers. Add the contents of R2 to the contents of R6, and store the result in R6. 4-11 Example: LC-2 LDR Instruction Load instruction -- reads data from memory Base + offset mode: add offset to base register -- result is memory address load from memory address into destination register Add the value 6 to the contents of R3 to form a memory address. Load the contents stored in that address to R2. 4-12 ٦

Instruction Processing: FETCH Load next instruction (at address stored in PC) from memory into Instruction Register (IR). Load contents of PC into MAR. Send read signal to memory. Read contents of MDR, store in IR. Then increment PC, so that it points to the next instruction in sequence. PC becomes PC+1. F D EA OP EX S 4-13 Instruction Processing: DECODE First identify the opcode. In LC-2, this is always the first four bits of instruction. A 4-to-16 decoder asserts a control line corresponding to the desired opcode. Depending on opcode, identify other operands from the remaining bits. Example: for LDR, last six bits is offset for ADD, last three bits is source operand #2 F D EA OP EX S 4-14 ٧

Instruction Processing: EVALUATE ADDRESS For instructions that require memory access, compute address used for access. F Examples: add offset to base register (as in LDR) add offset to PC (or to part of PC) add offset to zero D EA OP EX S 4-15 Instruction Processing: FETCH OPERANDS Obtain source operands needed to perform operation. Examples: load data from memory (LDR) read data from register file (ADD) F D EA OP EX S 4-16 ٨

Instruction Processing: EXECUTE Perform the operation, using the source operands. Examples: send operands to ALU and assert ADD signal do nothing (e.g., for loads and stores) F D EA OP EX S 4-17 Instruction Processing: STORE Write results to destination. (register or memory) Examples: result of ADD is placed in destination register result of memory load is placed in destination register for store instruction, data is stored to memory write address to MAR, data to MDR assert WRITE signal to memory F D EA OP EX S 4-18 ٩

Microinstruction Specifies the sequense of microoperations or register transfer operations needed to interpret and execute an instruction. In the Fetch cycle for example the micro instructions executed are: PC MAR Memory read MDR IR PC+1 PC 4-19 The micro instructions for the Fetch Operands cycle in the ADD instruction will be as follows: - SR1 ALU right side - SR2 ALU left side For the LDR instruction, the Fetch operands cycle is as follows - Evaluated address MAR - Read memory - MDR Data bus 4-20 ١٠

Write down the micro instructions for the Store cycle for the two previous examples (ADD, LDR) 4-21 Changing the Sequence of Instructions In the FETCH phase, we incremented the Program Counter by 1. What if we don t want to always execute the instruction that follows this one? examples: loop, if-then, function call Need special instructions that change the contents of the PC. These are called jumps and branches. jumps are unconditional -- they always change the PC branches are conditional -- they change the PC only if some condition is true (e.g., the contents of a register is zero) 4-22 ١١

Example: LC-2 JMPR Instruction Set the PC to the value obtained by adding an offset to a register. This becomes the address of the next instruction to fetch. Add the value of 6 to the contents of R3, and load the result into the PC. 4-23 Instruction Processing Summary Instructions look just like data -- it s all interpretation. Three basic kinds of instructions: computational instructions (ADD, AND, ) data movement instructions (LD, ST, ) control instructions (JMP, BRnz, ) Six basic phases of instruction processing: F D EA OP EX S not all phases are needed by every instruction phases may take variable number of machine cycles 4-24 ١٢

Driving Force: The Clock The clock is a signal that keeps the control unit moving. At each clock tick, control unit moves to the next machine cycle -- may be next instruction or next phase of current instruction. Clock generator circuit: Based on crystal oscillator Generates regular sequence of 0 and 1 logic levels Clock cycle (or machine cycle) -- rising edge to rising edge 1 0 Machine Cycle time 4-25 Instructions vs. Clock Cycles MIPS vs. MHz MIPS = millions of instructions per second MHz = millions of clock cycles per second These are not the same -- why? 4-26 ١٣

Stopping the Clock Control unit will repeat instruction processing sequence as long as clock is running. If not processing instructions from your application, then it is processing instructions from the Operating System (OS). The OS is a special program that manages processor and other resources. To stop the computer: AND the clock generator signal with ZERO when control unit stops seeing the CLOCK signal, it stops processing 4-27 ١٤