Skip to content

Commit

Permalink
Merge pull request #461 from riscv-boom/RC-1.3-bump
Browse files Browse the repository at this point in the history
RC bump to add new coreParam set to default
  • Loading branch information
abejgonzalez committed May 13, 2020
2 parents e81d8cc + 79c0e55 commit d0077cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/common/parameters.scala
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ case class BoomCoreParams(
useAtomics: Boolean = true,
useDebug: Boolean = true,
useUser: Boolean = true,
useSupervisor: Boolean = false,
useVM: Boolean = true,
useCompressed: Boolean = false,
useSCIE: Boolean = false,
Expand Down

0 comments on commit d0077cf

Please sign in to comment.