doc: update MVENDORID CSR value (fix #1735) (#1753)

This commit is contained in:
André Sintzoff 2024-01-10 10:30:48 +00:00 committed by GitHub
parent 88ab5a94dc
commit dc634c61de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -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\.

View file

@ -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

View file

@ -3604,7 +3604,7 @@ component:
bitOffset: '7'
resets:
reset:
value: '0xC0'
value: '0xC'
mask: '0x1ffffff'
bitWidth: '25'
volatile: 'true'
@ -3615,7 +3615,7 @@ component:
bitOffset: '0'
resets:
reset:
value: '0x20'
value: '0x2'
mask: '0x7f'
bitWidth: '7'
volatile: 'true'