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

https://github.com/shiva9361/simple_processor

Verilog implementation of a RISC-V processor with a subset of RISC-V instructions
https://github.com/shiva9361/simple_processor

risc-v ver

Last synced: 3 months ago
JSON representation

Verilog implementation of a RISC-V processor with a subset of RISC-V instructions

Awesome Lists containing this project

README

        

# RISC V based single cycle processor in verilog

Made mostly using combinational logic

The following instructtions are implemented
- add
- sub
- xor
- or
- and
- sll
- srl
- sra
- slt
- sltu
- lw
- sw