Skip to content

Commit

Permalink
Bump to Chisel 3.5; bump hardfloat
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbiancolin committed Jan 17, 2022
1 parent f0b7bb0 commit 5d962fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import scala.sys.process._

enablePlugins(PackPlugin)

// This needs to stay in sync with the chisel3 and firrtl git submodules
val chiselVersion = "3.4.3"
val chiselVersion = "3.5.0"

lazy val commonSettings = Seq(
organization := "edu.berkeley.cs",
Expand All @@ -18,7 +17,7 @@ lazy val commonSettings = Seq(
libraryDependencies ++= Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value),
libraryDependencies ++= Seq("org.json4s" %% "json4s-jackson" % "3.6.1"),
libraryDependencies ++= Seq("org.scalatest" %% "scalatest" % "3.2.0" % "test"),
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full),
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full),
resolvers ++= Seq(
Resolver.sonatypeRepo("snapshots"),
Resolver.sonatypeRepo("releases"),
Expand Down
2 changes: 1 addition & 1 deletion hardfloat

0 comments on commit 5d962fe

Please sign in to comment.