Skip to content

Commit

Permalink
Fix the reset value of MISA in user manual (fix #1048) (#1330)
Browse files Browse the repository at this point in the history
Co-authored-by: Frikha Mohamed Aziz <mohamed-aziz.frikha@thalesgroup.com>
  • Loading branch information
frikhaAziz and Frikha Mohamed Aziz authored Aug 8, 2023
1 parent 853fb4b commit 6ce4705
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/01_cva6_user/ip-xact/cva6_csr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@ This field can be checked by a context switch routine to quickly determine wheth
<ipxact:bitOffset>30</ipxact:bitOffset>
<ipxact:resets>
<ipxact:reset>
<ipxact:value>0x0</ipxact:value>
<ipxact:value>0x1</ipxact:value>
<ipxact:mask>0x3</ipxact:mask>
</ipxact:reset>
</ipxact:resets>
Expand Down Expand Up @@ -1658,7 +1658,7 @@ This field can be checked by a context switch routine to quickly determine wheth
<ipxact:bitOffset>0</ipxact:bitOffset>
<ipxact:resets>
<ipxact:reset>
<ipxact:value>0x0</ipxact:value>
<ipxact:value>0x141104</ipxact:value>
<ipxact:mask>0x3ffffff</ipxact:mask>
</ipxact:reset>
</ipxact:resets>
Expand Down
4 changes: 2 additions & 2 deletions docs/01_cva6_user/ip-xact/cva6_csr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@ component:
bitOffset: '30'
resets:
reset:
value: '0x0'
value: '0x1'
mask: '0x3'
bitWidth: '2'
access: read-write
Expand All @@ -1178,7 +1178,7 @@ component:
bitOffset: '0'
resets:
reset:
value: '0x0'
value: '0x141104'
mask: '0x3ffffff'
bitWidth: '26'
access: read-write
Expand Down

0 comments on commit 6ce4705

Please sign in to comment.