Leo Moser
Leo Moser
Hi @jadoro, my padring branch should get merged into LibreLane soon: https://github.com/librelane/librelane/pull/806 You can already give the IHP LibreLane template a try, it will switch to the upstream dev branch...
Rebased on top of latest `dev`, the CI is clean.
@atorkmabrains Thank you for reviewing the PR. Ideally, I would rather not store the layout of a larger design in the PDK itself, as this would bloat the size of...
@dnltz I agree, for larger designs the CI should run in a separate repository, which it does for the LibreLane template design: https://github.com/IHP-GmbH/ihp-sg13g2-librelane-template However, it makes sense to run a...
@atorkmabrains I added another test for `run_drc.py` with multiprocessing. @FaragElsayed2 Yes, multiple table selections are not supported. I wasn't aware that this feature was supposed to work, since in single-threaded...
@FaragElsayed2 Multiple table selections are now implemented. It would be great if you could give this a try. I tested `run_drc` with and without mp, as well as the DRC...
@FaragElsayed2 It would be great if you could take a quick look, so this PR can be merged.
@FaragElsayed2 thank your for the manual testing, and for confirming that it works for you 👏 @atorkmabrains > Just to be clear, any feature you add you must add an...
@sergeiandreyev as mentioned before, I have now added smoke tests for runs with selected tables.
@FaragElsayed2 Thanks for the explanation, but I have already found that `$drc_json_default` was missing a default value :) I supplied the default value locally, but forgot to add it as...