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.
 
 
Atharva 6d3cc13b64
Create readme
2 years ago
Exercises Add files via upload 2 years ago
Lecture_slides Rename Lecture_slides/readme to Lectures/readme 2 years ago
Lectures Create readme 2 years ago
Tutorials Tutorial-GEM5 2 years ago
README.md Update 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