From 91842a272ebe43fddf2b81bce55f83b25c17d4a5 Mon Sep 17 00:00:00 2001 From: bartender Date: Mon, 26 Feb 2024 04:33:37 +0000 Subject: [PATCH 1/3] [cd] Bump CIRCT from firtool-1.61.0 to firtool-1.66.0 This is an automated commit generated by the `circt/update-circt` GitHub Action. (cherry picked from commit dc02e4016e87c3539e52e8b4b5ea985dd20297db) --- conda-reqs/circt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-reqs/circt.json b/conda-reqs/circt.json index 3b5ca63a67..1eb54a4391 100644 --- a/conda-reqs/circt.json +++ b/conda-reqs/circt.json @@ -1,3 +1,3 @@ { - "version": "firtool-1.61.0" + "version": "firtool-1.66.0" } From 38d7a7650172cacdd4dd8ee4dcb82db0936885b5 Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Mon, 26 Feb 2024 14:47:09 -0800 Subject: [PATCH 2/3] Bump for CIRCT | Fix style --- common.mk | 2 +- generators/mempress | 2 +- generators/sha3 | 2 +- generators/shuttle | 2 +- generators/testchipip | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common.mk b/common.mk index a0acba03fe..34c0878623 100644 --- a/common.mk +++ b/common.mk @@ -193,7 +193,7 @@ SFC_MFC_TARGETS = \ $(GEN_COLLATERAL_DIR) SFC_REPL_SEQ_MEM = --infer-rw --repl-seq-mem -c:$(MODEL):-o:$(SFC_SMEMS_CONF) -MFC_BASE_LOWERING_OPTIONS ?= emittedLineLength=2048,noAlwaysComb,disallowLocalVariables,verifLabels,locationInfoStyle=wrapInAtSquareBracket +MFC_BASE_LOWERING_OPTIONS ?= emittedLineLength=2048,noAlwaysComb,disallowLocalVariables,verifLabels,disallowPortDeclSharing,locationInfoStyle=wrapInAtSquareBracket # DOC include start: FirrtlCompiler # There are two possible cases for this step. In the first case, SFC diff --git a/generators/mempress b/generators/mempress index c3d4901ab0..415f55b583 160000 --- a/generators/mempress +++ b/generators/mempress @@ -1 +1 @@ -Subproject commit c3d4901ab0f3c28bfd4101ffd62f707a86fc377e +Subproject commit 415f55b583f3527500c5cf4e0a7b663982479098 diff --git a/generators/sha3 b/generators/sha3 index 5e49347f06..2d38585d64 160000 --- a/generators/sha3 +++ b/generators/sha3 @@ -1 +1 @@ -Subproject commit 5e49347f069c72eeb3bf23f1a09170b3cfd3eb2e +Subproject commit 2d38585d6410ca51ab19040fc23b1f6b3465270c diff --git a/generators/shuttle b/generators/shuttle index fd325d43a1..4bc2fa1e36 160000 --- a/generators/shuttle +++ b/generators/shuttle @@ -1 +1 @@ -Subproject commit fd325d43a162378dc1984e87297e6d710167db79 +Subproject commit 4bc2fa1e36209beae7323218ec006762ab096ac2 diff --git a/generators/testchipip b/generators/testchipip index 003c9c1e81..9c4b28a5b4 160000 --- a/generators/testchipip +++ b/generators/testchipip @@ -1 +1 @@ -Subproject commit 003c9c1e81c94c74f877d3883688c220dfe69d1b +Subproject commit 9c4b28a5b49aa1cd5b490c73efbb11d1e83d1f87 From 3d5b018ffdf0eb5e90318cb6979de38606db34c5 Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Mon, 26 Feb 2024 14:48:28 -0800 Subject: [PATCH 3/3] Use statically linked CIRCT --- scripts/build-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-setup.sh b/scripts/build-setup.sh index ffcee96bc6..d8a08c1cfa 100755 --- a/scripts/build-setup.sh +++ b/scripts/build-setup.sh @@ -308,7 +308,7 @@ if run_step "10"; then git submodule update --init $CYDIR/tools/install-circt && $CYDIR/tools/install-circt/bin/download-release-or-nightly-circt.sh \ - -f circt-full-shared-linux-x64.tar.gz \ + -f circt-full-static-linux-x64.tar.gz \ -i $PREFIX \ -v version-file \ -x $CYDIR/conda-reqs/circt.json \