Skip to content

Commit

Permalink
doc: update MVENDORID CSR value (fix #1735) (#1753)
Browse files Browse the repository at this point in the history
  • Loading branch information
ASintzoff authored Jan 10, 2024
1 parent 88ab5a9 commit dc634c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/csr-from-ip-xact/cv32a60x/csr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3661,13 +3661,13 @@ This register provids the JEDEC manufacturer ID of the provider of the core.
* - 31:7
- bank
- Bank
- 0xC0
- 0xC
- read-only
- Contain encoding for number of one\-byte continuation codes discarding the parity bit\.
* - 6:0
- offset
- Offset
- 0x20
- 0x2
- read-only
- Contain encording for the final byte discarding the parity bit\.

Expand Down
4 changes: 2 additions & 2 deletions docs/csr-from-ip-xact/cv32a60x/cv32a60mx_csr.md
Original file line number Diff line number Diff line change
Expand Up @@ -1118,8 +1118,8 @@ Instructions-retired counter for RDINSTRET instruction. Shadow of minstreth.
This register provids the JEDEC manufacturer ID of the provider of the core.
| BIT | NAME | displayName |Reset| RIGHT | Description |
| --- | ----------- | ------------ |-----| ------ | -------------------------------------------------------------------- |
| 31:7 | bank | Bank | 0xC0 | read-only | Contain encoding for number of one\-byte continuation codes discarding the parity bit\.|
| 6:0 | offset | Offset | 0x20 | read-only | Contain encording for the final byte discarding the parity bit\.|
| 31:7 | bank | Bank | 0xC | read-only | Contain encoding for number of one\-byte continuation codes discarding the parity bit\.|
| 6:0 | offset | Offset | 0x2 | read-only | Contain encording for the final byte discarding the parity bit\.|

## MARCHID : Machine Architecture ID Register
### *AddressOffset*: 'hF12
Expand Down
4 changes: 2 additions & 2 deletions docs/csr-from-ip-xact/cv32a60x/cv32a60mx_csr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3604,7 +3604,7 @@ component:
bitOffset: '7'
resets:
reset:
value: '0xC0'
value: '0xC'
mask: '0x1ffffff'
bitWidth: '25'
volatile: 'true'
Expand All @@ -3615,7 +3615,7 @@ component:
bitOffset: '0'
resets:
reset:
value: '0x20'
value: '0x2'
mask: '0x7f'
bitWidth: '7'
volatile: 'true'
Expand Down

0 comments on commit dc634c6

Please sign in to comment.