Skip to content

Commit 05be8a2

Browse files
Bump to firtool 1.37.0 (#3155) (#3158)
(cherry picked from commit a652526) Co-authored-by: Jack Koenig <koenig@sifive.com>
1 parent 39327df commit 05be8a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/install-circt/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
version:
55
description: 'version to install'
66
required: false
7-
default: 'firtool-1.36.0'
7+
default: 'firtool-1.37.0'
88

99
runs:
1010
using: composite
@@ -19,7 +19,7 @@ runs:
1919
if: steps.cache-circt.outputs.cache-hit != 'true'
2020
run: |
2121
mkdir circt
22-
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
22+
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
2323
2424
- shell: bash
2525
run: echo "$(pwd)/circt/bin" >> $GITHUB_PATH

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
jvm: ["8"]
2121
scala: ["2.13.10", "2.12.17"]
2222
espresso: ["2.4"]
23-
circt: ["firtool-1.36.0"]
23+
circt: ["firtool-1.37.0"]
2424
runs-on: ${{ matrix.system }}
2525

2626
steps:

0 commit comments

Comments
 (0)