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: bin/README.md
+12-5
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,14 @@ Please refer to the help utility of *cv_regress* for more details on the utility
89
89
90
90
Once regression script is generated, it can be run using the correct tool, either by sourcing the shell script, or as an example using Questa Verification Run Manager:
91
91
92
-
> vrun -rmdb vsim_ci_check.rmdb -run cv32e40p
92
+
> % vrun -rmdb vsim_ci_check.rmdb -run cv32e40p
93
+
94
+
95
+
### CV32E40Pv2 Regression Generator
96
+
97
+
For cv32e40pv2 project, regressions have been split into 5 files across 7 configurations. An interactive utiliy can be run to customize regression parameters (ISS, coverage collection, simulator...) and generate all files needed, by following the instructions of the script.
98
+
99
+
> % sh cv32e40pv2_nr_generator.sh
93
100
94
101
### Regression YAML Format
95
102
@@ -115,7 +122,7 @@ tests:<br>
115
122
<*Required*: test label. If using the test only once in the same yaml file, the label can match the *actual* test name><br>
116
123
**test_name0**:<br>
117
124
<*Required*: build dependencies, can be a single build_name, or a list of build_name if **builds** is specified (plural) ><br>
118
-
**build(s)**: \<string> (list of \<string>) <br>
125
+
**build(s)**: \<string> (if plural, a list of \<string>) <br>
119
126
<*Required*: human-readable test description><br>
0 commit comments