update smoke tests file names (#2736)
Some checks are pending
bender-up-to-date / bender-up-to-date (push) Waiting to run
ci / build-riscv-tests (push) Waiting to run
ci / execute-riscv64-tests (push) Blocked by required conditions
ci / execute-riscv32-tests (push) Blocked by required conditions

Related to issue #2715

Co-authored-by: JeanRochCoulon <jean-roch.coulon@thalesgroup.com>
This commit is contained in:
Pascal Cotret 2025-01-23 17:54:21 +01:00 committed by GitHub
parent 024b8eada8
commit 9d039197d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -167,9 +167,14 @@ To generate VCD waveforms of the `smoke-tests` regression suite using Verilator,
```sh
export DV_SIMULATORS=veri-testharness,spike
export TRACE_FAST=1
bash verif/regress/smoke-tests.sh
bash verif/regress/smoke-tests-<cpu_version>.sh
```
Where `<cpu_version>` is one of the following, depending on the CPU variant you want to use.
- `cv32a65x`.
- `cv32a6_imac_sv32`.
- `cv64a6_imafdc_sv39`.
After each simulation run involving Verilator or VCS, the generated waveforms
will be copied to the directory containing the log files (see above,) with
the name of the current HW configuration added to the file name right before