1 / 6

Lecture 0. Course Introduction

COM515 Advanced Computer Architecture. Lecture 0. Course Introduction. Prof. Taeweon Suh Computer Science Education Korea University. Course Information. Instructor Prof. Taeweon Suh Textbooks

thais
Télécharger la présentation

Lecture 0. Course Introduction

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. COM515 Advanced Computer Architecture Lecture 0. Course Introduction Prof. Taeweon Suh Computer Science Education Korea University

  2. Course Information • Instructor • Prof. Taeweon Suh • Textbooks • Computer Architecture: A Quantitative Approach (Fourth Edition) by John L. Hennessy and David A. Patterson, 2007, Morgan Kaufmann • Reference • Computer Organization and Design by David Patterson and John Hennessy, 4th Ed., Morgan Kaufmann, 2009 (No Korean-translated version) • Digital Design and Computer Architecture by David Money Harris and Sarah L. Harris, Morgan Kaufmann, 2007 • Prerequisites • COMP212 Computer Architecture • COMP211 Computer Logic Design • Office hours • After class as needed • By appointment at Lyceum 307 • Contact Information • M.hoseinghadiry@gmail.com • 09185246298 • Class web page • http://a-daneshfar.ir

  3. Computer Architecture int main() { int a, b, c; a = 3; b = 9; c = a + b; return c; } • COMP211 Computer Logic Design • COMP169 C Programming • COMP166 Computer Programming • And Java, C++, C# … • Computer Architecture course is where software meets hardware

  4. Undergrad-level Computer Architecture • Topics covered include the followings • MIPS ISA (Instruction Set Architecture) • In-order microarchitecture • Single-cycle MIPS • Pipelined (5-stage) MIPS • Memory hierarchy • Registers, caches, main memory, and HDD • Virtual memory • TLB (Translation Lookaside Buffer) http://www.mips.com/

  5. Graduate-level Computer Architecture • Topics include the state-of-art technologies to increase performance in modern computers • Out-of-order microarchitecture • ILP (Instruction-level Parallelism) • Limits on ILP • TLP (Thread-level Parallelism) • Multi-core and multiprocessors • Advanced topics in memory hierarchy

  6. Grading Policy • Exams: 60% • Midterm Exam: 30% • Final Exam: 30% • Assignments: 30% • Class Presentations: 10%

More Related