User Tools

Site Tools


start

COMPUTER ORGANIZATION

<font color = "red" size = "3"><b>Summer 2012</b></font>

Description

CSE2021 is a unique course in that it bridges the gap between software (S/W) and hardware (H/W) and exposes the roles played by the operating system (O/S) and the digital logic (D/L) circuits. It relies on a hierarchy of abstractions to present the material in layers, switching roles from “using” to “implementing” at every stage. It follows the journey of instructions from high-level to assembly and machine code, through the stack, the heap, and the caches, to the the CPU's datapath and control. The lecture coverage is augmented by labs that provide hands-on experience in MIPS and Verilog.

Expected Learning Outcomes

By the end of the course, you are expected to be able to:

  • Translate a given high-level program to assembly/machine language
    • Represent numbers, characters, and other forms of data in binary
    • Express logic using assembly language instructions
    • Utilize registers, the stack, the heap, and the data segment to store data
    • Encode assembly language instructions in machine language format
  • Build a CPU out of basic building blocks such as gates and flip-flops
  • Build the ALU using gates and Verilog
  • Design the CPU's datapath and control
  • Implement a pipeline and handle its hazards
  • Augment the CPU with a cache
  • Assess the end-to-end performance
    • Identify the key performance drivers and their physical limits
    • Compare and contrast the RISC and CISC approaches
    • Compute the throughput of a pipelined CPU for a given code fragment
    • Analyze the effect of a cache of a given specs on the system's performance

Instructor & Office Hours

  • Lectures: R 7:00-10:00 pm in SLH E.
  • Lab-01: M 7:00-10:00 pm in LAS 1006.
  • Office Hours: M 4:00-6:00 pm in LAS 2018.
  • Office Phone: +1-416-736-2100 extension 77874 (available only during office hours).
  • Email: skhan “at” cse.yorku.ca
  • Email Filter: The string CSE2021/X in the Subject field, where X is your username on red@cse

Teaching Assistants

The TA is here to help you with any question you may have about the course. You are encouraged to go to his office hours and benefit from his knowledge. The table below shows the TA schedule.

TIME OFFICE NAME TYPE OF HELP OFFERED
M 6:00-7:00 pm LAS-2010 speers Any question about the course, including labs
Any pending lab-related question placed on the forum by Friday of each week

Add @cse.yorku.ca to the TA's name to email them.

Textbooks

Required (available in the bookstore and on reserve in Steacie):

  • Computer Organization and Design, Revised Fourth Edition, 4th Edition: The Hardware/Software Interface by D. Patterson and J. Hennessy, Morgan Kaufmann Publishers (2011).

References:

  • Structured Computer Organization, 5th edition, by Andrew S. Tanenbaum, Prentice Hall (2006)
  • MIPS RISC Architecture, by G. Kane & J. Heinrich, Prentice Hall (1992)
  • Computer Organization, 5th Edition, by V.C. Hamacher, Z.G. Vranesic & S.G. Zaky, McGraw-Hill (2002)
  • Computer Organization and Architecture: Designing for Performance, 7th edition, by William Stallings, Prentice Hall (2006)
start.txt · Last modified: 2012/05/07 19:12 by skhan