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

Similar documents
Chapter 4 The Von Neumann Model

Chapter 4 The Von Neumann Model

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

Chapter 4 The Von Neumann Model

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

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

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

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

The Stored Program Computer

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

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

Computing Layers. Chapter 5 The LC-3

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

The von Neumann Model

CS 2461: Computer Architecture I

The Stored Program Computer

Chapter 8 I/O. Computing Layers. I/O: Connecting to Outside World. I/O: Connecting to the Outside World

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

Computer Architecture Review CS 595

Input/Output Interfaces: Ch

LC-3 Instruction Processing

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

2. Computer Evolution and Performance

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

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

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

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

COSC121: Computer Systems: Review

Ch. 5: The LC-3. PC-Relative Addressing Mode. Data Movement Instructions. James Goodman!

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

Digital System Design Using Verilog. - Processing Unit Design

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

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

Information Science 1

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

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

Advanced Parallel Architecture Lesson 3. Annalisa Massini /2015

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. Chapter 5 The LC-3. Instruction Set Architecture

Von Neumann Architecture

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

Instruction Set Architecture

Advanced Parallel Architecture Lesson 3. Annalisa Massini /2015

Computer Architecture 2/26/01 Lecture #

10/27/2016. ECE 120: Introduction to Computing. The LC-3 Memory is Bit. Recall the Five Parts of the von Neumann Model

CS 101, Mock Computer Architecture

I/O. University of Texas at Austin CS310H - Computer Organization Spring 2010 Don Fussell

William Stallings Computer Organization and Architecture

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

Chapter 8 Input/Output

STRUCTURE OF DESKTOP COMPUTERS

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

EE 3170 Microcontroller Applications

Computer Architecture

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

are Softw Instruction Set Architecture Microarchitecture are rdw

Lecture 11: Control Unit and Instruction Encoding

LC-3 Input and Output

Input & Output. Lecture 16. James Goodman (revised by Robert Sheehan) Computer Science 210 s1c Computer Systems 1 Lecture Notes

LC-3 Input and Output

Chapter 5: Computer Systems Organization

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

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

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

Computing Layers. Chapter 7 Assembly Language

CENG3420 Lab 2-1: LC-3b Simulator

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

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

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

( input = α output = λ move = L )

appendix a The LC-3 ISA A.1 Overview

Processing Unit CS206T

Where Does The Cpu Store The Address Of The

1. Fundamental Concepts

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

CMPUT101 Introduction to Computing - Summer 2002

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

9. Programmable Machines

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

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

Computer System. Hiroaki Kobayashi 7/25/2011. Agenda. Von Neumann Model Stored-program instructions and data are stored on memory

Module 5 - CPU Design

LC-3 Instruction Set Architecture


Computer Architecture (part 2)

16.1. Unit 16. Computer Organization Design of a Simple Processor

Computer Logic II CCE 2010

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

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

The Von Neumann Architecture Odds and Ends. Designing Computers. The Von Neumann Architecture. CMPUT101 Introduction to Computing - Spring 2001

Chapter 4. Computer Organization

Trap Vector Table. Interrupt Vector Table. Operating System and Supervisor Stack. Available for User Programs. Device Register Addresses

CMSC 313 COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE PROGRAMMING LECTURE 01, SPRING 2013

EC-801 Advanced Computer Architecture

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

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

Transcription:

Chapter 4 The Von Neumann Model Original slides from Gregory Byrd, North Carolina State University Modified slides by C. Wilcox, S. Rajopadhye, Colorado State University Computing Layers Problems Algorithms Language Instruction Set Architecture Microarchitecture Circuits Devices University 2 1

The Stored Program Computer! 1943: ENIAC Presper Eckert and John Mauchly -- first general electronic computer. (or was it John V. Atanasoff 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 University 3 Von Neumann Model MEMORY MAR MDR INPUT Keyboard Mouse Scanner Disk PROCESSING UNIT ALU TEMP OUTPUT Monitor Printer LED Disk CONTROL UNIT PC IR University 4 2

Memory! Organization 2 k x m array of stored bits! Address unique (k-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 University 5 Interface to Memory! How does CPU get data to/from memory? MAR: Memory Address Register MEMORY MDR: Memory Data Register! To LOAD a location (A): MAR MDR 1. Write the address (A) into the MAR. 2. Send a read signal to the memory. 3. Read the data from MDR.! To STORE 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. University 6 3

Processing Unit! Functional Units ALU = Arithmetic and Logic Unit could have many functional units. PROCESSOR (multiply, square root, ) LC-3 performs ADD, AND, NOT! Registers Small, temporary storage ALU REGs Operands and results of functional units LC-3 has eight registers (R0,, R7), each 16 bits wide! Word Size number of bits processed by ALU in one instruction also width of registers LC-3 is 16 bits University 7 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-3 supports keyboard (input) and monitor (output) OUTPUT Monitor Printer LED Disk keyboard: data (KBDR) and status (KBSR) registers monitor: data register (DDR) and status register (DSR)! Some devices provide both input and output disk, network! Program that controls access to a device is usually called a driver. University 8 4

! Orchestrates execution of the program! Instruction Register (IR) contains CONTROL the current instruction.! Program Counter (PC) contains Pr Ct Ins Reg the address of the next instruction to be executed.! Control unit: reads an instruction from memory Control Unit! the instructios 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 University 9 Instruction Processing Fetch instruction from memory Decode instruction Evaluate address Fetch operands from memory Execute operation Store result University 10 5

Instruction! The instruction is the fundamental unit of work: 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). University 11 Example: LC-3 ADD Instruction! LC-3 has 16-bit instructions. Each instruction has a four-bit opcode, bits [15:12].! LC-3 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. University 12 6

Example: LC-3 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 of that memory location to R2. University 13 Instruction Processing: FETCH! Load next instruction (at address stored in PC) from memory into Instruction Register (IR). Copy contents of PC into MAR. Send read signal to memory. Copy contents of MDR into IR.! Then increment PC, so that it points to the next instruction in sequence. PC becomes PC+1. F D EA OP EX S University 14 7

Instruction Processing: DECODE! First identify the opcode. In LC-3, 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 6 bits is offset! for ADD, last 3 bits is source operand #2 F D EA OP EX S University 15 Instruction Processing: EVALUATE ADDRESS! For instructions that require memory access, compute address used for access.! Examples: add offset to base register (as in LDR) add offset to PC add offset to zero F D EA OP EX S University 16 8

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 University 17 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 University 18 9

Instruction Processing: STORE RESULT! 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 University 19 Changing the Sequence of Instructions! In the FETCH phase, we increment the Program Counter by 1.! What if we dot 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 control instructions. jumps are unconditional -- they always change the PC branches are conditional -- they change the PC only if some condition is true (e.g., the result of an ADD is zero) University 20 10

Example: LC-3 JMP Instruction! Set the PC to the value contained in a register. This becomes the address of the next instruction to fetch. Load the contents of R3 into the PC. University 21 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 University 22 11

Control Unit State Diagram! The control unit is a state machine. Here is part of a simplified state diagram for the LC-3: A more complete state diagram is in Appendix C. CS270 It - will Spring be 2012 more - Colorado understandable State after Chapter 5. University 23 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. University 24 12