• 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. How to dc sweep Vth

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 125
  • Views 14494
  • 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

How to dc sweep Vth

CorradoN
CorradoN over 8 years ago

Hi All, 

I'm a graduate student and I'm new to virtuoso. I would like to simulate the variation of the threshold voltage of a transistor (I'm not interested in evaluating circuit's robustness to parameters variation and a Monte Carlo analysis can't be the solution to my problem).

I tried to sweep the parameter in the model provided by the foundry, but it consists of a subckt with a nested model. Something like this: 

simulator lang=spectre
subckt pmos (d g s b)
parameters ...
....

m1 d g s b pmosmod ...
....

model pmosmod bsim4 type=p ...
....
vth0 = ...

Launching the simulation, I get the following error: 

ERROR (SFE-1997): "input.scs" 26: dc: parameter `mod': Invalid model name `pmosmod' was given as value of parameter `mod'.

Can I specify (I don't know how) that I want to sweep the parameter of that model, even if none of the istances placed in the schematics recall it directly?

Thanks,
Corrado

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 8 years ago

    Hi Corrado,

    Sorry for the belated reply.

    You have to refer to the model name using the hierarchical instance name. So if you have an instance M2 which is using "pmos", the hierarchical name would be M2.pmosmod - and you can use that as the mod parameter in a dc sweep.

    Note that if the models are not being passed instance-specific model parameters, then they will be shared across all the instances, so sweeping vth0 on M2.pmosmod will also alter M1.pmosmod, I2.M4.pmosmod and so on. It doesn't matter which hierarchical path you give if they're shared. If however the model parameters are passed in from the surrounding subckt, they will be unique (also in Monte Carlo mismatch mode parameterised subckt models are also unique per instance - that's how mismatch works).

    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