FIGURE 7-17 Read and write bus cycle timing for the 8086 and 8088 microprocessors. Each bus cycle requires four T states. John Uffenbeck The 80x86 Family:

Slides:



Advertisements
Similar presentations
Reinforced Concrete: A Fundamental Approach, Sixth Edition By Edward G. Nawy Copyright ©2009 by Pearson Education, Inc. Upper Saddle River, New Jersey.
Advertisements

© 2006 Pearson Education, Upper Saddle River, NJ All Rights Reserved.Brey: The Intel Microprocessors, 7e Chapter 13 Direct Memory Access (DMA)
Vacuum tubes Transistor 1948 ICs 1960s Microprocessors 1970s.
DRAM. Any read or write cycle starts with the falling edge of the RAS signal. –As a result the address applied in the address lines will be latched.
Introduction An interrupt is an event which informs the CPU that its service (action) is needed. Sources of interrupts: internal fault (e.g.. divide by.
Copyright © 2008 Pearson Education, Inc. Chapter 13 The Trigonometric Functions Copyright © 2008 Pearson Education, Inc.
Vacuum tubes Transistor 1948 –Smaller, Cheaper, Less heat dissipation, Made from Silicon (Sand) –Invented at Bell Labs –Shockley, Brittain, Bardeen ICs.
FIGURE 7-24 Memory map for the 8088 interface in Figure 7-22 and decoder in Figure The 64K SRAM is mapped to the address range E0000H to EFFFFH.
P Address bus Data bus Read-Only Memory (ROM) Read-Write Memory (RAM)
7-Aug-15 (1) CSC Computer Organization Lecture 6: A Historical Perspective of Pentium IA-32.
Figure 6.1 Horace Mann Strategies Checklist Bill Harp and Jo Ann Brewer The Informed Reading Teacher: Research- Based Practice Copyright ©2005 by Pearson.
Memory characteristics Ideal Access time (minimum). Nonvolatile. Stored data can be modified. Minimum space (very dense). Minimum current drain (power.
FIGURE 8-1 Generic I/O Subsystems Peter Spasov Microcontroller Technology: The 68HC11, Fourth Edition Copyright ©2002 by Pearson Education, Inc. Upper.
Computer Organization and ASSEMBLY LANGUAGE
Figure 1--1 The Four Learning Theories Gail E. Tompkins Literacy for the 21st Century, 3e Copyright ©2003 by Pearson Education, Inc. Upper Saddle River,
Figure 14.1 Room Arrangement Bill Harp and Jo Ann Brewer The Informed Reading Teacher: Research- Based Practice Copyright ©2005 by Pearson Education, Inc.
Figure Materials in Basal Reading Programs Gail E. Tompkins Literacy for the 21st Century, 3e Copyright ©2003 by Pearson Education, Inc. Upper Saddle.
Figure 3--1 Options for organizing information Pfeiffer Technical Writing, 5ed. Copyright ©2003 by Pearson Education, Inc. Upper Saddle River, New Jersey.
Figure A--1 Thomas L. Floyd Digital Fundamentals, 8e Copyright ©2003 by Pearson Education, Inc. Upper Saddle River, New Jersey All rights reserved.
Figure 7.1 Categories Grid Bill Harp and Jo Ann Brewer The Informed Reading Teacher: Research- Based Practice Copyright ©2005 by Pearson Education, Inc.
Figure 2--2 Key Features of the Reading Process Gail E. Tompkins Literacy for the 21st Century, 3e Copyright ©2003 by Pearson Education, Inc. Upper Saddle.
INTERRUPTS. Topics to be discussed  8088/86 Hardware Interrupts pins 8088/86 Hardware Interrupts pins   Pin description Pin description.
FIGURE 2-1 Typical digital signal processing system.
Chapter 35: Antineoplastic Drugs
Chapter 29: Drugs for Pulmonary Disorders
Figure 6.1 Horace Mann Strategies Checklist
Figure 13.1 Balanced Reading Program
Copyright © 2013 Pearson Education, Inc. All rights reserved
Figure 11.2 Evaluation of Illustrations
Definition Copyright © 2013 Pearson Education, Inc.. All rights reserved.
Figure 5--4 Guidelines for Phonemic Awareness Activities (Adapted from Griffith & Olson, 1992; Yopp, 1992.) Gail E. Tompkins Literacy for the 21st Century,
Figure 15.1 Collaborative Professional Development
Figure 5.1 Graphophonic Skills Sequence
Copyright © 2012, Elsevier Inc. All rights Reserved.
Chapter 45: Drugs for Muscle Spasms and Spasticity
Chapter 37: Drugs for Bowel Disorders, Nausea, and Vomiting
Figure 10.1 Recursive Model of the Writing Process
Figure 4--2 Mrs. Mast’s Unit Plan for “The Three Bears”
Chapter 24: Drugs for Coagulation Disorders
Figure 3.1 Two First Graders’ Responses to the Short Reading Interview
Figure 13.1 Balanced Reading Program
Figure 12.1 Possible Room Arrangement
Figure 12.1 Possible Room Arrangement
Figure 6.1 Horace Mann Strategies Checklist
Figure 15.1 Collaborative Professional Development
Figure 5.1 Graphophonic Skills Sequence
Figure Questions to Help Students Focus on Literary Elements (Adapted from Eeds & Peterson, 1991; Peterson & Eeds, 1990.) Gail E. Tompkins Literacy.
Copyright © 2013 Elsevier Inc. All rights reserved.
Copyright © 2012, Elsevier Inc. All rights Reserved.
Figure 7.1 Categories Grid
Chapter 47: Drugs for Skin Disorders
Chapter 43: Drugs for Renal Disorders and Diuretic Therapy
Programmable Interrupt Controller (PIC)
Copyright © 2012, Elsevier Inc. All rights Reserved.
Copyright © 2013 Elsevier Inc. All rights reserved.
Figure 2.2 The 48 Most Regular Sound-Letter Relationships
Copyright © 2013 Elsevier Inc. All rights reserved.
Figure 1.2 Goals for Oral Language Preschool Through Third Grade
Figure 11.2 Evaluation of Illustrations
Section 10.5 The Dot Product
Figure 2.2 The 48 Most Regular Sound-Letter Relationships
Modeling Functionality with Use Cases
Copyright © 2012, Elsevier Inc. All rights Reserved.
Figure 7.1 Categories Grid
Copyright © 2004 The McGraw-Hill Companies, Inc. All rights reserved.
Copyright © 2012, Elsevier Inc. All rights Reserved.
Copyright © 2013 Elsevier Inc. All rights reserved.
Chapter 19: Drugs for the Control of Pain
Copyright © 2012, Elsevier Inc. All rights Reserved.
Figure Story Genres Gail E. Tompkins Literacy for the 21st Century, 3e
Presentation transcript:

FIGURE 7-17 Read and write bus cycle timing for the 8086 and 8088 microprocessors. Each bus cycle requires four T states. John Uffenbeck The 80x86 Family: Design, Programming, and Interfacing, 3e Copyright ©2002 by Pearson Education, Inc. Upper Saddle River, New Jersey 07458 All rights reserved.

FIGURE 7-18 Basic read and write bus cycle timing for the 386, 486, and Pentium processors. Each bus cycle requires two T states. John Uffenbeck The 80x86 Family: Design, Programming, and Interfacing, 3e Copyright ©2002 by Pearson Education, Inc. Upper Saddle River, New Jersey 07458 All rights reserved.

Memory access time provided by Different processors

taccess-processor > taccess-memory MEMORY CHIPS ARE RATED BY THEIR ACCESS TIMES. definition: Memory Access time isthe time from receiving the address to deliver the data. taccess-processor > taccess-memory Otherwise wait states should be added. taccess-processor and taccess-memory are given by the manufacturer in the data sheet. taccess-processor is clock dependent (1.5T for 8086 an 2.3T for others) Accesses time diff tdif= taccess-memory - taccess-processor # of wait states = tdif / T (greatest integer)

Burst Cycle 16 bytes in 486 in 2-1-1-1 Read only. 32 bytes in Pentium 2-1-1-1 Read and write. 32 bytes in Pentium 1-1-1-1 using address pipelining.

Data Transfer Rate Let us call: Maximum number of bytes that can be transferred in one BUS CYCLE Duration (time) for one BUS CYCLE Let us call: “Maximum number of bytes that can be transferred in one BUS CYCLE” : Bytes One BUS CYCLE duration=nT=n/f Where n= the number of clock cycles per bus cycles f is the bus clock frequency Data transfer rate = Bytes  f n

Performance Gap DRAM microprocessor 1980 1984 1986 1988 1990 1992 1994 1996 1998 2000 1982