Ryan R
08/19/2022, 10:29 AMMitch Bailey
08/19/2022, 1:16 PMfeedback why
after extract all
Ryan R
08/19/2022, 2:18 PMRyan R
08/19/2022, 2:24 PMMitch Bailey
08/19/2022, 2:28 PMRyan R
08/19/2022, 2:28 PMMitch Bailey
08/19/2022, 2:31 PMfeedback save ext.results
Ryan R
08/19/2022, 2:37 PMRyan R
08/19/2022, 2:45 PMTim Edwards
08/19/2022, 2:46 PMRyan R
08/19/2022, 2:47 PMTim Edwards
08/19/2022, 2:50 PMextract unique
before doing extract all
. Then if there are power supplies that are not properly connected then they will show up as errors. For the user project wrapper, though, you may want to keep the existing behavior, as long as you know that the "unconnected nodes" are, say, pins around the wrapper edge that are not being used, which would be a non-issue.Ryan R
08/19/2022, 2:52 PMTim Edwards
08/19/2022, 2:56 PMextract unique
will prevent missing opens that have both sides of the open labeled with the same name.
For the warnings above, there are only 8 of them and you can check the reported positions to make sure that they are not issues.Ryan R
08/19/2022, 3:12 PMTim Edwards
08/19/2022, 3:40 PMMitch Bailey
08/19/2022, 3:40 PMmagic.spice
has 7 of these in parallel (W=7
L=0.5
) x 7.
X4 a_524_n700# a_424_n726# a_366_n700# VSUBS sky130_fd_pr__nfet_g5v0d10v5 ad=2.03e+12p pd=1.458e+07u as=0p ps=0u w=7e+06u l=500000u
Your xschem.spice
has 1
XM1 net1 WL SL VSS sky130_fd_pr__nfet_g5v0d10v5 L=0.5 W=7 nf=7 ad='int((nf+1)/2) * W/nf * 0.29' as='int((nf+2)/2) * W/nf * 0.29'
The nf
parameter in xschem.spice
does not effect L or W. It is only used to calculate ad
and as
.
If the L parameters are equal, parallel mosfets are combined by summing the W parameters.
So your layout is equivalent to a W=49 L=0.5 mosfet. Each layout should have W=1 to be equivalent to the schematic.Ryan R
08/20/2022, 4:33 AMMitch Bailey
08/20/2022, 5:01 AM