Johan Euphrosine
Johan Euphrosine
also tried the netlist from https://github.com/google/skywater-pdk/issues/381#issuecomment-1237314806 # sky130_fd_pr__pfet_01v8_hvt ## binned ``` ** sky130_fd_pr__pfet_01v8_hvt gm/id binned models .lib ../../../conda-env/share/pdk/sky130A/libs.tech/ngspice/sky130.lib.spice tt X1 vdp vgp 0 vbp sky130_fd_pr__pfet_01v8_hvt w=10 l=0.15 vsdp 0 vdp...
@RTimothyEdwards understood, let's continue to discuss the "bad behavior" around bin boundary in #380. We can keep this issue (#381) to investigate the root cause of the bump in the...
+1 ideally the `Makefile` should not make any assumption on how things are installed to make it possible for advanced users, packagers and downstream dependencies to manage dependencies by themselves;...
Seems like more of an issue with https://github.com/SymbiFlow/make-env. Maybe @mithro can comment on why this is structured that way? https://github.com/SymbiFlow/make-env/blob/master/test/third_party/make-env
not ideal, but I usually look at the reference that has ruby examples: https://www.klayout.de/doc-qt5/code/index.html And they do the mental shift to try to figure out the calling convention in python.
Did a quick survey of all the `sc` libraries: ``` 🍡 grep sdf_cond sky130_fd_sc_hd/latest/cells/mux2/*.lib.json | wc -l 0 🍙 grep sdf_cond sky130_fd_sc_hdll/latest/cells/mux2/*.lib.json | wc -l 264 🍊 grep sdf_cond sky130_fd_sc_hs/latest/cells/mux2/*.lib.json...
It also seems that `sdf_cond` is missing for all the cells in `hd`: ``` 🍊 grep sdf_cond sky130_fd_sc_hd/latest/cells/*/*.lib.json | wc -l 0 ```
related to https://github.com/google/skywater-pdk/pull/143, since we should also update [skywater-pdk.rtfd.io](https://skywater-pdk.rtfd.io/) to have those index in the first place.
Looks like those are sourced from [`resistance-values.tsv`](https://github.com/google/skywater-pdk/blob/5a57f505cd4cd65d10e9f37dd2d259a526bc9bf7/docs/rules/rcx/resistance-values.tsv) included in https://github.com/google/skywater-pdk/pull/106.
Looks like this was done in https://github.com/google/skywater-pdk-libs-sky130_fd_sc_hd/commit/e95890ac25f7109e8cb0347b586a41edb48f52f3 as part of #124 to address #113. @mithro @msaligane any reason we didn't bump the version in https://github.com/google/skywater-pdk-libs-sky130_fd_sc_hd/blob/ac7fb61f06e6470b94e8afdf7c25268f62fbd7b1/cells/tap/sky130_fd_sc_hd__tap_1.lef#L17 as part of the same...