Bump rocketchip to latest, chisel to 3.5.2
Remove fork of BusTopologies from rocket-chip Update generators/chipyard/src/main/scala/config/AbstractConfig.scala Co-authored-by: Abraham Gonzalez <abe.j.gonza@gmail.com>
This commit is contained in:
@@ -60,7 +60,7 @@ def isolateAllTests(tests: Seq[TestDefinition]) = tests map { test =>
|
||||
new Group(test.name, Seq(test), SubProcess(options))
|
||||
} toSeq
|
||||
|
||||
val chiselVersion = "3.5.1"
|
||||
val chiselVersion = "3.5.2"
|
||||
|
||||
lazy val chiselSettings = Seq(
|
||||
libraryDependencies ++= Seq("edu.berkeley.cs" %% "chisel3" % chiselVersion,
|
||||
|
||||
Reference in New Issue
Block a user