openhwgroup / core-v-verif

Functional verification project for the CORE-V family of RISC-V cores.

Home Page:https://docs.openhwgroup.org/projects/core-v-verif/en/latest/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIssing test.yaml in building CV32E40P

baichen318 opened this issue · comments

Hi all,

I am new to core-v-verif, and I follow the guidelines documented in Quick Start.

However, I encountered an error suggesting missing test.yaml for hello-world in the repository by executing the following instructions.

$ cd $CORE_V_VERIF/cv32e40p/sim/core
$ make

Enclosed, please find the attached screenshot highlighting the error.
missing-file

I was wondering how I could solve this problem.

Thank you all in advance.

Best regards,
Chen

Hi @baichen318, thanks for your interest in CORE-V-VERIF. It look like yaml2make did not run as expected. If you are interested in the details, check out Test-program Definitions section of mk/TOOLCHAIN.md.

Based on your description I can think of two things to try:

  1. Your shell environment variables. See mk/README.md.
  2. You may not have all the python plugins. Try this:
$ cd $CORE_V_VERIF/bin
$ pip3 install -r requirements.txt

Hi @baichen318, is your problem fixed? If so, please close this Issue. If we have not heard from you in one week, we will close this Issue.