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

Similar documents
Chapter 4 The Von Neumann Model

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

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

The Stored Program Computer

The Stored Program Computer

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

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

The von Neumann Model

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

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

CS 2461: Computer Architecture I

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

Input/Output Interfaces: Ch

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

Computer Architecture Review CS 595

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

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

COSC121: Computer Systems: Review

EEL 5722C Field-Programmable Gate Array Design

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

Computing Layers. Chapter 5 The LC-3

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

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

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

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

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

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

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

CS/ECE 252: INTRODUCTION TO COMPUTER ENGINEERING UNIVERSITY OF WISCONSIN MADISON

Von Neumann Architecture

Digital System Design Using Verilog. - Processing Unit Design

Advanced Parallel Architecture Lesson 3. Annalisa Massini /2015

2. Computer Evolution and Performance

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


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

Advanced Parallel Architecture Lesson 3. Annalisa Massini /2015

Lecture 11: Control Unit and Instruction Encoding

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

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

Instruction Set Architecture

Computer Organization

9. Programmable Machines

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

Computer Architecture

CS 101, Mock Computer Architecture

Computer Architecture 2/26/01 Lecture #

Systems Architecture

Information Science 1

Chapter 5: Computer Systems Organization

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

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

STRUCTURE OF DESKTOP COMPUTERS

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

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

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

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

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

Processing Unit CS206T

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

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

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

appendix a The LC-3 ISA A.1 Overview

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

EE 3170 Microcontroller Applications

Computer Logic II CCE 2010

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

( input = α output = λ move = L )

Programmable Machines

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

Chapter 8 Input/Output

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

Programmable Machines

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

Multi Cycle Implementation Scheme for 8 bit Microprocessor by VHDL

ELEC 5200/6200 Computer Architecture and Design Spring 2017 Lecture 4: Datapath and Control

ECE260: Fundamentals of Computer Engineering

CENG3420 Lab 2-1: LC-3b Simulator

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

CPE300: Digital System Architecture and Design

CMPUT101 Introduction to Computing - Summer 2002

Block diagram view. Datapath = functional units + registers

EC-801 Advanced Computer Architecture

1. Fundamental Concepts

ECE260: Fundamentals of Computer Engineering

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

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

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

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

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

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

Transcription:

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

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

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

Interface to Memory How does processing unit get data to/from memory? MAR: Memory Address Register 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. MEMORY MAR MDR 4-6

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 number of bits normally processed by ALU in one instruction also width of registers LC-2 is 16 bits PROCESSING UNIT ALU TEMP 4-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 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-8

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

Instruction Processing Fetch instruction from memory Decode instruction Evaluate address Fetch operands from memory Execute operation Store result 4-10

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

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 stored in that address to R2. 4-13

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

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

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

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

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

Instruction Processing: STORE 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-19

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

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

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

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

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

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

Summary -- 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-27