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 5946654 commit e3a9ae3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/scala/common/sodor_tile.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ case class SodorCoreParams(
internalTile: SodorInternalTileFactory = Stage5Factory
) extends CoreParams {
val useVM: Boolean = false
val useHypervisor: Boolean = false
val useUser: Boolean = false
val useSupervisor: Boolean = false
val useDebug: Boolean = true
Expand Down Expand Up @@ -60,6 +61,7 @@ case class SodorCoreParams(
val decodeWidth: Int = 1 // TODO: Check
val fetchWidth: Int = 1 // TODO: Check
val retireWidth: Int = 1
val nPTECacheEntries: Int = 0
}

// DOC include start: CanAttachTile
Expand Down

0 comments on commit e3a9ae3

Please sign in to comment.