Curriculum material for teaching computer architecture with MIPS and POWER
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
w-feng 004e34de12
Add files via upload
1-minute curriculum summary and acknowledgements
2 years ago
Exercises Update the problem number 2 years ago
Lectures Add files via upload 2 years ago
Overview Add files via upload 2 years ago
Projects Add files via upload 2 years ago
Tutorials Tutorial-GEM5 2 years ago
README.md Updated formatting for README.md 2 years ago

README.md

CompArch-MIPS-POWER

This repository contains curriculum materials for a computer architecture class based on the Hennessy & Patterson textbook entitled “Computer Architecture: A Quantitative Approach” and extended to the POWER instruction set architecture (ISA). POWER is an acronym for Performance Optimization With Enhanced RISC.

The structure of the repository is noted below.

• Lecture Slides

o	Chapter 1: Introduction

o	Chapter 2: Memory Hierarchy

o	Chapter 3: Instruction-Level Parallelism

o	Chapter 4: Data-Level Parallelism 

o	Chapter 5: Thread-Level Parallelism

• Resources

o	GEM5 for POWER

o	Microwatt for POWER

o	Forums

  	GEM5

  	Microwatt

o	Tutorials

  	GEM5

  	Microwatt

• Exercises