Skip to content

Commit db46b8b

Browse files
htfaburish
htfab
authored andcommitted
feat(shuttle): integrate updated tt-multiplexer & openlane 2.3.8
1 parent d42c530 commit db46b8b

File tree

7 files changed

+23
-2127
lines changed

7 files changed

+23
-2127
lines changed

.github/config/openlane.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
OPENLANE_TAG=2.0.7
1+
OPENLANE_TAG=2.3.8
22
SKY130_PDK_VERSION=6d4d11780c40b20ee63cc98e645307a9bf2b2ab8

.github/workflows/gds.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ jobs:
119119
- name: Create eFabless submission
120120
run: python ./tt/configure.py --create-efabless-submission
121121

122+
- name: Patch GL power pin assignments
123+
run: sed -i 's/^ assign \(v[a-z0-9]*\) = \(v[a-z]*\);$/ assign \1 = \2; assign \2 = \1;/' efabless/verilog/gl/openframe_project_wrapper.v
124+
122125
- name: upload GDS artifact
123126
if: success() || failure()
124127
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)