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 6, 2020
1 parent 449f53d commit bcd6e69
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 firrtl
4 changes: 2 additions & 2 deletions wit-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"source": "git@github.com:sifive/api-chisel3-sifive.git"
},
{
"commit": "d033d4123672b07a90afb5536b3e6cf83b7228ff",
"commit": "d379dca4413d4cb08b02165a493faff01f3ddbb9",
"name": "chisel3",
"source": "git@github.com:freechipsproject/chisel3.git"
},
{
"commit": "4f92b94e0e8f35accb4fcc2f06390486d7144740",
"commit": "05d047a9befda3877f5d8a0a9e1076ffd520ddf9",
"name": "firrtl",
"source": "git@github.com:freechipsproject/firrtl.git"
},
Expand Down

0 comments on commit bcd6e69

Please sign in to comment.