Skip to content

Commit

Permalink
Bump to firtool 1.37.0 (#3155) (#3158)
Browse files Browse the repository at this point in the history
(cherry picked from commit a652526)

Co-authored-by: Jack Koenig <[email protected]>
  • Loading branch information
mergify[bot] and jackkoenig authored Apr 4, 2023
1 parent 39327df commit 05be8a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install-circt/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 05be8a2

Please sign in to comment.