Computer Architecture Computer Architecture. Computer Architecture. What is Computer Architecture? Grading

Similar documents
Computer Architecture

Instructor Information

CS430 - Computer Architecture William J. Taffe Fall 2002 using slides from. CS61C - Machine Structures Dave Patterson Fall 2000

Computer and Information Sciences College / Computer Science Department CS 207 D. Computer Architecture

Computer Architecture. Fall Dongkun Shin, SKKU

Handouts. (CSC-3501) Lecture 1 (15 Jan 2008) Seung-Jong Park (Jay) Class information. Schedule (check online frequently)

Computer Architecture

CS61C Machine Structures. Lecture 1 Introduction. 8/25/2003 Brian Harvey. John Wawrzynek (Warznek) www-inst.eecs.berkeley.

CS Computer Architecture Spring Lecture 01: Introduction

Alternate definition: Instruction Set Architecture (ISA) What is Computer Architecture? Computer Organization. Computer structure: Von Neumann model

IT 252 Computer Organization and Architecture. Introduction. Chia-Chi Teng

Outline Marquette University

Computer Architecture!

CS61C Machine Structures. Lecture 1 Introduction. 8/27/2006 John Wawrzynek (Warzneck)

Computer Architecture

Computer Architecture!

CISC 360. Computer Architecture. Seth Morecraft Course Web Site:

CSE : Introduction to Computer Architecture

Computer Architecture!

Computer & Microprocessor Architecture HCA103

Fundamentals of Computer Design

EEM 486: Computer Architecture

ECE232: Hardware Organization and Design

ECE232: Hardware Organization and Design

How What When Why CSC3501 FALL07 CSC3501 FALL07. Louisiana State University 1- Introduction - 1. Louisiana State University 1- Introduction - 2

Computer Architecture

ECE 15B COMPUTER ORGANIZATION

CS Computer Architecture

ELEC 5200/6200. Computer Architecture & Design. Victor P. Nelson Broun 326

Thomas Polzer Institut für Technische Informatik

Figure 1-1. A multilevel machine.

Evolution of Computers & Microprocessors. Dr. Cahit Karakuş

CMPSCI 201: Architecture and Assembly Language

CMSC 611: Advanced Computer Architecture

EE382 Processor Design. Class Objectives

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

ECE 468 Computer Architecture and Organization Lecture 1

Introduction. Summary. Why computer architecture? Technology trends Cost issues

Administrative matters. EEL-4713C Computer Architecture Lecture 1. Overview. What is this class about?

Fundamentals of Computers Design

Microelectronics. Moore s Law. Initially, only a few gates or memory cells could be reliably manufactured and packaged together.

EEC170 Computer Architecture. Lecture 1: Introduction to Computer Architecture

Computer Systems Architecture

Computer Organization. 8 th Edition. Chapter 2 p Computer Evolution and Performance

Fundamentals of Computer Design

Chapter 2 Logic Gates and Introduction to Computer Architecture

Chapter 1. Introduction To Computer Systems

What is Computer Architecture?

URL: Offered by: Should already know: Will learn: 01 1 EE 4720 Computer Architecture

ENIAC - background. ENIAC - details. Structure of von Nuemann machine. von Neumann/Turing Computer Architecture

URL: Offered by: Should already know: Will learn: 01 1 EE 4720 Computer Architecture

CSE 141: Computer Architecture. Professor: Michael Taylor. UCSD Department of Computer Science & Engineering

COMPUTER ORGANIZATION AND DESIGN The Hardware/Software Interface. 5 th. Edition. Chapter 1. Computer Abstractions and Technology

Computer Architecture Review. ICS332 - Spring 2016 Operating Systems

CPS104 Computer Organization Lecture 1

Computer Hardware Generations

Lecture 2: Technology Trends Prof. Randy H. Katz Computer Science 252 Spring 1996

Chapter 1 Introduction. Jin-Fu Li Department of Electrical Engineering National Central University Jungli, Taiwan

When and Where? Course Information. Expected Background ECE 486/586. Computer Architecture. Lecture # 1. Spring Portland State University

Computer Architecture and Organization (CS-507)

Computer Architecture s Changing Definition

Chapter 1. Computer Abstractions and Technology. Lesson 2: Understanding Performance

Chapter 2. Perkembangan Komputer

Lecture 3 Machine Language. Instructions: Instruction Execution cycle. Speaking computer before voice recognition interfaces

1DT157 Digitalteknik och datorarkitekt. Digital technology and computer architecture, 5p

EITF20: Computer Architecture Part1.1.1: Introduction

CPS104 Computer Organization Lecture 1. CPS104: Computer Organization. Meat of the Course. Robert Wagner

CHAPTER 1 Introduction

William Stallings Computer Organization and Architecture 8 th Edition. Chapter 2 Computer Evolution and Performance

Computer Architecture = CS/ECE 552: Introduction to Computer Architecture. 552 In Context. Why Study Computer Architecture?

EECE 321: Computer Organization

URL: Offered by: Should already know how to design with logic. Will learn...

Computer Organization and Architecture William Stallings 8th Edition. Chapter 2 Computer Evolution and Performance

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

EECS 452 Advanced Computer Architecture - I

ECE 154A. Architecture. Dmitri Strukov

William Stallings Computer Organization and Architecture 9 th Edition

COMPUTER ARCHITECTURE

Computer Architecture. Introduction. Lynn Choi Korea University

CHAPTER 1 Introduction

CS 3410: Computer System Organization and Programming

CSE Introduction to Computer Architecture. Jeff Brown

Course Outline. Introduction. Intro Computer Organization. Computer Science Dept Va Tech January McQuain & Ribbens

The Von Neumann Computer Model

CPE300: Digital System Architecture and Design

Intro to Math 230 Assembly Language Programming. Lecture # 01 01/15/08

INTRODUCTION & INSTRUCTIONS

CPE300: Digital System Architecture and Design. Fall 2011 MW 17:30-18:45 CBC C316

Computer Technology & Abstraction

COMPUTER ORGANIZATION AND DESIGN. 5 th Edition. The Hardware/Software Interface. Chapter 1. Computer Abstractions and Technology

Multiple Issue ILP Processors. Summary of discussions

Microprocessor. Dr. Rabie A. Ramadan. Al-Azhar University Lecture 1

Microprocessor Architecture Dr. Charles Kim Howard University

time step first instruction second instruction

Computer Organization CS 206T

The Computer Revolution. Chapter 1. The Processor Market. Classes of Computers. Morgan Kaufmann Publishers August 28, 2013

7/28/ Prentice-Hall, Inc Prentice-Hall, Inc Prentice-Hall, Inc Prentice-Hall, Inc Prentice-Hall, Inc.

COMPUTER ORGANIZATION (CSE 2021)

CIT 668: System Architecture

Second Generations Computers( )

Transcription:

178 322 Computer Architecture Lecturer: Watis Leelapatra Office: 4301D Email: watis@kku.ac.th Course Webpage: http://gear.kku.ac.th/~watis/courses/178322/178322.html Computer Architecture Grading Midterm Exam 30% Final Exam 40% Homework 20% Special Topic Report 10% Computer Architecture What is Computer Architecture? References: 1. Patterson, D. A. and Hennessy, J. L,, Computer Organization and Design 2Ed., Morgan Kaufmann. 2. To be given on course webpage Computer Architecture is the science and art of selecting and interconnecting hardware components to create computers that meet functional, performance and cost goals. Computer architecture is not about using computers to design buildings.

Why study computer architecture? Understand where computers are going Future capabilities drive the computing world Forced to think 5+ years in the future Exposure to high-level design Less about design than what to design Engineering, science, art The best architects understand all the levels Devices, circuits, architecture, compilers, applications Understand hardware for software tuning Real-world impact no computer architecture, no computers! Get a job / higher study What we will learn in this course? Review of essential background in digital logic & up Learning from A GOOD Design (MIPS CPU) Work with REAL MIPS CPU (R10000 on Silicon Graphics) * some basic UNIX skills are required Historical Perspective Decade of 70 s (Microprocessors) Programmable Controllers Single Chip Microprocessors Personal Computers Decade of 80 s (RISC Architecture) Instruction Pipelining Fast Cache Memories Compiler Optimizations Decade of 90 s (Instruction Level Parallelism) Superscalar Processors Aggressive Code Scheduling Low Cost Supercomputing Out of Order Execution Technology => dramatic change Processor logic capacity: about 30% per year clock rate: about 20% per year Memory Disk DRAM capacity: about 60% per year (4x every 3 years) Memory speed: about 10% per year Cost per bit: improves about 25% per year capacity: about 60% per year

Technology => Dramatic Change Processor 2X in performance every 1.5 years; 1000X performance in last decade Main Memory DRAM capacity: 2x / 2 years; 1000X size in last decade Cost/bit: improves about 25% per year Technology => Dramatic Change Moore s Law Gordon Earle Moore: Co-founder & former Chairman of Intel Corp. describes an important trend in the history of computer hardware that the number of transistors that can be inexpensively placed on an integrated circuit is doubling approximately every two years. Disk capacity: > 2X in size every 1.5 years Cost/bit: improves about 60% per year 120X size in last decade Trends: Microprocessor Capacity 100,000,000 transistors 10,000,000 1,000,000 100,000 10,000 i8080 i4004 1000 Moore s Law i80486 i80386 i80286 i8086 1970 1975 1980 1985 1990 1995 2000 Year Pentium Alpha 21264: 15 million Pentium Pro: 5.5 million PowerPC 620: 6.9 million Alpha 21164: 9.3 million Sparc Ultra: 5.2 million 2X transistors/chip Every 1.5 years Called Moore s Law :

year Trends: Memory Capacity (1 Chip DRAM) DRAM: Dynamic Random Access Memory where programs live while running; volatile (contrast with disk memory) size(megabit) 1980 0.0625 1983 0.25 1986 1 1989 4 1992 16 1996 64 2000 256 Now 1.4X/yr, or doubling every 2 years 1,000,000,000 Bits 100,000,000 10,000,000 1,000,000 100,000 10,000 1,000 1970 1975 1980 1985 1990 1995 2000 Year 1100 1000 900 800 700 600 500 400 300 200 100 0 Trends: Processor Performance Sun MIPS -4/ M 260 2000 1.54x/year DEC IBM HP MIPS AXP/ RS/ 9000/ M/ 500 6000 750 120 87 88 89 90 91 92 93 94 95 96 97 DEC Alpha 21264/600 Intel VC820 (Pentium III, 1.0 GHz) DEC Alpha 5/500 DEC Alpha 5/300 DEC Alpha 4/266 IBM POWER 100 Why Study Computer Architecture Aren t they fast enough already? Are they? Fast enough to do everything we will EVER want? - AI, protein sequencing, graphics Is speed the only goal? - Power: heat dissipation + battery life - Cost - Reliability - Etc. Answer #1: requirements are always changing Answer #2: technology playing field is always changing Classes of Computers High performance (supercomputers) Supercomputers Cray T-90 Massively parallel computers Cray T3E Balanced cost/performance Workstations SPARCstations Servers SGI Origin, UltraSPARC High-end PCs Pentium quads Low cost/power Low-end PCs, laptops, PDAs mobile Pentiums, ARM

What is *Computer Architecture* What is Computer Architecture? Applications Computer Architecture = Instruction Set Architecture + Organization + Hardware Software Hardware Operating System Compiler (Unix; Assembler Windows) Processor Memory I/O system Instruction Set Architecture Datapath & Control Digital Design Circuit Design transistors, IC layout Key Idea: levels of abstraction hide unnecessary implementation details helps us cope with enormous complexity of real systems What is Computer Architecture? Computer Architecture = Instruction Set Architecture (ISA) - the one true language of a machine - boundary between hardware and software - the hardware s specification; defines what a machine does; + Machine Organization - the guts of the machine; how the hardware works; the implementation; must obey the ISA abstraction Forces on Computer Architecture Applications Technology Operating Systems Computer Architecture Programming Languages Compiler

Forces Acting on Computer Architecture R-a-p-i-d Improvement in Implementation Technology: IC: integrated circuit; invented 1959 SSI MSI LSI VLSI: dramatic growth in number transistors/chip ability to create more (and bigger) FUs per processor; bigger memory more sophisticated applications, larger databases Tomorrow s Science Fiction: ubiquitous computing: computers embedded everywhere New Languages: Java, C++... Machine Organization: 5 classic components of any computer Personal Computer Processor (CPU) (active) Control ( brain ) Datapath ( brawn ) Computer Memory (passive) (where programs, & data live when running) Devices Input Output Keyboard, Mouse Disk (where programs, & data live when not running) Display, Printer The components of every computer, past and present, belong to one of these five categories Machine Organization Perspective Capabilities & performance characteristics of principal Functional Units (FUs) of the CPU Ways in which these components are interconnected to realize the ISA Information flows between components How such information flow is controlled Levels of Machine Description Register Transfer Level (RTL) Gate Level (Digital Design) von Neumann Computer 1944: The First Electronic Computer ENIAC at IAS, Princeton University. (18,000 vacuum tubes) Stored-Program Concept Storing programs as number s by John von Neumann Idea: A program is written as a sequence of inst ructions, represented by binary numbers. The instructions are stored in the memory just as data. They are read one by one, decoded and then executed by the CPU.

Execution Cycle Instruction Fetch Instruction Decode Operand Fetch Execute Result Store Obtain instruction from program storage Determine required actions and instruction size Locate and obtain operand data Compute result value or status Deposit results in storage for later use Instruction-Set Processor Design Architecture (ISA) programmer/compiler view functional appearance to its immediate user/system programmer Opcodes, addressing modes, architected registers, IEEE floating point Implementation (µ Architecture) processor designer/view logical structure or organization that performs the architecture Pipelining, functional units, caches, physical registers Realization (chip) chip/system designer view physical structure that embodies the implementation Gates, cells, transistors, wires Next Instruction Determine successor instruction Relationship Between the Three Aspects Processors having identical ISA may be very different in organization. e.g. NEC VR 5432 and NEC VR 4122 Processors with identical ISA and nearly identical organization are still not nearly identical. e.g. Pentium II and Celeron are nearly identical but differ at clock rates and memory systems Why Study Computer Architecture? It impacts every other aspect of engineering and science Case Study: Earth Simulator The Earth Simulator (ES) was the fastest supercomputer in the world from 2002 to 2004. The system was developed in 1997 for running global climate models to evaluate the effects of global warming and problems in solid earth geophysics. Total of 5120 processors and 10 TB of memory. Architecture covers all three aspects.

Why Study Computer Architecture? Atmospheric science uses computational fluid heavily Why Study Computer Architecture? Case Study: Earth Simulator Example of different processor architectures Example of different processor architectures Cluster of Sony PlayStation3 s used for large-scale modelling of the human brain 300 PS3s ordered for the U.S. Air Force Axion Racing s entry into the DARPA Urban Challenge PlayStation3 Gravity Grid Folding@Home Cell Broadband Engine Architecture (by Sony, Toshiba & IBM)

Folding@Home Project Study of proteins which are necklaces of amino acids. Proteins are the basis of how biology gets things done. They are the driving force behind all of the biochemical reactions which make biology work. Proteins self-assemble fold amazingly quickly Some as fast as a millionth of a second. It's remarkably long for computers to simulate. It takes about a day to simulate a nanosecond