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

Similar documents
ECE/CS 552: Introduction To Computer Architecture 1

Performance of Computers. EE365: Introduction to Digital Computer Design. So What? Ubiquity of Computers

Computer Architecture

Lecture 2: Computer Performance. Assist.Prof.Dr. Gürhan Küçük Advanced Computer Architectures CSE 533

Computer Architecture. Fall Dongkun Shin, SKKU

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

EE382 Processor Design. Class Objectives

Some material adapted from Mohamed Younis, UMBC CMSC 611 Spr 2003 course slides Some material adapted from David Culler, UC Berkeley CS252, Spr 2002

CPS104 Computer Organization Lecture 1

CS Computer Architecture Spring Lecture 01: Introduction

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

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

CIT 668: System Architecture

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

Computer Architecture

Computer Architecture!

Thomas Polzer Institut für Technische Informatik

Computer Architecture Today (I)

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

Computer Architecture

Figure 1-1. A multilevel machine.

Computer Architecture!

Computer Architecture

ECE 468 Computer Architecture and Organization Lecture 1

ECE 154A. Architecture. Dmitri Strukov

Microelettronica. J. M. Rabaey, "Digital integrated circuits: a design perspective" EE141 Microelettronica

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

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

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

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

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

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

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

CpE 442 Introduction To Computer Architecture Lecture 1

Outline Marquette University

EECS 452 Advanced Computer Architecture - I

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

Fundamentals of Computer Design

CSE : Introduction to Computer Architecture

Chapter 2 Logic Gates and Introduction to Computer Architecture

Evolution of Computers & Microprocessors. Dr. Cahit Karakuş

Cycles Per Instruction For This Microprocessor

Computer Architecture!

Fundamentals of Computers Design

ECE 486/586. Computer Architecture. Lecture # 2

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

ECE232: Hardware Organization and Design

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

CAD for VLSI. Debdeep Mukhopadhyay IIT Madras

Multi-Core Microprocessor Chips: Motivation & Challenges

CS 3410: Computer System Organization and Programming

From CISC to RISC. CISC Creates the Anti CISC Revolution. RISC "Philosophy" CISC Limitations

Computer Architecture

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

ECE 15B COMPUTER ORGANIZATION

Overview of Computer Organization. Chapter 1 S. Dandamudi

CIT 668: System Architecture. Computer Systems Architecture

Computers: Inside and Out

CPE300: Digital System Architecture and Design

Design Metrics. A couple of especially important metrics: Time to market Total cost (NRE + unit cost) Performance (speed latency and throughput)

Multi-core Programming - Introduction

The Computer Revolution. Classes of Computers. Chapter 1

Overview of Computer Organization. Outline

Memory Hierarchies. Instructor: Dmitri A. Gusev. Fall Lecture 10, October 8, CS 502: Computers and Communications Technology

CMPSCI 201: Architecture and Assembly Language

Chapter 2: Computer-System Structures. Hmm this looks like a Computer System?

Computer Architecture Ι Fall 2003 Lec.03-1

Uniprocessor Computer Architecture Example: Cray T3E

Computer Architecture s Changing Definition

ECE 588/688 Advanced Computer Architecture II

Lecture 1: CS/ECE 3810 Introduction

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

Lecture 1: Course Introduction and Overview Prof. Randy H. Katz Computer Science 252 Spring 1996

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

ASSEMBLY LANGUAGE MACHINE ORGANIZATION

LECTURE 10: Improving Memory Access: Direct and Spatial caches

EE586 VLSI Design. Partha Pande School of EECS Washington State University

ABC Atanasoff-Berry Computer

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

Outline. What Makes a Good ISA? Programmability. Implementability

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

Homeschool Enrichment. The System Unit: Processing & Memory

Computer & Microprocessor Architecture HCA103

CPE300: Digital System Architecture and Design

ECE232: Hardware Organization and Design

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

ECE 2162 Intro & Trends. Jun Yang Fall 2009

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

What is Computer Architecture?

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

Chapter 1. Introduction To Computer Systems

Math 230 Assembly Programming (AKA Computer Organization) Spring MIPS Intro

Computer Architecture Lecture 2: Fundamental Concepts and ISA. Prof. Onur Mutlu Carnegie Mellon University Spring 2014, 1/15/2014

FPGA Based Digital Design Using Verilog HDL

This Unit: Putting It All Together. CIS 371 Computer Organization and Design. Sources. What is Computer Architecture?

Computer Architecture

PERFORMANCE METRICS. Mahdi Nazm Bojnordi. CS/ECE 6810: Computer Architecture. Assistant Professor School of Computing University of Utah

EITF20: Computer Architecture Part1.1.1: Introduction

Chapter 2. Perkembangan Komputer

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

Transcription:

CS/ECE 552: Introduction to Computer Architecture Instructor: Mark D. Hill T.A.: Brandon Schwartz Section 2 Fall 2000 University of Wisconsin-Madison Lecture notes originally created by Mark D. Hill Updated by T.N. Vijaykumar (Purdue) & Mark D. Hill Computer Architecture = Instruction Set Architecture... the attributes of a [computing] system as seen by the programmer. i.e., the conceptual structure and functional behavior, as distinct from the organization of the data flows and controls, the logic design, and the physical implementation. -- Amdahl, Blaaw, & Brooks, 1964 E.g., Intel x86, Sun SPARC, IBM PowerPC, SGI MIPS + Machine Organization ALUs, Buses, Caches, Memories, etc. CS/ECE 552 Lecture Notes 1 CS/ECE 552 Lecture Notes: Chapter 1 2 552 In Context Prerequisites 352 - gates up to multiplexors and adders 354 - high-level language down to machine language interface or instruction set architecture (ISA) This course -- 552 -- puts it all together Implement the logic that provides ISA interface Must do datapath and control, but no magic Manage tremendous complexity with abstraction Why Study Computer Architecture? (1) To become a computer designer Many who have many this class design the computers you use (2) To learn what is under the hood of your computer To better understand when things break To see better how to design high-performance applications To aid design of system software (OS, compilers, libraries) (3) Because it is intellectually fascinating! Follow-on courses explore trade-offs: e.g., 752, 755, 757 CS/ECE 552 Lecture Notes: Chapter 1 3 CS/ECE 552 Lecture Notes: Chapter 1 4

Why is Computer Architecture so Dynamic? Everything is changing At non-uniform rates With inflection points Technology Push Application Pull Technology Push What do these two intervals have in common? 1776-1999 (224 years) 2000-2001 (2 years) Answer: Equal progress in absolute processor speed (and more doublings in 2002-3, and 2004-5) Consider salary doubling Driven by Moore s Law Device per chip doubles every 18 months to 2 years Computer architects work to turn the additional resources into speed! CS/ECE 552 Lecture Notes: Chapter 1 5 CS/ECE 552 Lecture Notes: Chapter 1 6 Some Intel Numbers Technology Push, cont. Date What Comments 1947 1st transistor Bell Labs 1958 1st Integrated Circuit Texas Instruments 1971 1st microprocessor Intel 1974 Intel 4004 2300 transistors 1978 Intel 8086 29K transistors 1989 Intel 80486 1.2M transistors 1995 Intel Pentium Pro 5.5M transistors 2006 Intel Estimate 350M transistors 2011 Intel Estimate 1G transistors Technology advances at varying rates E.g., DRAM capacity: about 60% per year But DRAM speed: about 10% per year Need more caches! Inflection Points Crossover causes rapid change E.g. Enough devices for processor on chip: microprocessor Soon: system on a chip & chip multiprocessors CS/ECE 552 Lecture Notes: Chapter 1 7 CS/ECE 552 Lecture Notes: Chapter 1 8

Application Pull Corollary to Moore s Law: Cost halves every two years In a decade you can buy a computer for less than its sales tax today. --Jim Gray Computers cost-effective for National security -- weapons design Enterprise computing -- banking Departmental computing -- computer aided design Personal computing -- speadsheets, email, web Embedded computing -- microcode in electric shaver Application Pull, cont. What about the future? Must dream up applications that are not cost-effective today Virtual reality Mass customization Web agents Wireless Proactive (beyond interactive) w/ sensors e.g., mattress adjust to save your back This is your job! CS/ECE 552 Lecture Notes: Chapter 1 9 CS/ECE 552 Lecture Notes: Chapter 1 10 Abstraction Abstraction - E.g., Difference between interface and implementation Interface - WHAT something does Implementation - HOW it does so 2-to-1 Mux Interface: X Y S Mux S F 0 X 1 Y F Implementations gates (fast or slow), pass transistors CS/ECE 552 Lecture Notes: Chapter 1 11 CS/ECE 552 Lecture Notes: Chapter 1 12

E.g., a processor interface book What s the Big Deal? In space and time Basic Division of Hardware Worse for computers, in general - a tower of abstraction Application software System software (OS and compiler/assembler/linker) Hardware (CPU, memory, I/O) Each interface is complex and implemented with layer below Abstraction keeps unnecessary details hidden Hundreds of engineers to build one product Control Data path Processor In space Memory Output Input CS/ECE 552 Lecture Notes: Chapter 1 13 CS/ECE 552 Lecture Notes: Chapter 1 14 Basic Division of Hardware Classes of Computers In time Fetch the instruction from memory add r1, r2, r3 Decode the instruction - what does this mean? Read input operands read r2, r3 Perform operation add Write results write to r1 Determine next instruction pc := pc + 4 Supercomputer $5 million - 20 million Mainframe $0.5 million - 4 million Server $10 thousand - 200 thousand PC/Workstation $1 thousand - 10 thousand Network Computer/WebTV $300-1000 Embedded computer $1-10 ( invisible like electric motor) Future Disposables 1-100 cents! CS/ECE 552 Lecture Notes: Chapter 1 15 CS/ECE 552 Lecture Notes: Chapter 1 16

Building computer chips Complex multi-step process slice ingots -> wafers process wafers (many steps) -> patterned wafers dice patterned wafers -> dies test dies -> good dies bond good die to package -> packaged dies (parts) test parts -> good parts ship to customers -> make money! Bond die to package Packaged dies Silicon ingot Building computer chips Tested dies Part tester Slicer Die tester Tested packaged dies Blank wafers Individual dies (one wafer) Dicer Ship to customers 20 to 30 processing st Patterned wafers CS/ECE 552 Lecture Notes: Chapter 1 17 CS/ECE 552 Lecture Notes 18 Performance vs. Design Time Time to deliver product is important E.g., a new design will take 3 years to complete will be 3 times faster but if technology improves 50% per year in 3 years 1.5 3 = 3.38 so new design is worse! Bottom Line Designers must know BOTH software and hardware Both contribute to layers of abstraction of computers IC costs and performance Compilers and Operating Systems CS/ECE 552 Lecture Notes: Chapter 1 19 CS/ECE 552 Lecture Notes: Chapter 1 20