Skip to content

Commit

Permalink
Merge pull request #13 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 66ff5bf + c2195ce commit 39e3b48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/scala/CVA6Tile.scala
Expand Up @@ -41,6 +41,7 @@ case class CVA6CoreParams(
) extends CoreParams {
/* DO NOT CHANGE BELOW THIS */
val useVM: Boolean = true
val useHypervisor: Boolean = false
val useUser: Boolean = true
val useSupervisor: Boolean = false
val useDebug: Boolean = true
Expand Down Expand Up @@ -74,6 +75,7 @@ case class CVA6CoreParams(
val decodeWidth: Int = 1 // TODO: Check
val fetchWidth: Int = 1 // TODO: Check
val retireWidth: Int = 2
val nPTECacheEntries: Int = 8 // TODO: Check
}

case class CVA6TileAttachParams(
Expand Down

0 comments on commit 39e3b48

Please sign in to comment.