COMPSCI 152. Computer Architecture and Engineering

Catalog Description: Instruction set architecture, microcoding, pipelining (simple and complex). Memory hierarchies and virtual memory. Processor parallelism: VLIW, vectors, multithreading. Multiprocessors.

Units: 4

Prerequisites: COMPSCI 61C

Formats:
Fall: 3.0 hours of lecture and 2.0 hours of discussion per week
Spring: 3.0 hours of lecture and 2.0 hours of discussion per week

Grading basis: letter

Final exam status: Alternative method of final assessment


Class Schedule (Spring 2023):
TuTh 12:30-13:59, Donner Lab 155 – Sophia Shao

Class homepage on inst.eecs

General Catalog listing


Department Notes:

Course objectives: This course will give you an in-depth understanding of the inner-workings of modern digital computer systems and tradeoffs present at the hardware-software interface. You will work in groups of 4 or 5 to get an understanding of the design process in the context of a complex hardware system and practical experience with computer-aided design tools. You will be required to present your design and results in front of the TAs and class.

Topics covered:

  • 5 components of a computer
  • ISA's and Intro to MIPS
  • MIPS operations and Performance
  • Delay Modeling
  • Low Power Design
  • Design Process, ALU & Adders
  • Multipliers & Shifters
  • Dividers & Floating Point
  • Verilog
  • Design and testing methodologies
  • Single cycle datapath and control
  • Multiple cycle processor, controller, and microprogramming
  • Exceptions
  • Introduction to Pipelining
  • Pipelining and control
  • Pipelining and exceptions
  • Advanced pipelining, Out-of-Order Execution, Branch Prediction
  • Intro to Memory Systems
  • Cache Design
  • Virtual memory
  • I/O Systems
  • Embedded Processors
  • DSP processors
  • Real world processor design with examples of impact of technology

Related Areas: