Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 7 days 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