@User I see in the spice netlist (
sky130_fd_sc_hd.spice
) the
inv_1
is declared as:
.subckt sky130_fd_sc_hd__clkinv_1 A VGND VNB VPB VPWR Y
so port order is
input, nsupply, nbody, pbody, psupply, output.
In the above (2nd) picture it looks like the port order is
Input, nsupply, psupply, output, nbody, pbody
.
I am sure the port order of extracted subcircuits matches the port order of subcircuit calls in the extracted netlist.
However the order is different from the .spice file of the stdcells. I am not sure if this has any impact on LVS, probably
not. Just curious.