cva6/cv32e40p
2023-03-29 13:33:59 -04:00
..
bsp README cleanup 2021-12-02 08:49:26 -05:00
docs/VerifPlans migrate Verification Plans from core-v-docs to core-v-verif 2021-05-04 21:01:43 -05:00
env Randomization failures fatal out 2021-12-15 14:52:14 -05:00
regress restore interrupt wfi tests in rel_check 2021-06-02 12:32:22 -05:00
sim Fix undefined variables 2022-02-21 14:33:05 +02:00
tb Resolve or waive linter issues 2021-12-28 16:54:10 -05:00
tests Fix copyright year 2023-03-29 13:33:59 -04:00
vendor_lib fix README for svlib 2021-10-19 09:30:57 -05:00
README.md Respond to @silabs-robin feedback 2021-12-17 14:56:01 -05:00

CV32E40P: Verification Environment for the CV32E40P CORE-V processor core.

CV32E40P-specific SystemVerilog sources plus C and assembly test-program sources for the CV32E40P verification environment. Non-CV32E40P-specific verification components used in this verification environment are in ../lib and ../vendor_lib.

Directories:

  • bsp: the "board support package" for test-programs compiled/assembled/linked for the CV32E40P. This BSP is used by both the core testbench and the uvmt_cv32 UVM verification environment.
  • env: the UVM environment class and its associated infrastrucutre.
  • sim: directory where you run the simulations.
  • tb: the Testbench module that instanitates the core.
  • tests: this is where all the testcases are.

There are README files in each directory with additional information.

Getting Started

Check out the Quick Start Guide in the CORE-V-VERIF Verification Strategy.