Skip to content

Commit

Permalink
bump for bump for chipsalliance/rocket-chip#2841
Browse files Browse the repository at this point in the history
  • Loading branch information
sequencer committed Jan 7, 2022
1 parent 66ff5bf commit c2195ce
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 c2195ce

Please sign in to comment.