Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 389 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 389 Bytes

CSA-Lab

A bunch of simulators I implemented as a part of my Computer Architecture coursework

Instructor: Brandon Raegan

Course Code: EC-GY 6913

Simulators list

  • Single Cycle MIPS Simulator
  • 5-stages Pipelined MIPS Simulator
  • Cache Simulator - L1, L2, read-write-eviction policies
  • Multi-level Page Table Simulator
  • Branch Predictor (2-Level)
  • Tomasulo Algorithm