mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 12:17:19 -04:00
update smoke tests file names (#2736)
Related to issue #2715 Co-authored-by: JeanRochCoulon <jean-roch.coulon@thalesgroup.com>
This commit is contained in:
parent
024b8eada8
commit
9d039197d1
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue