Johan Euphrosine

Results 579 comments of Johan Euphrosine

@donnie-j @monibahmed also interested about this discussion in the context of https://github.com/hdl/conda-eda/issues/244 https://github.com/hdl/conda-eda/issues/245 and streamlining installation of OpenLane in jupyter notebook, see https://github.com/chipsalliance/silicon-notebooks. We got most of the dependencies of...

> It would be ideal to use Conda environments, since we don't have sudo access in our production Linux environments. @monibahmed I'm experimenting with creating a custom conda installer (using...

As discussed in https://github.com/The-OpenROAD-Project/OpenROAD/pull/2288 and https://github.com/The-OpenROAD-Project/OpenROAD/issues/2287 this seems to be an issue with OpenLane not passing the `-exit` flag when calling `openroad -python` and therefore hanging forever on the python...

Potentials call site to update: https://github.com/The-OpenROAD-Project/OpenLane/search?q=%22-python%22

@RTimothyEdwards do you think this could be related to recent netgen changes? I don't get any LVS errors when using an older version of netgen `1.5.229_0_g153ce0e`: https://colab.sandbox.google.com/gist/proppy/5322c64a317a584aee81fb77f930152f/gf180mcu-openlane-playground.ipynb ``` [STEP 29]...

I think that means it could related to one of those three changes: - https://github.com/RTimothyEdwards/netgen/commit/9297090dc1f4896f724c4b5beacdc60aab51df22 - https://github.com/RTimothyEdwards/netgen/commit/4fa4d046c893c3e31c44402e13d499021336f642 - https://github.com/RTimothyEdwards/netgen/commit/cc5f6d929f8f1f71cc4c3411943f0806ee19c95b Curious if it would make sense to test them in isolation,...

@curtisma feel free to also add me as a co-maintainer

@ddm2000 if you want to install the latest version of magic without building is from source, you could give a try to the conda package published here: https://anaconda.org/conda-forge/magic

I get a similar error with a fairly recent build: https://github.com/KLayout/klayout/actions/runs/3115315370, see: https://colab.research.google.com/gist/proppy/ea45ad7edeb6338d2c71b31218f7f29b/klayout-playground.ipynb#scrollTo=uFHz1CpDUZuB ``` RuntimeError Traceback (most recent call last) in 4 5 lv = lay.LayoutView() ----> 6 lv.load_layout('nand2.gds') 7...