An open API service indexing awesome lists of open source software.

https://github.com/abdullahalshawafi/risc-processor

A simple 5-stage pipelined processor following Harvard's architecture. The processor has RISC-like ISA. There are eight 2-byte general-purpose registers, and another three special-purpose registers (Program Counter, Exception Program Counter, Stack Pointer). The memory address space is 1 MB of 16-bit width and is word addressable.
https://github.com/abdullahalshawafi/risc-processor

computer-architecture pipelined-processors processor vhdl

Last synced: 3 months ago
JSON representation

A simple 5-stage pipelined processor following Harvard's architecture. The processor has RISC-like ISA. There are eight 2-byte general-purpose registers, and another three special-purpose registers (Program Counter, Exception Program Counter, Stack Pointer). The memory address space is 1 MB of 16-bit width and is word addressable.

Awesome Lists containing this project