Skip to content

Commit

Permalink
Bump core submodules to support B extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Aug 13, 2024
1 parent bf57ac9 commit 99fc903
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 11 deletions.
7 changes: 3 additions & 4 deletions generators/chipyard/src/main/scala/example/TutorialTile.scala
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,11 @@ case class MyCoreParams(
val decodeWidth: Int = 1 // TODO: Check
val fetchWidth: Int = 1 // TODO: Check
val retireWidth: Int = 2
val useBitManip: Boolean = false
val useBitManipCrypto: Boolean = false
val useCryptoNIST: Boolean = false
val useCryptoSM: Boolean = false
val traceHasWdata: Boolean = false
val useConditionalZero = false
val useZba: Boolean = false
val useZbb: Boolean = false
val useZbs: Boolean = false
}

// DOC include start: CanAttachTile
Expand Down
2 changes: 1 addition & 1 deletion generators/cva6
2 changes: 1 addition & 1 deletion generators/ibex
2 changes: 1 addition & 1 deletion generators/rerocc
2 changes: 1 addition & 1 deletion generators/riscv-sodor
2 changes: 1 addition & 1 deletion generators/shuttle

0 comments on commit 99fc903

Please sign in to comment.