0

While doing parasitic extraction using starrc tool, I see there is a switch CC_ti_GND. It combines all the coupling caps and gives the cap with GND.

So my doubt is, in which case would it be useful to convert coupling cap into cap with GND?

I don't understand the usefulness of this switch.

Can anyone throw some light on this?

thanks.

1 Answers1

0

Lumping all coupling capacitors (Cc) into a single capacitor to ground (Cd) is an approximation. It is useful to reduce the network complexity (and memory requirements) to speed up simulation of large networks. If you are doing timing simulations it is often reasonable to expect similar results for the transition time when Cd=M*Cc, where M is usually between 0 and 2 (if nearby nets are switching with the same supply voltage). It is of course also interesting to get Cd directly when you are interested to know the lumped capacitance of a node.

Note: These days simulators usually have their own method of reducing parasitic complexity. This may provide better approximations than the options offered by the parasitic extraction tool.

HKOB
  • 1,130
  • 9
  • 19