From bcd6e69040ab681e235b8a4cf6cd9696f280ff8e Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Fri, 30 Oct 2020 10:38:35 -0700 Subject: [PATCH] Bump Chisel along 3.4.x release branch --- build.sbt | 2 +- chisel3 | 2 +- firrtl | 2 +- wit-manifest.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index 8e19672df8f..134e853ef4c 100644 --- a/build.sbt +++ b/build.sbt @@ -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", diff --git a/chisel3 b/chisel3 index d033d412367..d379dca4413 160000 --- a/chisel3 +++ b/chisel3 @@ -1 +1 @@ -Subproject commit d033d4123672b07a90afb5536b3e6cf83b7228ff +Subproject commit d379dca4413d4cb08b02165a493faff01f3ddbb9 diff --git a/firrtl b/firrtl index 4f92b94e0e8..05d047a9bef 160000 --- a/firrtl +++ b/firrtl @@ -1 +1 @@ -Subproject commit 4f92b94e0e8f35accb4fcc2f06390486d7144740 +Subproject commit 05d047a9befda3877f5d8a0a9e1076ffd520ddf9 diff --git a/wit-manifest.json b/wit-manifest.json index 51aeb8cb7c6..0a1d109a2bc 100644 --- a/wit-manifest.json +++ b/wit-manifest.json @@ -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" },