LightRISCV Multi-cycle implementation of a subset of RISC-V for educational purposes Implemented instructions add addi lw sw jal (incomplete) EDA Playground You can try it online here! References Guia Prático RISC-V (pt-br) RISC-V Assembly Programming Digital Design and Computer Architecture: RISC-V Edition (future) emulsiV: a visual simulator for a simple RISC-V processor RARS: RISC-V Assembler and Runtime Simulator DarkRISCV: Opensource RISC-V implemented from scratch in one night!