File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ runs:
13
13
# REMINDER: When updating the OpenLane version do not forget to change the PDKs used for
14
14
# other actions in this repository precheck/action.yml, gl_test/action.yml,
15
15
# and eqy_test/action.yml
16
- # PDK_VERSION=dd7771c384ed36b91a25e9f8b314355fc26561be
16
+ # PDK_VERSION=e0f692f46654d6c7c99fc70a0c94a080dab53571
17
17
cat << EOF >> $GITHUB_ENV
18
- OPENLANE_TAG=2023.11.17
19
- OPENLANE_IMAGE_NAME=efabless/openlane:2023.11.17
18
+ OPENLANE_TAG=2023.11.23
19
+ OPENLANE_IMAGE_NAME=efabless/openlane:2023.11.23
20
20
OPENLANE_ROOT=/home/runner/openlane
21
21
PDK_ROOT=/home/runner/pdk
22
22
PDK=sky130A
Original file line number Diff line number Diff line change 24
24
uses : TinyTapeout/volare-action@v1
25
25
with :
26
26
pdk_name : sky130
27
- pdk_version : dd7771c384ed36b91a25e9f8b314355fc26561be
27
+ pdk_version : e0f692f46654d6c7c99fc70a0c94a080dab53571
28
28
pdk_root : /home/runner/pdk
29
29
30
30
# install oss fpga tools
Original file line number Diff line number Diff line change 29
29
uses : TinyTapeout/volare-action@v1
30
30
with :
31
31
pdk_name : sky130
32
- pdk_version : dd7771c384ed36b91a25e9f8b314355fc26561be
32
+ pdk_version : e0f692f46654d6c7c99fc70a0c94a080dab53571
33
33
pdk_root : /home/runner/pdk
34
34
35
35
# Set Python up and install cocotb
Original file line number Diff line number Diff line change 12
12
run : |
13
13
cat << EOF >> $GITHUB_ENV
14
14
PDK_ROOT=/home/runner/pdk
15
- PDK_VERSION=dd7771c384ed36b91a25e9f8b314355fc26561be
15
+ PDK_VERSION=e0f692f46654d6c7c99fc70a0c94a080dab53571
16
16
EOF
17
17
18
18
- name : Checkout tt-support-tools repo
You can’t perform that action at this time.
0 commit comments