Skip to content

Commit 194a922

Browse files
committed
chore: update openlane tag to 2023.11.23
Also update the PDK to the respective version. This solves the OpenLane ABC issue: The-OpenROAD-Project/OpenLane#2051
1 parent b430eaf commit 194a922

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

action.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ runs:
1313
# REMINDER: When updating the OpenLane version do not forget to change the PDKs used for
1414
# other actions in this repository precheck/action.yml, gl_test/action.yml,
1515
# and eqy_test/action.yml
16-
# PDK_VERSION=dd7771c384ed36b91a25e9f8b314355fc26561be
16+
# PDK_VERSION=e0f692f46654d6c7c99fc70a0c94a080dab53571
1717
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
2020
OPENLANE_ROOT=/home/runner/openlane
2121
PDK_ROOT=/home/runner/pdk
2222
PDK=sky130A

eqy_test/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
uses: TinyTapeout/volare-action@v1
2525
with:
2626
pdk_name: sky130
27-
pdk_version: dd7771c384ed36b91a25e9f8b314355fc26561be
27+
pdk_version: e0f692f46654d6c7c99fc70a0c94a080dab53571
2828
pdk_root: /home/runner/pdk
2929

3030
# install oss fpga tools

gl_test/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
uses: TinyTapeout/volare-action@v1
3030
with:
3131
pdk_name: sky130
32-
pdk_version: dd7771c384ed36b91a25e9f8b314355fc26561be
32+
pdk_version: e0f692f46654d6c7c99fc70a0c94a080dab53571
3333
pdk_root: /home/runner/pdk
3434

3535
# Set Python up and install cocotb

precheck/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
run: |
1313
cat << EOF >> $GITHUB_ENV
1414
PDK_ROOT=/home/runner/pdk
15-
PDK_VERSION=dd7771c384ed36b91a25e9f8b314355fc26561be
15+
PDK_VERSION=e0f692f46654d6c7c99fc70a0c94a080dab53571
1616
EOF
1717
1818
- name: Checkout tt-support-tools repo

0 commit comments

Comments
 (0)