<@U016H5X1K62>: I am finding that the PNP extracts...
# open_pdks
t
@User: I am finding that the PNP extracts as a 4-terminal device; yours is extracting as a 6-terminal device because it is picking up annotations made on the layout in the comment layer. Normally that's not a problem. However, in this case, SkyWater has specific models for the device at different emitter sizes, and magic does not have any way to extract a different model name based on the emitter size. But it's possible to do that---I did that for the high-res and ultra-high res resistor devices. But that leaves an additional problem, which is that if the subcell has the name name as the device model, and the device model is a subcircuit, then that's a problem; the subcircuit needs to be renamed to something else. There's a slightly simpler solution, which is to remove the subcircuit from the netlist, but that won't work if the thing is extracting with more than the three terminals that the device model has. There's a way to keep it from outputting the stuff on the comment layer as terminals, but I'm still getting a 4-terminal extraction because for some reason it is not seeing the collector as tied to the substrate. If that's just an error in the the way the extraction is described in the magic tech file, then that's probably the best way to deal with it, even though it means hand-editing the layout-extracted netlist.