Skip to content
#

computer-architecture

Here are 181 public repositories matching this topic...

An operating system performs a context switch when it suspends one kernel-level thread and activates a different thread. Typically, data stored in the cache memory are lost in such events. This project aims to explore the advantages of maintaining multiple small "cache-storage-cores" and switching to the appropriate one during a context switch. …

  • Updated Feb 20, 2023
  • Verilog

The objective of this project was to design and implement a 5 stage pipeline CPU to support the RISC-V instruction architecture. This pipeline CPU supports the entire RV32IM ISA which contains 45 instructions. The designed pipeline CPU was implemented using behavioral modeling in verilogHDL and icarus Verilog was used compile and simulate. gtkWa…

  • Updated Oct 31, 2021
  • Verilog

Improve this page

Add a description, image, and links to the computer-architecture topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the computer-architecture topic, visit your repo's landing page and select "manage topics."

Learn more