Vous êtes sur la page 1sur 17

Microprocessors

Chapter 1

An Introduction To Microprocessor And Computer


prepared by Dr. Mohamed A. Shohla

Chapter Overview
A Historical Background The Microprocessor Age Pentium Evolution The Microprocessor-Based Personal computer System The Microprocessor

Faculty of Electronic Engineering Dept. of Computer Science & Eng. Microprocessors Course

1-2

The Microprocessor Age-1


(a) 1970s Processors
4004 Introduced Clock speeds Bus width No. of transistors Addressable memory 71 108 KHz 4 bits 2300 640 bytes 8008 72 108 KHz 8 bits 3500 16 KB 8080 74 2 MHz 8 bits 6000 64 KB 8086 78 510 MHz 16 bits 29000 1 MB 8088 79 58 MHz 8 bits 29000 1 MB

Virtual memory

Faculty of Electronic Engineering Dept. of Computer Science & Eng. Microprocessors Course

1-3

The Microprocessor Age-2


(b) 1980s Processors
80286 Introduced Clock speeds Bus width No. of transistors 82 6-12MHz 16 bits 134000 16 megabytes 1 gigabyte 386TMDX 85 16-33MHz 32 bits 275000 386TMSX 88 16-33 MHz 16 bits 275000 486TM DX 89 25-50 MHz 32 bits 1.2 million

Addressable memory
Virtual memory

4 gigabytes
64 terabytes

4 gigabytes
64 terabytes

4 gigabytes
64 terabytes

Faculty of Electronic Engineering Dept. of Computer Science & Eng. Microprocessors Course

1-4

The Microprocessor Age-3


(c) 1990s Processors
486TMSX Introduced Clock speeds Bus width No. of transistors 91 16-133 MHz 32 bits 1.2 million Pentium 93 60-166MHz 32 bits 3.1 million Pentium 95 150-200 MHz 64 bits 5.5 million Pentium II 97 200-300 MHz 64 bits 7.5 million

Addressable memory
Virtual memory

4 gigabytes
64 terabyte

4 gigabytes
64 terabytes

64 gigabytes
64 terabytes

64 gigabytes
64terabytes

Faculty of Electronic Engineering Dept. of Computer Science & Eng. Microprocessors Course

1-5

The Microprocessor Age-4


(d) Recent Processors
Pentium III Introduced Clock speeds Bus width No. of transistors 99 450-660 MHz 64 bits 95 million Pentium 4 11/2000 1.3-1.8 GHz 64 bits 42 million

Addressable memory
Virtual memory

64 gigabytes
64 terabytes

64 gigabytes
64 terabytes

Faculty of Electronic Engineering Dept. of Computer Science & Eng. Microprocessors Course

1-6

The Pentium Evaluation


- 4004 (1971) - 8008 (1973) - 8080 (1975) First 4-bit, 4k x 4 Memory, 45 Inst., 50 KIPS 8-bit, 16 KB Memory, 48 Inst. First 8-bit general purpose processor, 64 KB Memory, TTL , 500 KIPS Last 8-bit general purpose processor, Internal clock First 16-bit processor, 1 MB Memory, 2.5 MIPS, 4-6 Byte fetch queue Last 16-bit processor, 16 MB Memory, 4 MIPS

- 8085 (1977) - 8088 / 8086 (1978) - 80286 (1983)

Faculty of Electronic Engineering Dept. of Computer Science & Eng. Microprocessors Course

1-7

The Pentium Evaluation


- 80386 (1986) First 32-bit microprocessor, 32-bit address and data bus, 4GB Memory, Multitask Package (proc. + coproc + 8KB cache), pipelining 16 KB cache (8 KB Inst. cache + 8 KB Data cache), 64-bit data bus, 2 Execution Unit, Superscalar

- 80486 (1989)

- Pentium (1993)

- Pentium Pro (95) 16 KB L1 cache, 256 KB L2 cache, 3 Execution Unit, More Superscalar - Pentium II (1997) On-board 32 KB L1 cache, 512 KB L2 cache, MMX technology
Faculty of Electronic Engineering Dept. of Computer Science & Eng. Microprocessors Course

1-8

The Pentium Evaluation


- Pentium III (99) Additional FP instructions to support 3D graphics. Additional FP and other enhancements for multimedia. This new generation of Intel processor makes use of a 64-bit organization with the IA-64 architecture.

- Pentium IV (2001) - Itanium

Faculty of Electronic Engineering Dept. of Computer Science & Eng. Microprocessors Course

1-9

Compare between the 80486 through Pentium 4 microprocessor.


CPU Coprocessor CPU1 CPU2 Copro

8K L1 Cache

16K L1 Cache

Pentium 80486DX
CPU1 CPU1 CPU2 CPU3 Copro 32K L1 Cache 16K L1 Cache 256K L2 Cache 512K L2 Cache or 256K L2 Cache CPU2 CPU3 Copro

Pentium Pro

Pentium II, Pentium III, or Pentium 4 Module

Faculty of Electronic Engineering Dept. of Computer Science & Eng. Microprocessors Course

1 - 10

The block diagram of a computer system.

Memory System Dynamic RAM (DRAM) Static RAM (SRAM) Cache Read only (ROM) Flash memory EEPROM

Buses

Microprocessor 8086 8088 80186 80286 80386 80486 Pentium Pro Pentium II Pentium III Pentium IV

Buses

I/O System

Printer Serial Communications Floppy disk drive Hard disk drive Mouse CD-ROM drive Plotter Keyboard Monitor Scanner DVD

Faculty of Electronic Engineering Dept. of Computer Science & Eng. Microprocessors Course

1 - 11

The purpose of the microprocessor in a microprocessor-based computer system


At the heart of the microprocessor-based computer system is the microprocessor integrated circuit. The microprocessor, sometimes referred to as the CPU (central processing unit), is the controlling element in a computer system. The microprocessor controls memory and I/O through a series of connections called buses. The microprocessor performs three main tasks for the computer system: 1. data transfer between itself and the memory or I/O systems. 2. simple arithmetic and logic operations. 3. program flow via simple decisions. Albeit these are simple tasks, but through them, the microprocessor performs virtually any series of operations or tasks.
Faculty of Electronic Engineering Dept. of Computer Science & Eng. Microprocessors Course

1 - 12

The three buses found in all computer systems.


A bus is a common group of wires that interconnect components in a computer system. The buses that interconnect the sections of a computer system transfer address, data, and control information between the microprocessor and its memory and I/O systems. The address bus requests a memory location from the memory or an I/O location from the I/O devices. If I/O is addressed, the address bus contains a 16-bit I/O address from 0000H through FFFFH. The data bus transfers information between the microprocessor and its memory and I/O address space. Data transfers vary in size, from 8 bits wide to 64 bits wide in various members of the Intel microprocessor family. The control bus contains lines that select the memory or I/O and cause them to perform a read or write operation.
Faculty of Electronic Engineering Dept. of Computer Science & Eng. Microprocessors Course

1 - 13

Block diagram of a computer system showing address, data, and control bus.

Faculty of Electronic Engineering Dept. of Computer Science & Eng. Microprocessors Course

1 - 14

The microprocessor bus and memory sizes


Microprocessor 8086 8088 80186 80188 80286 80386 80486 Pentium Pro Pentium II Pentium II, III, 4 Data Bus 16 8 16 8 16 32 32 64 64 64 Address Bus 20 20 20 20 24 32 32 36 32 36 Memory Size 1M 1M 1M 1M 16M 4G 4G 64G 4G 64G

Faculty of Electronic Engineering Dept. of Computer Science & Eng. Microprocessors Course

1 - 15

The physical memory systems of the 8086 through 80486

Faculty of Electronic Engineering Dept. of Computer Science & Eng. Microprocessors Course

1 - 16

The physical memory systems of the Pentium II through Pentium IV

Faculty of Electronic Engineering Dept. of Computer Science & Eng. Microprocessors Course

1 - 17

Vous aimerez peut-être aussi