Chapter 4 The Von Neumann Model

Similar documents
Chapter 4 The Von Neumann Model

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

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

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

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

The Stored Program Computer

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

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

The von Neumann Model

CS 2461: Computer Architecture I

The Stored Program Computer

COSC121: Computer Systems: Review

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

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

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

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

Computing Layers. Chapter 5 The LC-3

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

Computer Architecture Review CS 595

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

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

Input/Output Interfaces: Ch

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

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

Instruction Set Architecture

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

2. Computer Evolution and Performance

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

Lecture 11: Control Unit and Instruction Encoding

Advanced Parallel Architecture Lesson 3. Annalisa Massini /2015

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

appendix a The LC-3 ISA A.1 Overview

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

Digital System Design Using Verilog. - Processing Unit Design

Von Neumann Architecture

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

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

Information Science 1

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

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

CS 101, Mock Computer Architecture

Chapter 8 Input/Output

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

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

Chapter 5: Computer Systems Organization

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

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

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

STRUCTURE OF DESKTOP COMPUTERS

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

Computer Architecture 2/26/01 Lecture #

LC-3 Input and Output

( input = α output = λ move = L )

Computer Architecture

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

10/30/2016. How Do We Write Instructions? ECE 120: Introduction to Computing. Put Bits into Memory, Then Execute the Bits

LC-3 Input and Output

Midterm 2 Review Chapters 4-16 LC-3

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

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

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

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

Processing Unit CS206T

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

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

Where Does The Cpu Store The Address Of The

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

LC-3 Instruction Set Architecture

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

CMPUT101 Introduction to Computing - Summer 2002

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

What is TOY? An imaginary machine similar to: ! Ancient computers. ! Today's microprocessors.

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

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

LC-3 Instruction Set Architecture. Textbook Chapter 5

William Stallings Computer Organization and Architecture

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

! Ancient computers. ! Today's microprocessors. Memory. ! Stores data and programs. ! 256 "words." (16 bits each) ! Special word for stdin / stdout.

1. Fundamental Concepts

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

CS 61C: Great Ideas in Computer Architecture RISC-V Instruction Formats

9/14/17. Levels of Representation/Interpretation. Big Idea: Stored-Program Computer

Module 5 - CPU Design

Computer Logic II CCE 2010

SISTEMI EMBEDDED. Computer Organization Central Processing Unit (CPU) Federico Baronti Last version:

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

Teaching London Computing

CENG3420 Lab 2-1: LC-3b Simulator


Chapter 4. Computer Organization

EE 3170 Microcontroller Applications

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. 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 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 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 4-4

Interface to Memory How does processing unit get data to/from memory? MAR: Memory Address Register MDR: Memory Data Register To LOAD 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 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. 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-3 performs ADD, AND, NOT (LC-3 is a computer we are going to build) Registers Small, temporary storage (TEMP) Operands and results of functional units LC-3 has eight registers (R0,, R7), each 16 bits wide Word Size number of bits normally processed by ALU in one instruction also width of registers LC-3 is 16 bits PROCESSINGUNIT ALU TEMP 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 M ouse Scanner Disk LC-3 supports keyboard (input) and monitor (output) keyboard: data register (KBDR) and status register (KBSR) monitor: data register (DDR) and status register (DSR) Some devices provide both input and output disk, network OUTPU T M onitor Printer LED Disk 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 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. A computer s instructions and their formats/semantics are known as its Instruction Set Architecture (ISA). 4-10

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. 4-11

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. 4-12

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 4-13

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. F D 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 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 D EA OP EX S 4-15

Instruction Processing: FETCH OPERANDS Obtain source operands needed to perform operation. F Examples: load data from memory (LDR) read data from register file (ADD) D EA OP EX S 4-16

Instruction Processing: EXECUTE Perform the operation, using the source operands. F Examples: send operands to ALU and assert ADD signal do nothing (e.g., for loads and stores) D EA OP EX S 4-17

Instruction Processing: STORE RESULT Write results to destination. (register or memory) F 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 D EA OP EX S 4-18

Changing the Sequence of Instructions In the FETCH phase, we increment the Program Counter by 1. What if we don t want to always execute the instruction that follows this one? 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) 4-19

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. 4-20

Instruction Processing Summary Instructions look just like data -- it s all interpretation. Three basic kinds of instructions: computational instructions (ADD, AND, ) data movement instructions Memory Register (LDR) Register Memory (STR) 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-21

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. It will be more understandable after Chapter 5. 4-22

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-23

꼭기억해야할것 Von Neumann Model Processing Unit, Memory, Input, Output, Control Unit Instruction Set Architecture the language of hardware computational instructions (ADD, AND, ) data movement instructions Memory Register (LDR) Register Memory (STR) control instructions (JMP, BRnz, ) F (Fetch) D (Decode) EA (Evaluate Address) OP (Fetch Operands) EX (Execute) S (Store Result) 2-24