Manuel M
12/01/2022, 2:13 PMsky130_fd_pr_diodepw2nd_05v5
appear after ext2spice
when doing RC-extraction for postlayout-simulation?
Can't see anything suspicious, antenna diodes straight out of OpenLane and flattened, as described in the pinned message.
Magic updated to version 8.3.348
Workflow:
gds read adc_top
select top cell
snap internal
(precaution because of broken measure
(element
) command)
flatten adc_top_flat
Note:copied ports from subcircuits-dotoplabels
Note:erased every port-nolabels
load adc_top_flat
cellname delete adc_top
cellname rename adc_top_flat adc_top
select top cell
extract do local
extract unique
(no "label connected to more than one unconencted node" because of flattening)
extract warn no fets
(bypass mosfet-capacitor false-flags)
extract all
ext2sim labels on
ext2sim
extresist tolerance 10
extresist
Warning: via2 at 82965 78114 smaller than extract section allows (unrelated to diodes, happens once)
adding ....#; Tnew = -1989.62ns Told = -1989.82ns (negative values appear, intentional?)
Missing substrate connection of device at (2339 36861) on net VSS (Likely mos-cap)
Missing terminal connection of device at (2235 9615) on net VSS (Likely mos-cap)
ext2spice lvs
ext2spice cthresh 0
ext2spice extresist on
ext2spice
Device ndiode sky130_fd_pr__diode_pw2nd_05v5 at (8955, 38991) overlaps device with incompatible number of terminals (3 vs. 2)!``````
Tim Edwards
12/01/2022, 2:20 PMManuel M
12/01/2022, 2:29 PMff85171
Tim Edwards
12/01/2022, 3:29 PMManuel M
12/01/2022, 5:11 PM**FLOATING
caps: they are gone after box 866 1573 83782 78688
and erase label
before the second select top cell
. Negative values during extresist
and the diode-messages stay tho, but there won't be distracting floating or negative capacitances in the spice-fileTim Edwards
12/01/2022, 6:22 PMTim Edwards
12/11/2022, 2:19 PM