You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cv32e20/README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,9 @@
2
2
Copyright 2022 OpenHW Group
3
3
SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1
4
4
-->
5
-
# CV32E20: Verification Environment for the CV32E20 CORE-V processor core.
6
-
7
-
CV32E20-specific SystemVerilog sources plus C and assembly test-program sources for the CV32E20 verification environment.
8
-
Non-CV32E20-specific verification components used in this verification environment are in `../lib` and `../vendor_lib`.
5
+
# Verification Environment for the CV32E20 CORE-V processor core.
6
+
This directory hosts the CV32E20-specific SystemVerilog sources plus C and assembly test-program sources for the CV32E20 verification environment.
7
+
Non-CV32E20-specific verification components (e.g. OBI Agent) used in this verification environment are in `../lib` and `../vendor_lib`.
9
8
10
9
## Directories:
11
10
-**bsp**: the "board support package" for test-programs compiled/assembled/linked for the CV32E20. This BSP is used by both the `core` testbench and the `uvmt_cv32` UVM verification environment.
@@ -19,3 +18,5 @@ There are README files in each directory with additional information.
19
18
20
19
## Getting Started
21
20
Check out the Quick Start Guide in the [CORE-V-VERIF Verification Strategy](https://docs.openhwgroup.org/projects/core-v-verif/en/latest/quick_start.html).
21
+
<br>
22
+
You may also find it useful to review the [Common Makefile for the CORE-V-VERIF UVM Verification Environment](https://github.com/openhwgroup/core-v-verif/blob/master/mk/README.md).
0 commit comments