Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add i2c-gpio-expander #11

Merged
merged 4 commits into from
Nov 22, 2024

Conversation

dnltz
Copy link
Contributor

@dnltz dnltz commented Nov 11, 2024

Add the project structure, layout and source files for an i2c-gpio-expander design.

See https://github.com/aesc-silicon/i2c-gpio-expander

@dnltz dnltz force-pushed the WIP/dnltz/i2c-gpio-expander branch from 753aad2 to d63f90a Compare November 11, 2024 17:38
@dnltz dnltz closed this Nov 11, 2024
@dnltz dnltz reopened this Nov 11, 2024
@dnltz dnltz force-pushed the WIP/dnltz/i2c-gpio-expander branch from d63f90a to 8231cfa Compare November 18, 2024 15:52
Add the project structure, layout and source files for an
i2c-gpio-expander design.

It includes a modified sg13g2_io.gds file with manually
added Cont to fix LU.d and LU.d1 violations.

See https://github.com/aesc-silicon/i2c-gpio-expander

Signed-off-by: Daniel Schultz <[email protected]>
Trigger on all events when a PR is opened to main branch.

Signed-off-by: Daniel Schultz <[email protected]>
Klayout native supports gzip compressed GDS files. Add this to the
action to not ignore those files.

Signed-off-by: Daniel Schultz <[email protected]>
@dnltz dnltz force-pushed the WIP/dnltz/i2c-gpio-expander branch from f88d1f3 to afc07ce Compare November 18, 2024 15:59
@@ -20,7 +20,7 @@ name: DRC
on:
push:
pull_request:
types: [opened, reopened]
branches: [ main]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed this line to also trigger on force-pushes.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PhilippNauck can you please take a look at this ?

@@ -139,8 +139,9 @@ jobs:
if [[ $file =~ $FileRe ]]; then
ZipRe="\.zip"
GDSRe="\.gds$"
GDSGZRe="\.gds.gz$"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This adds support for gds.gz files as this type of compression reduce the disk size quite a lot!

@dnltz
Copy link
Contributor Author

dnltz commented Nov 19, 2024

@KrzysztofHerman pushed a new GDS file with slightly less fill in M3-5 and a little bit more in M2

@KrzysztofHerman KrzysztofHerman merged commit 1d0a0ad into IHP-GmbH:main Nov 22, 2024
1 check passed
@KrzysztofHerman
Copy link
Contributor

@dnltz

Congratulations !
You design was accepted for production.
Testfield: T576
Top cell name: SG13G2Top

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants