Jared Marchant
12/23/2021, 9:42 AMMitch Bailey
12/23/2021, 2:06 PMJared Marchant
12/23/2021, 4:37 PM*Netlist with only the bottom nfet in the layout
.subckt dnwcell Gate2 Drain2 Source2
X0 Source2 Gate2 Drain2 Source2 sky130_fd_pr__nfet_01v8 ad=0p pd=0u as=0p ps=0u w=420000u l=150000u
.ends
*Netlist with only the top nfet in the layout
.subckt dnwcell Source Gate Drain
X0 Source Gate Drain Source sky130_fd_pr__nfet_01v8 ad=0p pd=0u as=0p ps=0u w=420000u l=150000u
.ends
*Netlist with both nfets present
.subckt dnwcell Source Gate Drain Gate2 Drain2 Source2
X0 Source Gate Drain Source sky130_fd_pr__nfet_01v8 ad=0p pd=0u as=0p ps=0u w=420000u l=150000u
X1 Source2 Gate2 Drain2 VSUBS sky130_fd_pr__nfet_01v8 ad=0p pd=0u as=0p ps=0u w=420000u l=150000u
.ends
VSUBS in X1 is the problem. Different from the bottom nfet extracted aloneJared Marchant
12/23/2021, 4:38 PMJared Marchant
12/23/2021, 4:38 PMJared Marchant
12/23/2021, 4:39 PMJared Marchant
12/23/2021, 4:39 PMJared Marchant
12/23/2021, 4:41 PMTim Edwards
12/23/2021, 5:03 PMJared Marchant
12/23/2021, 5:09 PMTim Edwards
12/23/2021, 5:20 PMJared Marchant
12/23/2021, 5:23 PMJared Marchant
12/23/2021, 5:25 PMTim Edwards
12/23/2021, 9:37 PMJared Marchant
12/30/2021, 10:07 PM