Johan Euphrosine
Johan Euphrosine
Also do you know if there is a way to get a raw array out of a https://github.com/KLayout/klayout/blob/348faa64b3893433c3693c8d68dad9e484a32938/src/laybasic/laybasic/layPixelBuffer.h w/ the Python bindings? (I'd like to avoid getting the pixel one...
@klayoutmatthias I cleaned up the notebook demo we worked on at FSiC and uploaded it here: https://colab.research.google.com/gist/proppy/6956a38ce1a69c710719c7edb40377c6/klayout-playground.ipynb  
@umarcor thanks for working on this, this really improve the navigation experience a lot! One potential concerns, wouldn't removing the standalone rst files in favor of "including them" break some...
@RTimothyEdwards Thanks for pushing this! I gave you script a try and was able to get up until the last command, where I encounter the following issue: ``` + /home/proppy/src/github.com/RTimothyEdwards/open_pdks/sky130/custom/scripts/process_params.py...
@mithro and @QuantamHD as a lot of people are waiting for this, what do you think of dumping the converted models into a separate branch/repo and working together with the...
> The README file states that I needed to make some minor changes to the mismatch_params.py and process_params.py files for the different syntax I should probably have read it more...
> I copied the modified script to skywater-pdk-audit and committed it to my branch, so if you do a pull it should work now. Thanks I pulled your copy and...
Ran the tests: ``` Simulation summary: Passing devices: sky130_fd_pr__cap_mim_m3_1 sky130_fd_pr__cap_mim_m3_2 sky130_fd_pr__esd_nfet_05v0_nvt sky130_fd_pr__esd_nfet_g5v0d10v5 sky130_fd_pr__esd_pfet_g5v0d10v5 sky130_fd_pr__nfet_01v8 sky130_fd_pr__nfet_01v8_lvt sky130_fd_pr__nfet_03v3_nvt sky130_fd_pr__nfet_05v0_nvt sky130_fd_pr__nfet_20v0 sky130_fd_pr__nfet_20v0_iso sky130_fd_pr__nfet_20v0_nvt sky130_fd_pr__nfet_20v0_zvt sky130_fd_pr__nfet_g5v0d10v5 sky130_fd_pr__nfet_g5v0d16v0 sky130_fd_pr__pfet_01v8 sky130_fd_pr__pfet_01v8_hvt sky130_fd_pr__pfet_01v8_lvt sky130_fd_pr__pfet_20v0 sky130_fd_pr__pfet_g5v0d10v5 sky130_fd_pr__pfet_g5v0d16v0 sky130_fd_pr__diode_pd2nw_05v5...
Curious if that's what it's supposed to looks like:  And if there is way to generate something similar the graph shown @hpretl in https://github.com/google/skywater-pdk/issues/381#issue-1294635084 to compare?
> So if you pass that file as an argument to the script, you should get (I think) 51 passes and 0 fails. Indeed! ``` 🍡 ./run_spice_tests.py continuous.txt ... Final...