[Magic-dev] Query about 'units microns' statement in tech file extraction

R. Timothy Edwards tim at opencircuitdesign.com
Sun Dec 23 12:14:08 EST 2007


Dear Graham,

>    But I find that the result is 1000X too small. It looks like "Cap is half
> the capacitance in attofarads per micron when the edges are 1 lambda apart",

Since it may be another day or two before I can get the corrected
distribution for version 7.5 posted, this is the fix for the above
problem:

1) Edit extract/ExtTech.c
2) Line 2494, change "scalefac" to "sqfac"
3) Line 2552, change "scalen" to "sqn"
4) Line 2553, change "scaled" to "sqd"

A little investigation into the code showed that although sidewall
capacitance is a linear per-unit-distance capacitance, it is implemented
as an area capacitance, under the assumption of a unit width.  However,
that implementation requires that the value be scaled as an area
capacitance, which is what the changes above do.

						---Tim

+--------------------------------+-------------------------------------+
| Dr. R. Timothy Edwards (Tim)   | email: tim at opencircuitdesign.com    |
| Open Circuit Design, Inc.	 | web:   http://opencircuitdesign.com |
| 22815 Timber Creek Lane        | phone: (301) 528-9364               |
| Clarksburg, MD 20871-4001      | cell:  (240) 401-0616               |
+--------------------------------+-------------------------------------+



More information about the magic-dev mailing list