Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sequencer committed Jan 7, 2022
1 parent bdf41a0 commit 22a369a
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 22a369a

Please sign in to comment.