I stand on the shoulders of giants. Lecture #1 Introduction Where does CS61C fit in? Are Computers Smart?

Similar documents
CS61C : Machine Structures

CS61C : Machine Structures

levels (layers) of abstraction I stand on the shoulders of giants Lecture #1 Introduction Are Computers Smart? Where does CS61C fit in?

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

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

levels (layers) of abstraction

CS61C : Machine Structures

CS61C : Machine Structures

What are Machine Structures? Lecture 1 Introduction C. * Coordination of many. levels (layers) of abstraction

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

ECE 15B COMPUTER ORGANIZATION

CS61CL : Machine Structures

CS61C : Machine Structures

CS61C : Machine Structures

CS61C : Machine Structures

CS61C : Machine Structures

Are Computers Smart? To a programmer: Lecture #1 Introduction & Numbers Andy Carle. Are Computers Smart? What are Machine Structures?

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

CS61C : Machine Structures

CS61C : Machine Structures

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

ECE 154A. Architecture. Dmitri Strukov

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

CS/COE0447: Computer Organization

EECE 321: Computer Organization

ECE 15B Computer Organization Spring 2011

CS61C : Machine Structures

Instructors: Randy H. Katz David A. PaHerson hhp://inst.eecs.berkeley.edu/~cs61c/fa10. Fall Lecture #1. Agenda

Agenda. Old School CS61c. Agenda. New School CS61c 8/26/10. CS 61C: Great Ideas in Computer Architecture (Machine Structures)

CPS104 Computer Organization Lecture 1

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

The Beauty and Joy of Computing

CS61C : Machine Structures

CS64 Computer Organization

CS 61C: Great Ideas in Computer Architecture. Course Introduction, Number Representation

Concurrency & Parallelism, 10 mi

EEC170 Computer Architecture. Lecture 1: Introduction to Computer Architecture

CS61C C/Assembler Operators and Operands Lecture 2 January 22, 1999 Dave Patterson (http.cs.berkeley.edu/~patterson)

Five classic components

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

CS 61C: Great Ideas in Computer Architecture (Machine Structures) Course Summary

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

Lecture 1: Introduction to Digital Logic Design

Computer Architecture. Fall Dongkun Shin, SKKU

! CS61C : Machine Structures. Lecture 22 Caches I. !!Instructor Paul Pearce! ITʼS NOW LEGAL TO JAILBREAK YOUR PHONE!

CS 61C Great Ideas in Computer Architecture (a.k.a. Machine Structures) Lecture 1: Course Introduction

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

Computer Architecture

Computer Architecture

What is this class all about?

Lecture #1. Teach you how to make sure your circuit works Do you want your transistor to be the one that screws up a 1 billion transistor chip?

CS61C : Machine Structures

Review. Motivation for Input/Output. What do we need to make I/O work?

COMP3221: Microprocessors and. Embedded Systems

CPE300: Digital System Architecture and Design

What is this class all about?

Lecture 1: CS/ECE 3810 Introduction

Computer Architecture!

Number review... Lecture 3 Introduction to the C Programming Language (pt 1) Has there been an update to ANSI C?

UC Berkeley CS61C : Machine Structures

CS61C Machine Structures. Lecture 8 - Introduction to the MIPS Processor and Assembly Language. 9/14/2007 John Wawrzynek

What is this class all about?

ELEC2041. Microprocessors and Interfacing. Lecture 1: Introduction. March, Saeid Nooshabadi

ELEC 5200/6200 Computer Architecture and Design Spring 2017 Lecture 1: Introduction

CSC 447: Parallel Programming for Multi- Core and Cluster Systems. Lectures TTh, 11:00-12:15 from January 16, 2018 until 25, 2018 Prerequisites

Processor. Lecture #2 Number Rep & Intro to C classic components of all computers Control Datapath Memory Input Output }

CS61C : Machine Structures

And in Review! ! Locality of reference is a Big Idea! 3. Load Word from 0x !

Computer Architecture

CS 152 Computer Architecture and Engineering Lecture 1 Single Cycle Design

UCB CS61C : Machine Structures

High-Performance Scientific Computing

CS61C : Machine Structures

CS 61c: Great Ideas in Computer Architecture

UCB CS61C : Machine Structures

CS61C : Machine Structures

CS61C : Machine Structures

CS 61C: Great Ideas in Computer Architecture. Course Introduction, Number Representation

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

מבנה מחשבים Amar Lior Based on lectures notes from Arie Schlesinger

14:332:331. Lecture 1

COMPUTER ORGANIZATION (CSE 2021)

CS61C: Great Ideas in Computer Architecture (a.k.a. Machine Structures)

EEM 486: Computer Architecture

CS3350B Computer Architecture. Introduction

Computer Architecture

More C Pointer Dangers

UC Berkeley CS61C : Machine Structures

Computer Architecture. Introduction. Lynn Choi Korea University

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

COMPUTER ORGANIZATION (CSE 2021)

WELCOME TO CS 16! Enrollment status: 117/ Problem Solving with Computers-I

Instructors. ECE 152 Introduction to Computer Architecture. Undergrad Teaching Assistants. Course Website. Textbook.

Review : Pipelining. Memory Hierarchy

CS61C : Machine Structures

EE108B: Digital Systems II EE108B. Digital Systems II. Major Topics. What EE108b is About

CS/EE 6810: Computer Architecture

ECE/CS 552: Introduction To Computer Architecture 1

CS 241 Data Organization. August 21, 2018

UC Berkeley CS61C : Machine Structures

Transcription:

CS61C L01 Introduction (1) inst.eecs.berkeley.edu/~cs61c CS61C : Machine Structures Lecture #1 Introduction 2008-01-23 There is one handout today at the front and middle of the room! I stand on the shoulders of giants Lecturer SOE Dan Garcia www.cs.berkeley.edu/~ddgarcia Time Lapse! In the next 4 yrs, time-lapse movies will show the construction of the new CITRIS building. High Def!! www.cs.berkeley.edu/~ddgarcia/tl/ Prof David Patterson Thanks to these talented folks (& many others) whose contributions have helped make CS61C a really tremendous course! CS61C L01 Introduction (2) Prof John Wawrznek TA Andy Carle TA Kurt Meinz Where does CS61C fit in? CS61B No longer a prereq! Are Computers Smart? To a programmer: Very complex operations / functions: - (map (lambda (x) (* x x)) '(1 2 3 4)) Automatic memory management: - List l = new List; Basic structures: - Integers, floats, characters, plus, minus, print commands Computers are smart! http://hkn.eecs.berkeley.edu/student/cs-prereq-chart1.gif CS61C L01 Introduction (3) CS61C L01 Introduction (4) Are Computers Smart? What are Machine Structures? In real life at the lowest level: Only a handful of operations: - {and, or, not} No automatic memory management. Only 2 values: - {0, 1} or {low, high} or {off, on} Software Hardware Application (ex: browser) Compiler Assembler Operating System (Mac OSX) Processor Memory I/O system Datapath & Control Digital Design Circuit Design transistors 61C Instruction Set Architecture Computers are dumb! Coordination of many levels (layers) of abstraction CS61C L01 Introduction (5) CS61C L01 Introduction (6)

CS61C L01 Introduction (7) 61C Levels of Representation High Level Language Program (e.g., C) Compiler Assembly Language Program (e.g.,mips) Assembler Machine Language Program (MIPS) Machine Interpretation Hardware Architecture Description (e.g., block diagrams) Architecture Implementation Logic Circuit Description (Circuit Schematic Diagrams) temp = v[k]; v[k] = v[k+1]; v[k+1] = temp; lw $t0, 0($2) lw $t1, 4($2) sw $t1, 0($2) sw $t0, 4($2) 0000 1001 1100 0110 1010 1111 0101 1000 1010 1111 0101 1000 0000 1001 1100 0110 1100 0110 1010 1111 0101 1000 0000 1001 0101 1000 0000 1001 1100 0110 1010 1111 Anatomy: 5 components of any Computer Computer Processor Control ( brain ) Datapath ( brawn ) Memory (where programs, data live when running) Devices Input Output Keyboard, Mouse Disk (where programs, data live when not running) Display, Printer CS61C L01 Introduction (8) Overview of Physical Implementations Integrated Circuits (2007 state-of-the-art) The hardware out of which we make systems. Integrated Circuits (ICs) Combinational logic circuits, memory elements, analog interfaces. Printed Circuits (PC) boards substrate for ICs and interconnection, distribution of CLK, Vdd, and GND signals, heat dissipation. Power Supplies Converts line AC voltage to regulated DC low voltage levels. Chassis (rack, card case,...) holds boards, power supply, provides physical interface to user or other systems. Connectors and Cables. Bare Die Chip in Package Primarily Crystalline Silicon 1mm - 25mm on a side 2007 feature size ~ 65 nm = 65 x 10-9 m (then 45, 32, 22, and 16 [by yr 2013]) 100-1000M transistors (25-100M logic gates ) 3-10 conductive layers CMOS (complementary metal oxide semiconductor) - most common. Package provides: spreading of chip-level signal paths to board-level heat dissipation. Ceramic or plastic with gold wires. CS61C L01 Introduction (9) CS61C L01 Introduction (10) Printed Circuit Boards Technology Trends: Microprocessor Complexity CS61C L01 Introduction (11) fiberglass or ceramic 1-20 conductive layers 1-20 in on a side IC packages are soldered down. Provides: Mechanical support Distribution of power and heat. # of transistors on an IC CS61C L01 Introduction (12) Year Gordon Moore Intel Cofounder B.S. Cal 1950! 2X Transistors / Chip Every 1.5 years Called Mooreʼs Law

CS61C L01 Introduction (13) Technology Trends: Memory Capacity (Single-Chip DRAM) size Bits 1000000000 100000000 10000000 1000000 100000 10000 1000 1970 1975 1980 1985 1990 1995 2000 Y e a r Year Now 1.4X/yr, or 2X every 2 years. 8000X since 1980! year size (Mbit) 1980 0.0625 1983 0.25 1986 1 1989 4 1992 16 1996 64 1998 128 2000 256 2002 512 2004 1024 (1Gbit) 2006 2048 (2Gbit) Performance (vs. VAX-11/780) Technology Trends: Uniprocessor Performance (SPECint) 10000 1000 100 10 1 1.25x/year 25%/year 1978 1980 1982 1984 1986 1988 1990 1992 1994 1996 1998 2000 2002 2004 2006 CS61C L01 Introduction (14) 1.52x/year 52%/year VAX : 1.25x/year 1978 to 1986 RISC + x86: 1.52x/year 1986 to 2002 RISC + x86: 1.20x/year 2002 to present 1.20x/year 20%/year Computer Technology - Dramatic Change! Memory DRAM capacity: 2x / 2 years (since ʻ96); 64x size improvement in last decade. Processor Speed 2x / 1.5 years (since ʻ85); [slowing!] 100X performance in last decade. Disk Capacity: 2x / 1 year (since ʻ97) 250X size in last decade. Computer Technology - Dramatic Change! You just learned the difference between (Kilo, Mega, ) and (Kibi, Mebi, )! State-of-the-art PC when you graduate: (at least ) Processor clock speed: Memory capacity: Disk capacity: 4,000 MegaHertz (4.0 GigaHertz) 65,536 MebiBytes (64.0 GibiBytes) 2,000 GigaBytes (2.0 TeraBytes) New units! Mega Giga, Giga Tera (Tera Peta, Peta Exa, Exa Zetta Zetta Yotta = 10 24 ) CS61C L01 Introduction (15) CS61C L01 Introduction (16) CS61C: So, whatʼs in it for me? Learn some of the big ideas in CS & Engineering: Principle of abstraction - Used to build systems as layers 5 Classic components of a Computer Data can be anything - Integers, floating point, characters, - A program determines what it is - Stored program concept: instructions just data Principle of Locality - Exploited via a memory hierarchy (cache) Greater performance by exploiting parallelism Compilation v. interpretation through system layers Principles / Pitfalls of Performance Measurement Others Skills learned in 61C Learning C If you know one, you should be able to learn another programming language largely on your own If you know C++ or Java, it should be easy to pick up their ancestor, C Assembly Language Programming This is a skill you will pick up, as a side effect of understanding the Big Ideas Hardware design Weʼll learn just the basics of hardware design CS 150, 152 teach this in more detail CS61C L01 Introduction (17) CS61C L01 Introduction (18)

CS61C L01 Introduction (19) Yoda says What is this? Always in motion is the future Our schedule may change slightly depending on some factors. This includes lectures, assignments & labs Attention over time! t CS61C L01 Introduction (20) What is this?! CS61C L01 Introduction (21) ~5 min Attention over time! t Tried-and-True Technique: Peer Instruction Increase real-time learning in lecture, test understanding of concepts vs. details As complete a segment ask multiple choice question 1-2 minutes to decide yourself 3 minutes in pairs/triples to reach consensus. Teach others! 5-7 minute discussion of answers, questions, clarifications Youʼll get transmitters from ASUC bookstore (or Neds) (hopefully theyʼre in!) CS61C L01 Introduction (22) Extra Credit: EPA! Effort Attending Danʼs and TAʼs office hours, completing all assignments, turning in HW0, doing reading quizzes Participation Attending lecture and voting using the PRS system Asking great questions in discussion and lecture and making it more interactive Altruism Helping others in lab or on the newsgroup EPA! extra credit points have the potential to bump students up to the next grade level! (but actual EPA! scores are internal) CS61C L01 Introduction (23) Course Problems Cheating What is cheating? Studying together in groups is encouraged. Turned-in work must be completely your own. Common examples of cheating: running out of time on a assignment and then pick up output, take homework from box and copy, person asks to borrow solution just to take a look, copying an exam question, Youʼre not allowed to work on homework/projects/exams with anyone (other than ask Qs walking out of lecture) Both giver and receiver are equally culpable Cheating points: 0 EPA, negative points for that assignment / project / exam (e.g., if itʼs worth 10 pts, you get -10) In most cases, F in the course. Every offense will be referred to the Office of Student Judicial Affairs. www.eecs.berkeley.edu/policies/acad.dis.shtml CS61C L01 Introduction (24)

CS61C L01 Introduction (25) } Processor My goal as an instructor Teaching Assistants To make your experience in CS61C as enjoyable & informative as possible Humor, enthusiasm, graphics & technology-in-the-news in lecture Fun, challenging projects & HW Pro-student policies (exam clobbering) David Jacobs (also Head TA) Omar Akkawi Matt Johnson To maintain Cal & EECS standards of excellence Your projects & exams will be just as rigorous as every year. Overall : B- avg Keaton Mowery Casey Rodarmor To be an HKN 7.0 man I know I speak fast when I get excited about material. Iʼm told every semester. Help me slow down when I go toooo fast. Ben Sussman Brian Zimmer Please give me feedback so I improve! Why am I not 7.0 for you? I will listen!! CS61C L01 Introduction (26) Summary Continued rapid improvement in computing 2X every 2.0 years in memory size; every 1.5 years in processor speed; every 1.0 year in disk capacity; Mooreʼs Law enables processor (2X transistors/chip ~1.5-2 yrs) 5 classic components of all computers Control Datapath Memory Input Output Reference slides You ARE responsible for the material on these slides (theyʼre just taken from the reading anyway) ; weʼve moved them to the end and off-stage to give more breathing room to lecture! CS61C L01 Introduction (27) CS61C L01 Introduction (28) Course Lecture Outline Basics C-Language, Pointers Memory management Machine Representations Numbers (integers, reals) Assembly Programming Compilation, Assembly Processors & Hardware Logic Circuit Design CPU organization Pipelining Memory Organization Caches Virtual Memory I / O Interrupts Disks, Networks Advanced Topics Performance Virtualization Parallel Programming Homeworks, Labs and Projects Lab exercises (every wk; due in that lab session unless extension given by TA) extra point if you finish in 1st hour! Homework exercises (~ every week; (HW 0) out now, due in section next week) Projects (every 2 to 3 weeks) All exercises, reading, homeworks, projects on course web page We will DROP your lowest HW, Lab! Only one {HW, Project, Midterm} / week CS61C L01 Introduction (29) CS61C L01 Introduction (30)

CS61C L01 Introduction (31) 2 Course Exams Midterm: Monday 2008-03-10 @ 7-10pm - Give 3 hours for 2 hour exam - One review sheet allowed - Review session Sun beforehand, time/place TBA Final: Mon 2008-05-19 @ 5-8pm (group 12) - You can clobber your midterm grade! - (students always LOVE this ) Your final grade Grading (could change before 1st midterm) 15pts = 5% Labs 30pts = 10% Homework 60pts = 20% Projects 75pts = 25% Midterm* [can be clobbered by Final] 120pts = 40% Final + Extra credit for EPA. Whatʼs EPA? Grade distributions Similar to CS61[AB], in the absolute scale. Perfect score is 300 points. 10-20-10 for A+, A, A- Similar for Bs and Cs (40 pts per letter-grade) C+, C, C-, D, F (No D+ or D- distinction) Differs: No F will be given if all-but-one {hw, lab}, all projects submitted and all exams taken Weʼll ooch grades up but never down CS61C L01 Introduction (32) Texts Required: Computer Organization and Design: The Hardware/Software Interface, Third Edition, Patterson and Hennessy (COD). The second edition is far inferior, and is not suggested. Required: The C Programming Language, Kernighan and Ritchie (K&R), 2nd edition Reading assignments on web page Peer Instruction and Just-in-time-learning Read textbook Reduces examples have to do in class Get more from lecture (also good advice) Fill out 3-question Web Form on reading (released mondays, due every friday before lecture) Graded for effort, not correctness This counts toward E ffort in EPA score CS61C L01 Introduction (33) CS61C L01 Introduction (34)