Skip to content

Commit

Permalink
Bump firtool to 1.45.0 (#3415)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkoenig authored Jul 11, 2023
1 parent 14a5674 commit c2ff7fd
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.44.0'
default: 'firtool-1.45.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 }}/firrtl-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-linux-x64.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 @@ -19,7 +19,7 @@ jobs:
jvm: ["8"]
scala: ["2.13.11"]
espresso: ["2.4"]
circt: ["firtool-1.44.0"]
circt: ["firtool-1.45.0"]
runs-on: ${{ matrix.system }}

steps:
Expand Down

0 comments on commit c2ff7fd

Please sign in to comment.