forked from chipsalliance/Cores-VeeR-EL2
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add detailed information about origin of pre-generated RISCV-DV tests
Internal-tag: [#52142] Signed-off-by: Maciej Kurc <[email protected]>
- Loading branch information
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
# RISCV-DV tests | ||
|
||
This folder contains pre-generated RISCV-DV test programs for VeeR. | ||
This folder contains pre-generated RISCV-DV test programs for VeeR. Normally the programs are generated and cached by the CI using proprietary tools. In case of a failure during this process the CI falls back to the code stored in this folder. | ||
|
||
Normally the programs are generated and cached by the CI using proprietary tools. In case of a failure during this process the CI falls back to the code stored in this folder. | ||
The programs were generated using RISCV-DV SHA [f01f628](https://github.com/chipsalliance/riscv-dv/commit/f01f62867adaa23c24d84374b8183e7c92116958) and veer-el2 SHA [97ffac3](https://github.com/chipsalliance/Cores-VeeR-EL2/commit/97ffac34a3fd957a85f76daca6ac31443c4552a1) with the following command: | ||
``` | ||
pushd tools/riscv-dv | ||
make -j`nproc` \ | ||
RISCV_DV_TEST=$RISCV_DV_TEST | ||
RISCV_DV_ITER=3 | ||
RISCV_DV_SEED=999 | ||
generate | ||
popd | ||
``` | ||
|
||
Test names used are defined in `target/rv32imc/testlist.yaml` in RISCV-DV repository. |