Slackbot
04/08/2024, 2:23 AMLucas Daudt Franck
04/08/2024, 2:49 AMcomp_14.spice
have some extra parameters, such as AD (drain area), PD (drain perimeter), AS (source area), and PS (source perimeter). These parameters add parasitic capacitances to the design which may be the cause of your results.Lucas Daudt Franck
04/08/2024, 2:58 AMMitch Bailey
04/08/2024, 3:24 AMSimulation
-> LVS netlist: top level is a .subckt
unchecked might give you a better result. This netlist will probably work best if you create a test bench that instantiates comp_14
rather than netlisting comp_14
directly.
The netlist extracted from gds has not been flattened and flattening may solve some of the issues. A quick way to flatten pcells (which may not be sufficient for parasitic resistance extraction), is to add this line before gds read <filename>
gds flatglob {sky130_fd_pr__*[A-Z]*}
naina singhal
04/08/2024, 10:48 PM