What are fanout and node fanout count ? They are u...
# openlane
r
What are fanout and node fanout count ? They are unequal during lvs in openlane. What can be done for this?
m
@Roshan Khatri Are you seeing errors inside the cells or at the module level?
r
@Mitch Bailey I was generating custom padframe and the errors are for corner pads pins. Can you have a look at below images
m
I believe @Tim Edwards said that he was still working on the extraction (spice side) for the IO cells. Tim, any progress reports?
t
@Roshan Khatri (@Mitch Bailey: This LVS is done on a higher level, just looking at the pins on the I/O cells, not the contents of the I/O cells, so extraction is not the issue here.): The second netlist, which I assume to be the schematic (?) Reports that each of the corner pads has VCC_HIB isolated instead of connecting to the ring around the padframe. These are shown in the LVS report as isolated nets like
_noconnect_52_
. Note that VCC_HIB has no internal connections; the openlane developers have added a fill cell to the supplementary set sky130_ef_io that is installed with open_pdks which connects the VCC_HIB bus to the neighboring VCCD.
@Mitch Bailey: Progress, yes, but there is some issue with substrate connectivity that was reported yesterday and may or may not be related to my failure to get an LVS clean extraction out of the I/O cells. Other issues are caused by the SkyWater files, as for example they have two VDDIO rings on the power bus, and the netlists all have one VDDIO pin on every I/O pad cell, but these two rings are clearly not connected to each other inside any cell other than the VDDIO power pad. These kind of annoyances are making my work difficult.