Input capacitance discrepancy -- schematic post layout and parasitic capacitance

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
reddvoid
Messages
118
Reaction score
1
Hi,
I have a post layout extracted netlist, In which I am interested in input capacitance on clock pin,
If i measure clock pin input capacitance on post layout extracted netlist, I am getting 1.58fF
and when I measure the same in schematic, I am getting 0.6fF
and I am able to find the paracitics in the clock pin to be 0.4fF (from .spf file)

so the schematic cap + Parasitic cap. should add up to post layout cap right ?
I am not able to trace where the remaining 0.58fF coming from in post layout cap.
 
Engineering news on Phys.org
How are you measuring the capacitance in the post-layout extracted netlist? Are you using Calibre PEX? If so you should be aware that often there is more effective capacitance coupled to other nets than ground but often people have the report set up to return capacitance to ground.

Be aware that looking at the SPF file can be deceiving. Calibre (or similar extraction tools) often introduce new nets into the netlist (for example for series cap structures) and these add up to the total cap on a logical net even though you won't capture them if you just grep for a specific net name.
 
I am measuring cap by giving a ramp voltage to the pin getting the charge delivered and dividing it by voltage final value.
Thanks for the SPF info. didn't know about this, but what would be the percent of cap due to this new nets introduced compared to total parasitic cap ?