This repository contains Risc-V 32 bit single cycle data path simulated on Logism upon loading instructions.
To simulate, follow these steps:
- Open Venus.
- Write your customised instructions and click on dump to get the hex code.
- Create a .txt file (say "x.txt")
- Copy the hex code from venus into "x.txt" and save it.
- Clone this repository and open Combined.circ.
- Load x.txt into Instructions Memory and simulate.
Given below is the supported instruction set for RV32I except privilege instructions.