This preview shows page 1-2-3-4-5-6 out of 18 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 18 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 18 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 18 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 18 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 18 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 18 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 18 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

Basic Microcomputer DesignInside the CPUBus StructureBus SizesSlide 5The Intel CPU FamilyNotes from Intel Family ChartMachine CycleInstruction Execution CycleSlide 10Instruction CyclePipelining Versus Non-PipeliningPipeline for 8086 (2-stage pipelining)2-stage PipeliningIA-32 Processor Pipelinig (6-stage Pipelining)Superscalar ArchitectureReading from memorySlide 18Basic Microcomputer DesignInside the CPU•Registers – storage locations•Control Unit (CU) – coordinates the sequencing of steps involved in executing machine instructions•Arithmetic Logic Unit (ALU) - performs arithmetic and logical operations•Clock – synchronizes the internal operations of the CPU with the other system componentsBus Structure•Bus - a group of parallel wires that transfer information from one part of the computer to another.–Control Bus – synchronizes the actions of all of the devices attached to the system bus.–Address Bus – passes the addresses of instructions and data between the CPU and memory (or I/O).– Data Bus – transfers instructions and data between the CPU and memory (or I/O).Bus Sizes•For the 8086 Processor–Data Bus – 16 bits (16-bit processor)–Address Bus – 20 bits (can access 1M of memory)The Intel CPU FamilyChip Date MHz Transistors Memory Notes4004 4/1971 0.108 2,300 640 First microprocessor on a chip8008 4/1972 0.108 3,500 16KB First 8-bit processor8080 4/1974 2-3 6,000 64KB First general-purpose CPU on a chip8085 4/1976 3-8 6,500 64KB8086 6/1978 5-10 29,000 1MB First 16-bit CPU on a chip8088 6/1979 5-8 29,000 1MB Used in IBM PC80286 2/1982 8-12 134,000 16MB Memory protection present80386 10/1985 16-33 275,000 4GB First 32-bit CPU80486 4/1989 25-100 1.2M 4GB Built-in 8K cache memoryPentium 3/1993 60-233 3.1M 4GB Two pipelines; later models had MMXPentium Pro 3/1995 150-200 5.5M 4GB Two levels of cache built inPentium II 5/1997 233-400 7.5M 4GB Pentium Pro plus MMXPentium III 1998 550 9.5M Streaming SIMD extensions (SSE)Notes from Intel Family Chart•Notice that 386 – Pentium 4 are 32-bit processors (32-bit data bus – 4 bytes)•Notice that 386 and beyond have 32-bit address bus can access (4G of memory addresses).Machine Cycle•Most basic unit of time for machine instructions•= the time required for one complete clock cycle.•Machine instructions require at least 1 clock cycle to execute. Most require more.•Wait states – empty clock cycles of machine execution time (due to memory access time being slower than speed of clock).Instruction Execution Cycle•If using Memory operand (mov ax, 0A69Bh)–Calculate address of operand–Place address of operand on address bus–Wait for memory to get operand and pass it on data busInstruction Cycle•Fetch•Decode•Fetch memory operands•Execute•Store output operandPipelining Versus Non-Pipelining•In non-pipelined systems, for k execution states, n instructions require (n*k) cycles to process.• Using a pipelined system with k execution states, n instructions require (k + (n-1)) cycles to complete.Pipeline for 8086 (2-stage pipelining)2-stage Pipelining•Bus Interface Unit: accesses memory and provides I/O•Execution Unit: executes the microcode instructions.IA-32 Processor Pipelinig(6-stage Pipelining)•Bus Interface Unit: accesses memory and provides I/O•Code Prefetch Unit: receives instructions from the BIU and inserts them into a holding area (instruction queue)•Instruction Decode Unit: decodes machine instructions from the prefetch queue and translates them into microcode.•Execution Unit: executes the microcode instructions.•Segment Unit: translates logical addresses into linear addresses and performs protection checks•Paging Unit: translates linear addresses into physical addresses, performs page protection checks and keeps a list of recently accessed pagesSuperscalar Architecture•Processors that allow two or more execution pipelines (two or more instructions can be in the execution stages at the same time).Reading from memory•Typically the CPU clock is running much faster than memory access time.•Cache–1st Level – on chip–2nd Level – separate high speed


View Full Document

MSU ECE 3724 - Basic Microcomputer Design

Documents in this Course
Timers

Timers

38 pages

TEST 4

TEST 4

9 pages

Flags

Flags

6 pages

Timers

Timers

6 pages

Timers

Timers

54 pages

TEST2

TEST2

8 pages

Load more
Download Basic Microcomputer Design
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Basic Microcomputer Design and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Basic Microcomputer Design 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?