netex_title.gif


 

Calculating a Proximity Net

If you are using NETEX-G to extract the conductors for a net or nets and you plan to use the data to create a SPICE equivalent model of the layout, then you will also be interested in nearby conductors/nets that capacitively couple to your selected nets. We call these proximity nets.

proximity nets

the two pink nets are the ones to analyze. Other conductors (even on other layers) will influence the capacitive coupling.


NETEX-G can grab all such conductors if instructed to do so. It then aggregates all of those into a single group we call the "proximity net". Your 3D field solver can then "ground" the proximity net in order to calculate the fringing capacitance.

To direct NETEX to calculate a proximity net you must do two things:

  1. use the -couplings option on the netexmgr command line.

    netexmgr test.gds TOP -couplings -cfg:test.cfg
  2. specify an non-zero value for the expansion distance in the netex configuration file.

    EXPANSION 5.0

How it Works

  1. NETEX does an extraction of all nets.

  2. NETEX finds your selected nets (either by coordinate or by name.)

  3. NETEX sizes up the area of each of the selected net(s) using the expansion distance.

  4. NETEX then finds any non-selected nets that intersect with the expansion region, clips to the edge of the expansion region, and stores all pieces in the "proximity net".

The illustration below shows this in detail. NET1 (dark grey) and NET2 (dark blue) are the ones selected for analysis.



proximity2.gif

In the above example, we wish to analyze nets 1 and 2 and to get the nearby metal within 5 um. Below you can see what will be output: the two selected nets and an additional net that consists of all metal that intersects with the region of influence.



proximity3.gif