The core repository does not contain any verification or simulation environment. This is contained in the core-v-verif repository (https://github.com/openhwgroup/core-v-verif).
Follow these steps to run a simulation:
-
Clone core-v-verif to desired location:
-
Go to simulation directory:
cd core-v-verif/cv32/sim/uvmt_cv32
-
Run simulation and point the core path to this repository. Example:
make test TEST=hello_world CV_DUT_PATH="/path/to/this/repo/cv32e40x"