Set model params Automatically

  • Follow


There is width (w) param in my PMOS schematic.
How can I automatically set some params in PMOS in schematic using
equation like this:
Source diffusion area = w*x
Source diffusiion periphery = (w+x)*2

0
Reply streamwarp (11) 4/25/2010 2:19:03 PM

On Apr 25, 8:19 am, StreAMnewal <streamw...@gmail.com> wrote:
> There is width (w) param in my PMOS schematic.
> How can I automatically set some params in PMOS in schematic using
> equation like this:
> Source diffusion area = w*x
> Source diffusiion periphery = (w+x)*2

Does the iPar function do what you want?  For example:

Source diffusion area = iPar("w")*x
Source diffusiion periphery = (iPar("w")+x)*2
0
Reply joel_cooper (18) 4/26/2010 2:03:58 PM


Where can I set this function to all MOS examples from some library?
w is width. How can i paste width in Ipar function?
0
Reply streamwarp (11) 4/27/2010 6:47:11 PM

StreAMnewal wrote, on 04/27/10 19:47:
> Where can I set this function to all MOS examples from some library?
> w is width. How can i paste width in Ipar function?

You would need to do this in the CDF for the component. Use Tools->CDF->Edit 
CDF, and pick the component you want, and put the expression in the right field.

You might want to read the Component Description Format documentation.

Or you might want to look at the PDKs Design Topic on the Cadence Support site:

	
http://support.cadence.com/wps/mypoc/cos?uri=deeplinkmin:DesignTask;taskCode=DESIGNTASK.781.0;filterMode=MY

Follow the link to PDK Development and Testing, and the resulting search hits 
are useful to give you more background.

Regards,

Andrew.
0
Reply andrewb1899 (1994) 4/29/2010 8:58:49 AM

3 Replies
60 Views

(page loaded in 0.095 seconds)

Similiar Articles:













7/15/2012 4:51:40 AM


Reply: