Skip to content

Commit

Permalink
[Tandem doc] Uniformize CV32A6*X naming (case, markup).
Browse files Browse the repository at this point in the history
  • Loading branch information
zchamski committed Oct 17, 2024
1 parent c64ea14 commit 65da562
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions docs/04_cv32a65x/tristan/tandem-verification/reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,8 @@ Depending on the prefix used (`/top/cores/` or `/top/core/<hartid>`) the core-le
|`""`
|Comma-separated list of Spike extensions to load. +
Extensions currently supported: +
+
* `cvxif`: implements the CV-X-IF interface;
* `cv32a60x`: implements CSRs specific to `CV32A6`*n*`X` cores.
- `cvxif`: implements the CV-X-IF interface; +
- `cv32a60x`: implements CSRs specific to the `CV32A6*X` cores.

|`hide_csrs_based_on_priv`
|bool
Expand Down
2 changes: 1 addition & 1 deletion docs/04_cv32a65x/tristan/tandem-verification/tandem.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ The configuration fragment above instructs the reference model that:
* all cores:
** implement an RV32IMC ISA with extensions `Zicsr`, `Zcb`, `Zba`, `Zbb`, `Zbc` and `Zbs`;
** support only the Machine privilege level;
** implement additional features modeled in Spike custom extensions `cv32a60x` (additional CSRs specific to `cv32a60x` family of cores) and `cvxif` (the CV-X-IF interface);
** implement additional features modeled in Spike custom extensions `cv32a60x` (additional CSRs specific to `CV32A6*X` family of cores) and `cvxif` (the CV-X-IF interface);
** boot from address `0x80000000` (the start address of the DRAM memory);
** force the reset value of register `marchid` to value `0x3` (corresponding to the CVA6 architecture);
** discard writes into `misa` CSR register by marking all its bits as non-mutable.
Expand Down

0 comments on commit 65da562

Please sign in to comment.