Skip to content

Commit

Permalink
vexRiscvConfig misa is back
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Sep 26, 2023
1 parent e627370 commit 5a179ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/vexriscv/demo/smp/VexRiscvSmpCluster.scala
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ object VexRiscvSmpClusterGen {
marchid = 0,
mimpid = 0,
mhartid = hartId,
misaExtensionsInit = if(reducedCsr) 0 else misa,
misaExtensionsInit = misa,
misaAccess = if(forceMisa) CsrAccess.READ_ONLY else CsrAccess.NONE,
mtvecAccess = if(reducedCsr) CsrAccess.WRITE_ONLY else CsrAccess.READ_WRITE,
mtvecInit = null,
Expand Down

0 comments on commit 5a179ac

Please sign in to comment.