-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add i2c-gpio-expander #11
Conversation
753aad2
to
d63f90a
Compare
d63f90a
to
8231cfa
Compare
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]>
f88d1f3
to
afc07ce
Compare
@@ -20,7 +20,7 @@ name: DRC | |||
on: | |||
push: | |||
pull_request: | |||
types: [opened, reopened] | |||
branches: [ main] |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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$" |
There was a problem hiding this comment.
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!
@KrzysztofHerman pushed a new GDS file with slightly less fill in M3-5 and a little bit more in M2 |
Congratulations ! |
Add the project structure, layout and source files for an i2c-gpio-expander design.
See https://github.com/aesc-silicon/i2c-gpio-expander