cva6/lib
2023-07-25 11:39:52 +02:00
..
corev-dv Merge pull request #1057 from openhwgroup/cva6/dev 2021-12-08 18:22:01 +01:00
dpi_dasm add decoder.h link for dpi_dasm 2023-02-13 11:51:03 +01:00
mem_region_gen Fixed PMA region configs wrong order 2021-12-09 11:47:08 +01:00
sim_libs Undoing changes meant for obi new arch branch 2021-10-15 14:12:18 -04:00
uvm_agents ISACOV : Create decoder for some Compressed instructions 2023-07-25 11:39:52 +02:00
uvm_libs Resolve or waive linter issues 2021-12-28 16:54:10 -05:00
README.md move corev-dv from vendor_lib to lib 2021-02-10 14:23:50 -06:00

LIB: Library of reusable verification components

Verification Components for the CORE-V verification environments. Examples include UVM Agents for various physical interfaces, memory models, virtual peripherals, etc.

uvm_agents

Home of UVM Agents

uvm_libs

All other UVM verification components

sim_libs

Non-UVM verification components

corev-dv

corev-dv is the general name for the customization layer of SystemVerilog developed by OpenHW contributors to customize and enhance the Google RISCV-DV generator https://github.com/google/riscv-dv
This directory contains general corev-dv code shared by all OpenHW core. Each core includes its own corev-dv directory in its env/ directory containing core-specific customziations.