Processor implemented in System Verilog based on RISC-V ISA
To build the project, follow these steps:
cd test
cmake -S . -B build -G Ninja
ninja -C buildOnce the project is built, you can run the Verilated simulation using the following command:
build/test_allThis command will execute the simulation, and as a result, a waveform file named simx.vcd will be generated.