Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 555 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 555 Bytes

Minimal SoC for the CV32E40X Core

This repository includes the CV32E40X repository as a submodule. After cloning you need to initialize the submodule:

git submodule update --init --recursive

Simulate using Verilator

Issue the following command to start simulating the programs listed in progs.csv using Verilator:

make verilator

Verify that the program was correctly executed by comparing the memory dump of the program run with reference dump:

diff -u test.ref.vmem test.dump.vmem