gdsfactory / skywater130

skywater 130nm pdk
https://gdsfactory.github.io/skywater130/
MIT License
25 stars 12 forks source link

spice simulations not found #16

Open joamatab opened 2 years ago

joamatab commented 2 years ago

When running sky130/spice_models.py

ERROR, library file /home/jmatres/sky130/sky130/spice/sky130_fd_sc_hd.spice, section definition sky130_fd_sc_hd__a2111o_1 not f
ound
proppy commented 2 years ago

i think you may want to repackage the spice file from an installed version of the pdk (either thru https://anaconda.org/LiteX-Hub/open_pdks.sky130a or https://github.com/efabless/volare).

Some critical files are being added for the spice integration, see https://github.com/RTimothyEdwards/open_pdks/tree/master/sky130/custom/models

joamatab commented 2 years ago

perfect Proppy! I'll do that

where can I find some examples on how you do layout parasitic extraction?

@simbilod

joamatab commented 2 years ago

See example

https://gist.github.com/proppy/964fa4b9277c3baf9e731872bbad93e4

@smartalech

joamatab commented 1 year ago

it would be great to add examples on spice simulations

https://github.com/mkghub/skywater130_fd_pr_models

@mkghub

joamatab commented 1 year ago

Maybe we can add some demos from bigspicy

https://github.com/Vlsir/bigspicy

@growly