Skip to content

Commit

Permalink
Bump to chisel 3.4.4 and FIRRTL 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbiancolin committed Dec 8, 2021
1 parent 2904260 commit df8161c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ def isolateAllTests(tests: Seq[TestDefinition]) = tests map { test =>
new Group(test.name, Seq(test), SubProcess(options))
} toSeq

val chiselVersion = "3.4.1"
val chiselVersion = "3.4.4"

lazy val chiselSettings = Seq(
libraryDependencies ++= Seq("edu.berkeley.cs" %% "chisel3" % chiselVersion),
addCompilerPlugin("edu.berkeley.cs" % "chisel3-plugin" % chiselVersion cross CrossVersion.full))

val firrtlVersion = "1.4.1"
val firrtlVersion = "1.4.4"

lazy val firrtlSettings = Seq(libraryDependencies ++= Seq("edu.berkeley.cs" %% "firrtl" % firrtlVersion))

Expand Down

0 comments on commit df8161c

Please sign in to comment.