Class project where we designed a fully functional CPU. The ISA (instruction set architecture) is included in the PDF's/.docx files within each phase.
A single cycle CPU
Another CPU implementation with a 5 stage pipeline, RF Bypassing, and full-forwarding.
Added a two-way set-associative cache with LRU eviction for memory loads and stores.