Merge remote-tracking branch 'origin/main' into rcbump

This commit is contained in:
Jerry Zhao
2023-07-25 09:30:19 -07:00
33 changed files with 1788 additions and 1027 deletions

View File

@@ -122,7 +122,8 @@ lazy val rocketchip = freshProject("rocketchip", rocketChipDir)
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"org.json4s" %% "json4s-jackson" % "3.6.6",
"org.scalatest" %% "scalatest" % "3.2.0" % "test"
"org.scalatest" %% "scalatest" % "3.2.0" % "test",
"org.scala-graph" %% "graph-core" % "1.13.5"
)
)
.settings( // Settings for scalafix