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

https://github.com/samiyaalizaidi/pipelined-risc-v-processor

A Pipelined RISC-V Processor with forwarding support and hazard detection.
https://github.com/samiyaalizaidi/pipelined-risc-v-processor

assembly computer-architecture pipelining processor processor-architecture risc-v verilog vivado

Last synced: 3 months ago
JSON representation

A Pipelined RISC-V Processor with forwarding support and hazard detection.

Awesome Lists containing this project

README

        

# Pipelined RISC-V Processor
This repository consists all the code for our Computer Architecture & Organizations's final project. All the code is written in Verilog HDL.
The processor sorts the following array of numbers in the descending order: {1, 5, 3, 4, 10, 22, 2, 3, 44} using the selection sort algorithm.