Skip to content

Commit

Permalink
Bump Chisel along 3.4.x release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkoenig committed Nov 2, 2020
1 parent 1b9b97b commit 4e75304
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import scala.sys.process._
enablePlugins(PackPlugin)

// This needs to stay in sync with the chisel3 and firrtl git submodules
val chiselVersion = "3.4.0-RC3"
val chiselVersion = "3.4.0"

lazy val commonSettings = Seq(
organization := "edu.berkeley.cs",
Expand Down
2 changes: 1 addition & 1 deletion chisel3
2 changes: 1 addition & 1 deletion wit-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"source": "git@github.com:sifive/api-chisel3-sifive.git"
},
{
"commit": "d033d4123672b07a90afb5536b3e6cf83b7228ff",
"commit": "8106f183e9c832593edfa218148131e7f0083a6e",
"name": "chisel3",
"source": "git@github.com:freechipsproject/chisel3.git"
},
Expand Down

0 comments on commit 4e75304

Please sign in to comment.