File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
version :
5
5
description : ' version to install'
6
6
required : false
7
- default : ' firtool-1.36 .0'
7
+ default : ' firtool-1.37 .0'
8
8
9
9
runs :
10
10
using : composite
19
19
if : steps.cache-circt.outputs.cache-hit != 'true'
20
20
run : |
21
21
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
23
23
24
24
- shell : bash
25
25
run : echo "$(pwd)/circt/bin" >> $GITHUB_PATH
Original file line number Diff line number Diff line change 20
20
jvm : ["8"]
21
21
scala : ["2.13.10", "2.12.17"]
22
22
espresso : ["2.4"]
23
- circt : ["firtool-1.36 .0"]
23
+ circt : ["firtool-1.37 .0"]
24
24
runs-on : ${{ matrix.system }}
25
25
26
26
steps :
You can’t perform that action at this time.
0 commit comments