-
Notifications
You must be signed in to change notification settings - Fork 297
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
flow: platforms: ihp-sg13g2: Add IO files #2090
flow: platforms: ihp-sg13g2: Add IO files #2090
Conversation
@maliberty any concerns about adding |
In order to generate a pad ring the user will need to set FOOTPRINT_TCL (or the obsolete FOOTPRINT). HAS_IO_RING seems redundant. |
That's even better, thanks! |
0392ebd
to
d4a23aa
Compare
@KrzysztofHerman fyi |
This is marked as a draft - should I hold off on review? |
yeah, let's start when the other PR got merged since this fails anyway |
Add all IO related lib, lef, and gds files when 'FOOTPRINT_TCL' is set. Those files will be appended to the 'ADDITIONAL_x' variables. Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
d4a23aa
to
1e09375
Compare
@maliberty since all required files are on master now, this PR is ready for review :) |
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.
Is there a plan to generate a non-dummy IO lib file?
@maliberty lib files for IO cells are only available in the dev branch: https://github.com/IHP-GmbH/IHP-Open-PDK/tree/dev/ihp-sg13g2/libs.ref/sg13g2_io/lib So, should be available with the next merge to main. |
@dnltz will you make a PR once they are ready? |
sure, can do that. |
Add all IO related lib, lef, and gds files when 'HAS_IO_RING' is set to 1. Those files will be appended to the 'ADDITIONAL_x' variables.