Clarvi or “Computer LAboratory RISC-V Implementation” is a simple, in-order, 6-stage pipeline implementation of a processor in SystemVerilog. It implements the base 32-bit RISC-V instruction set (RV32I) with minimal supervisor mode support. It can use a shared external instruction and data memory but has no caches. Additionally it can communicate with other peripherals in a system using a simple memory-mapped I/O bus, which we will use later on.
You can download Clarvi here
Leave A Comment
You must be logged in to post a comment.