1 / 6

Advanced Architecture +

Advanced Architecture +. Lecture 26 Digital Design and Computer Architecture Harris & Harris Morgan Kaufmann / Elsevier, 2007. Advanced Architecture Techniques. Deep Pipelining Branch Prediction. Advanced Architecture Techniques. Superscalar

nikita
Télécharger la présentation

Advanced Architecture +

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. Advanced Architecture + Lecture 26 Digital Design and Computer Architecture Harris & Harris Morgan Kaufmann / Elsevier, 2007

  2. Advanced Architecture Techniques • Deep Pipelining • Branch Prediction

  3. Advanced Architecture Techniques • Superscalar • Multiple copies of datapath execute multiple instructions at once • Out of order execution

  4. Advanced Architecture Techniques • Register renaming lw $t0, 40($s0) add $t1, $t0, $s1 sub $t0, $s2, $s3 and $t2, $s4, $t0 or $t3, $s5, $s6 sw $s7, 80($t3) • Single Instruction Multiple Data (SIMD)

  5. Advanced Architecture Techniques • Multithreading • Wordprocessor: thread for typing, spell checking, printing • Multiprocessors • Multiple processors (cores) on a single chip

  6. Other Resources • Patterson & Hennessy’s: Computer Architecture: A Quantitative Approach • Conferences: • www.cs.wisc.edu/~arch/www/ • ISCA (International Symposium on Computer Architecture) • HPCA (International Symposium on High Performance Computer Architecture)

More Related