Skip to content

Commit e647996

Browse files
authored
mseccfg: Add PMM field in mseccfg CSR (#1788)
Machine ISA says that PMM field is furnished by the Smmpm extension. However `mseccfg` CSR definition is missing `PMM` field. This commit fixes that. Signed-off-by: Deepak Gupta <[email protected]>
1 parent c4dcfc8 commit e647996

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/images/wavedrom/mseccfg.edn

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
{bits: 1, name: 'USEED'},
1010
{bits: 1, name: 'SSEED'},
1111
{bits: 1, name: 'MLPE'},
12-
{bits: 53, name: 'WPRI'},
12+
{bits: 21, name: 'WPRI'},
13+
{bits: 2, name: 'PMM'},
14+
{bits: 30, name: 'WPRI'},
1315
], config:{lanes: 4, hspace:1024}}
1416
....

0 commit comments

Comments
 (0)