Skip to content

Commit

Permalink
Merge pull request #1 from sequencer/rc_2841_bump
Browse files Browse the repository at this point in the history
  • Loading branch information
abejgonzalez committed Jan 17, 2022
2 parents bdf41a0 + 22a369a commit f92ffe7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/scala/IbexTile.scala
Expand Up @@ -49,6 +49,7 @@ case class IbexCoreParams(
val dmExceptionAddr: Int = 0x1A110808
) extends CoreParams {
val useVM: Boolean = false
val useHypervisor: Boolean = false
val useUser: Boolean = true
val useSupervisor: Boolean = false
val useDebug: Boolean = true
Expand Down Expand Up @@ -81,6 +82,7 @@ case class IbexCoreParams(
val mcontextWidth: Int = 0
val scontextWidth: Int = 0
val useNMI: Boolean = true
val nPTECacheEntries: Int = 0
}

case class IbexTileAttachParams(
Expand Down

0 comments on commit f92ffe7

Please sign in to comment.