From 05be8a251610d68a1c8fad3b5c754665c29caff1 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 03:34:58 +0000 Subject: [PATCH] Bump to firtool 1.37.0 (#3155) (#3158) (cherry picked from commit a652526833b89b73d5591d4a63cfeb4b929e63b4) Co-authored-by: Jack Koenig --- .github/workflows/install-circt/action.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/install-circt/action.yml b/.github/workflows/install-circt/action.yml index 92bf3815bb9..60c9c95cb1d 100644 --- a/.github/workflows/install-circt/action.yml +++ b/.github/workflows/install-circt/action.yml @@ -4,7 +4,7 @@ inputs: version: description: 'version to install' required: false - default: 'firtool-1.36.0' + default: 'firtool-1.37.0' runs: using: composite @@ -19,7 +19,7 @@ runs: if: steps.cache-circt.outputs.cache-hit != 'true' run: | mkdir circt - wget -q -O - https://github.com/llvm/circt/releases/download/${{ inputs.version }}/circt-bin-ubuntu-20.04.tar.gz | tar -zx -C circt/ --strip-components 1 + wget -q -O - https://github.com/llvm/circt/releases/download/${{ inputs.version }}/firrtl-bin-ubuntu-20.04.tar.gz | tar -zx -C circt/ --strip-components 1 - shell: bash run: echo "$(pwd)/circt/bin" >> $GITHUB_PATH diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6a7659bbe1f..fe3d5f03620 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: jvm: ["8"] scala: ["2.13.10", "2.12.17"] espresso: ["2.4"] - circt: ["firtool-1.36.0"] + circt: ["firtool-1.37.0"] runs-on: ${{ matrix.system }} steps: