Set model params Automatically

Discussion in 'Cadence' started by StreAMnewal, Apr 25, 2010.

  1. StreAMnewal

    StreAMnewal Guest

    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
     
    StreAMnewal, Apr 25, 2010
    #1
  2. StreAMnewal

    Joel Guest

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

    Source diffusion area = iPar("w")*x
    Source diffusiion periphery = (iPar("w")+x)*2
     
    Joel, Apr 26, 2010
    #2
  3. StreAMnewal

    StreAMnewal Guest

    Where can I set this function to all MOS examples from some library?
    w is width. How can i paste width in Ipar function?
     
    StreAMnewal, Apr 27, 2010
    #3
  4. StreAMnewal wrote, on 04/27/10 19:47:
    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/mypo...nTask;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.
     
    Andrew Beckett, Apr 29, 2010
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.