Resource Index
Common Errors
We have compiled a list of common errors you might run into for this course.
Exams
See the exam resources page.
Reference Cards
- CS 61C Reference Card: PDF
- v2.0.0: Fixed note about sltiu's immediate sign extension
- v3.0.0: Update datapath to match lecture
- Single-cycle: Moved immediate generator to be physically under the regfile, though no behavioral changes.
- Pipelined: Moved immediate generator from EX to ID.
- Pipelined: Moved WBMux from MEM to WB, and modified the relevant pipeline registers.
- v4.0.0: Fix pipelined control logic errors
- Move ImmSel to ID's control logic
- Move PCSel to MEM's control logic
- v4.0.1: Move ECC page to end.
- GDB Reference Card: PDF
- Venus Reference: HTML
Textbooks and Review Notes
See the course notes references page.