Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 163 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 163 Bytes

CS61CPU

Look ma, I made a CPU! Here's what I did:

  • the single-cycle version is on 'main' branch.
  • the 2-stages-pipelining version is on 'pipelining' branch.