• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC Design
  3. Help adding model parameters in Object Properties of a ...

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 125
  • Views 13807
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Help adding model parameters in Object Properties of a component

ronaldomponte
ronaldomponte over 12 years ago

 

Hello,

 I am using Virtuoso Analog Design Enviroment in order to perform some simulations in Spectre with an nmos cell from the AnalogLib.

The issue is that I would like to add some model parameters of the nfet.scs file (e.g. tox, vth0_n, u0 etc.) in the CDF parameters of the nmos cell. Thus I can set those model parameters as variables, in order to perform a sweep simulation.

I have tried to define those model parameters in Edit CDF Window in CIW, however I have had no success. Anyone could help me to do this task properly? I hope it has become clear. Thanks a lot.

 

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 12 years ago

    The CDF parameters will end up as instance parameters, so you'd have to arrange that you have some kind of subckt model for your transistor where you can pass in the model parameters. In other words, your nfet.scs would look something like:

    inline subckt nfet (d g s b)
    parameters w=1u l=1u tox=1e-7 vto=0.6
    model nfet mos3 type=n tox=tox vto=vto // and any other parameters you want to be fixed
    nfet (d g s b) nfet w=w l=l
    ends nfet

    In the above, I've used a mos3 model, but of course you'd define whatever model you want (bsim4, bsim3v3, etc, with the appropriate parameters). Because the model is parameterized, and defined within the subckt, it can use any parameters passed to an instrance of nfet.

    Then you'd define these additional parameters as CDF parameters in the CDF for the device, and list them in the instParameters in the spectre simInfo so that they get netlisted.

    Does that help? Sorry it's a bit brief...

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information