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

https://github.com/sarwanshah/hu_2021_risc-v-architecture-verilog

In this project we implemented the RISC V processor architecture in Verilog.
https://github.com/sarwanshah/hu_2021_risc-v-architecture-verilog

computer-architecture processor-design risc-v verilog

Last synced: 8 months ago
JSON representation

In this project we implemented the RISC V processor architecture in Verilog.

Awesome Lists containing this project

README

          

# Implementing RISC-V Architecture in Verilog

This project was developed under the EE-371 Computer Architecture course at Habib University during Spring 2021. This project involves the implementation of a **RISC-V processor architecture** using **Verilog** hardware description language. The RISC-V architecture is a free and open ISA enabling a new era of processor innovation through open standard collaboration.

## Project Features

- **Processor Core Design**: Implementation of the RISC-V processor core in Verilog.
- **Modular Design**: Organized code structure for different components of the processor.
- **Simulation Support**: Testbenches for simulating and verifying processor functionality.