Johan Euphrosine

Results 574 comments of Johan Euphrosine

I think that https://github.com/KLayout/klayout/issues/1082#issuecomment-1197720698 is the way to go. Did you see the notebook example?

I think ideally we would just implement some of the [`_repr`](https://ipython.readthedocs.io/en/stable/config/integrating.html#rich-display) methods so that `Component` just render magically when evaluated at the end of cell.

Do you have examples of Yosys JSON output? If the set is large enough something like https://github.com/ncarlier/genjson could be used to generated a merged schema. GitHubncarlier/genjsonA simple CLI used to...

Yes and I don't see where the pid for the child is (if at all) stored in the ExecConfig.

related #1812 #1849

Looking at the CI results, there doesn't seems to be a good way to pass the `-exit` flag for python script that consume arguments. If placed after a `-python SCRIPTNAME`...

@donn is there a way to pull the logs for the failing test from the CI? or does one need to run the same test locally?

Here is the failure I get when running the regression suite locally: ``` OpenLane 💀 cat ./regression_results/issue_regression_1007.log OpenLane bf0e83e509d0810d50d5d3579af61ce8916a8504 All rights reserved. (c) 2020-2022 Efabless Corporation and contributors. Available under...

> incompatible database schema revision seems to come from https://github.com/The-OpenROAD-Project/OpenROAD/blob/816cfe95a0c90dc7fe0395c000327b3aa6babf96/src/odb/src/db/dbDatabase.cpp#L308-L314 so I'd suspect that https://github.com/The-OpenROAD-Project/OpenLane/blob/master/tests/1007/in.odb has to be regenerated?