Skip to content

Commit

Permalink
make csr pics smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
ved-rivos committed Aug 11, 2023
1 parent 055b93a commit abc2b8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions cfi_backward.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ This chapter specifies the CSR state of the Zicfiss extensions.
{bits: 1, name: 'HADE'},
{bits: 1, name: 'PBMTE'},
{bits: 1, name: 'STCE'},
], config:{lanes: 4, hspace:1024}}
], config:{lanes: 1, hspace:1024}}
....

Zicfiss extension introduces the `SSE` field (bit 3) in `menvcfg`. When
Expand Down Expand Up @@ -123,7 +123,7 @@ rules apply:
{bits: 1, name: 'HADE'},
{bits: 1, name: 'PBMTE'},
{bits: 1, name: 'STCE'},
], config:{lanes: 4, hspace:1024}}
], config:{lanes: 1, hspace:1024}}
....

Zicfiss extension introduces the `SSE` field (bit 2) in `henvcfg`. When
Expand Down Expand Up @@ -160,7 +160,7 @@ then the bit 2 is also read-only zero.
{bits: 1, name: 'WPRI'},
{bits: 6, name: 'SSPMP'},
{bits: 47, name: 'WPRI'},
], config:{lanes: 4, hspace:1024}}
], config:{lanes: 1, hspace:1024}}
....

The Zicfiss extension introduces the `SSPMP` WARL field in `mseccfg`. The
Expand Down
4 changes: 2 additions & 2 deletions cfi_forward.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ This chapter specifies the CSR state of the Zicfilp extension.
{bits: 1, name: 'HADE'},
{bits: 1, name: 'PBMTE'},
{bits: 1, name: 'STCE'},
], config:{lanes: 4, hspace:1024}}
], config:{lanes: 1, hspace:1024}}
....

Zicfilp extension introduces the `LPE` field (bit 2) in `menvcfg`. When
Expand Down Expand Up @@ -178,7 +178,7 @@ following rules apply to VU/U-mode:
{bits: 1, name: 'HADE'},
{bits: 1, name: 'PBMTE'},
{bits: 1, name: 'STCE'},
], config:{lanes: 4, hspace:1024}}
], config:{lanes: 1, hspace:1024}}
....

Zicfilp extension introduces the `LPE` field (bit 2) in `henvcfg`. When
Expand Down

0 comments on commit abc2b8c

Please sign in to comment.