Skip to content

AI-Vector-Accelerator/cv32e40x-soc

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published