Intel Pentium III vs. AMD Athlon

Slides:



Advertisements
Similar presentations
Lesson 8 CPUs Used in Personal Computers.
Advertisements

Introduced 1982 Used mostly in embedded applications - controllers, point-of- sale systems, terminals, and the like Used in several MS-DOS non-PC- Compatible.
MULTICORE PROCESSOR TECHNOLOGY.  Introduction  history  Why multi-core ?  What do you mean by multicore?  Multi core architecture  Comparison of.
Pentium microprocessors CAS 133 – Basic Computer Skills/MS Office CIS 120 – Computer Concepts I Russ Erdman.
Chapter 1 An Introduction To Microprocessor And Computer
IT Chapter 2 Part B CPU. The CPU is contained on a single integrated circuit called the microprocessor. Often referred to as the brains of a computer.
Intel Microprocessors A Short History. 1971: 4004 Microprocessor 1971: 4004 Microprocessor  The 4004 was Intel's first microprocessor.  This breakthrough.
The Evolution of RISC A Three Party Rivalry By Jenny Mitchell CS147 Fall 2003 Dr. Lee.
Pentium 4 and IA-32 ISA ELEC 5200/6200 Computer Architecture and Design, Fall 2006 Lectured by Dr. V. Agrawal Lectured by Dr. V. Agrawal Kyungseok Kim.
Central Processing Unit IS – 221 PC Admin 2/26/2007 by Len Krygsman IV.
Chapter 2 Processing Data Peter Norton’s Introduction to Computers
AMD-K7 PROCESSOR Athlon Charles Bovy 24 december 1999.
1 CS402 PPP # 1 Computer Architecture Evolution. 2 John Von Neuman original concept.
CHAPTER3: Processor Types and Specifications PART1
Introduction to CMOS VLSI Design Case Study: Intel Processors.
7-Aug-15 (1) CSC Computer Organization Lecture 6: A Historical Perspective of Pentium IA-32.
The AMD and Intel Architectures COMP Jamie Curtis.
Week 2 – Lesson 2.  Processor and chipset are located on motherboard  Components determine power and features of system  Major manufacturers: Intel,
©UCB CPSC 161 Lecture 5 Prof. L.N. Bhuyan
1 Microprocessor speeds Measure of system clock speed –How many electronic pulses the clock produces per second (clock frequency) –Usually expressed in.
The Pentium: A CISC Architecture Shalvin Maharaj CS Umesh Maharaj:
Understanding The CPU Ryan cable Jeremy Wall Jason Basara.
How a Computer Processes Data Hardware. Major Components Involved: Central Processing Unit Types of Memory Motherboards Auxiliary Storage Devices.
SECTION 4B CPUs Used in Personal Computers. This lesson introduces: A Look Inside the Processor Microcomputer Processors Parallel Processing Extending.
State of the Art of Different Processors José F. Ocasio Janeiro Edgar A. Arce García ArcOm Electrical and Computer Engineering Department August 28, 2004.
History – 2.
INTRODUCTION TO MICROPROCESSORS
Processor and Internal Stuff or the “guts” of the computer.
CPUs Used in Personal Computers Powered by DeSiaMore1.
Computer Organization & Assembly Language
Current Computer Architecture Trends CE 140 A1/A2 29 August 2003.
Hardware & Software The CPU & Memory.
Introduction to CMOS VLSI Design Lecture 22: Case Study: Intel Processors David Harris Harvey Mudd College Spring 2004.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 27 – A Brief History of the Microprocessor.
History of 64-bit Computing: AMD64 and Intel Itanium Processors
INTRODUCTION Crusoe processor is 128 bit microprocessor which is build for mobile computing devices where low power consumption is required. Crusoe processor.
Pre-Pentium Intel Processors /
Processor Development The following slides track three developments in microprocessors since Clock Speed – the speed at which the processor can carry.
The Central Processing Unit
History of Microprocessor MPIntroductionData BusAddress Bus
 Introduction to SUN SPARC  What is CISC?  History: CISC  Advantages of CISC  Disadvantages of CISC  RISC vs CISC  Features of SUN SPARC  Architecture.
Microprocessors BY Sandy G.
Architecture of Microprocessor
MULTICORE PROCESSOR TECHNOLOGY.  Introduction  history  Why multi-core ?  What do you mean by multicore?  Multi core architecture  Comparison of.
PROCESSOR Ambika | shravani | namrata | saurabh | soumen.
Lecture # 10 Processors Microcomputer Processors.
The Pentium Series CS 585: Computer Architecture Summer 2002 Tim Barto.
Lecture 3 Dr. Muhammad Ayaz Computer Organization and Assembly Language. (CSC-210)
Lecture 3 (Microprocessor) Dr. Muhammad Ayaz Computer Organization and Assembly Language. (CSC-210)
Competitor Chips By: Chip Seymour April 26, 2002 CS 350.
Lecture on Central Processing Unit (CPU)
CPU Central Processing Unit
GENERATIONS OF MICROPROCESSORS
Lesson 8 CPUs Used in Personal Computers.
David Harris Harvey Mudd College Spring 2004
CIT 668: System Architecture
HISTORY OF MICROPROCESSORS
INTRODUCTION TO MICROPROCESSORS
HISTORY OF MICROPROCESSORS
PIII Data Stream Power Saving Modes Buses Memory Order Buffer
Special Instructions for Graphics and Multi-Media
The Pentium: A CISC Architecture
The Athlons x86 Architecture
Comparison of AMD64, IA-32e extensions and the Itanium architecture
5.6 Real-World Examples of ISAs
Chapter 2 Processing Data Peter Norton’s  Introduction to Computers Data Useful output.
CS 286 Computer Organization and Architecture
Lesson 8 CPUs Used in Personal Computers.
Lecture 3 (Microprocessor)
Intel CPU for Desktop PC: Past, Present, Future
Presentation transcript:

Intel Pentium III vs. AMD Athlon CS 854/551 Yan Zhang, Kevin Hirst, Adam Spanberger, Jag Gadiyaram

Table of Contents Introduction (Adam) Instruction Set Architecture (Yan) Instruction Stream (Kevin) Data Stream (Adam) Comparison with Athlon (Jag)

P6 Family of Processors Pentium Pro was the first P6 processor in the IA-32 architecture developed in 1995 by Intel. As the chip technology increased, Intel redesigned the original P6 architecture to be faster and include more instructions. The Pentium II added the MMX instructions which Yan will discuss, and it introduced AutoHalt, Stop-Grant, Sleep, and Deep Sleep which allowed parts of the chip to shut down. The increase in chip technology allowed transistors to be closer together. This increased power density on the chips. With this increase, cooling the chip became increasingly difficult. These modes allowed for the chip to cool itself by shutting down certain sections of the chip PIII introduced new SSE insstructions which Yan will discuss Table from http://www.realworldtech.com/page.cfm?ArticleID=RWT030300000001&PageNum=3

The Pentium® III Coppermine 28 million transistors 106 mm2 die area IA-32 Architecture Cppermine is an IA-32 architecture in the P6 family released in 1999. It has 28 million transistors on the 106 mm square die. It can run a clock speeds up to 1.13 GHz. So basically, it’s small, fast, and back compatible with older programs compiled for other IA-32 architectures. And now here’s Yan to talk about the Instruction Set Architecture