html5-img
1 / 35

EGRE 426

EGRE 426. Handout 1 8/22/08. Preliminary. EGRE 365 is a prerequisite for this class. Class web page http://www.people.vcu.edu/~jhtucker/f08-egre426/index.html Syllabus Grades: Quizzes (2) 40% Homework 10% Laboratory 10% Design Project 15% Final Exam 25%

Télécharger la présentation

EGRE 426

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. EGRE 426 Handout 1 8/22/08

  2. Preliminary • EGRE 365 is a prerequisite for this class. • Class web page http://www.people.vcu.edu/~jhtucker/f08-egre426/index.html • Syllabus Grades: • Quizzes (2) 40% • Homework 10% • Laboratory 10% • Design Project 15% • Final Exam 25% • Text book Computer Organization and Design 3rd edition, Designers Guide to VHDL.

  3. Computer Organization and Design • This book and the slightly more advanced Computer Architecture a Quantitative Approach are the dominant computer architecture text books. • Too big. • Chapter 1 – Read • Chapter 2-7 – will be covered in detail skipping some material. • Chapters 8-9 – Will depend on time. • Supplement with additional material.

  4. Introduction • We will learn not just how computers work, but gain an understanding into how and why computers evolved into the current generation. • Computer have undergone rapid changes. • Increasing performance • Decreasing cost

  5. History • Computers did not really begin until World War II. • The widespread use of microprocessors began about 30 years ago. • Personal computers were not taken seriously until the introduction of the IBM PC.

  6. Computers have resulted in the information revolution. • Agricultural revolution. • Several Thousand years. • Industrial revolution. • Several Hundred years. • Information revolution. • A couple of decades.

  7. My History • I started at NASA in 1963 and worked in the computer division. • At that time computers were very expensive and very large. • Programs were written on punched cards (one line per card) and fed into the computer. • The state-of-the-art super computer that I worked with was capable of executing one million instructions per second, it cost several million dollars, and occupied the major portion of a large building.

  8. My History continued • In the 60’s I did early work in interactive computing techniques. • Forerunner of what we do today, but not practical when it required a dedicated super computer connected to a display console. • Completed my PhD in 1974 and started working with microprocessors.

  9. Moore’s Law • One of the founders of Intel, Dr. Gordon Moore, observed in 1965 that the number of transistors in an IC was doubling every year. He predicted that this would continue for a couple of decades and then slow to doubling every 18 months. • This prediction has proved remarkably accurate. So much so that it has come to be expected, and Moore’s prediction has become known as Moore’s law. • It is worth noting that since Moore made his prediction the consensus at any time has been that it would last for only about ten more years. • Economics not technology may be what actually stops Moore’s law.

  10. Definitions Efficiency is the measurement of how close we come to achieving ideal speed up.

  11. Assumptions • All operations take one unit of time. • All instructions and data are available when needed. • i.e. We don’t have to wait for memory or communication. • This is naïve and completely unrealistic, but can be used to teach some fundamental truths.

  12. Conventional uniprocessor (SISD)

  13. Multiprocessor MIMD (unlimited processors)SIMD – same results.

  14. Multifunction computer (2 * units)

  15. SISD – single processor

  16. MIMD or SIMD – with unlimited processors

  17. Algorithm can effect speedup.SISD

  18. Algorithm can effect speedup.MIMD

  19. SISD Method A

  20. SISD Method B

  21. SISD Method C

  22. MIMD unlimited processors

  23. MIMD unlimited processors

  24. SIMD unlimited processors

  25. Using an MIMD machine with unlimited processors, the time to compute is given by Where, And, for i > 2

More Related