Ecosyste.ms: Awesome
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: 7 days ago
JSON representation
Verilog implementation of a RISC-V processor with a subset of RISC-V instructions
- Host: GitHub
- URL: https://github.com/shiva9361/simple_processor
- Owner: Shiva9361
- License: mit
- Created: 2024-04-19T18:52:18.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-18T07:49:58.000Z (6 months ago)
- Last Synced: 2024-05-18T08:35:09.669Z (6 months ago)
- Topics: risc-v, ver
- Language: Verilog
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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