• 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. Verilog-A Monte-Carlo simulations

Stats

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

Verilog-A Monte-Carlo simulations

eppo
eppo over 12 years ago

 Hi all,

 I would like to performe Monte-Carlo simulations by using my own transistor model developped in verilog-A language.

 For this, I added the line below in the code in order to vary the parameter "CMC" (CMC is a new parameter)

(*cds_inherited_parameter*) parameter real CMC=0.0;  

also in the file.scs I have added the sequence below :

  parameters CMC

statistics {
   mismatch {
      vary CMC dist=gauss std=0.001a
      }
      }

 When i try to run simulation i have the following errors :

ERROR (SFE-3): `BMA_MODEL' is being redefined.

WARNING (SFE-30): "input.scs" 15: I1: `CMC' is not a valid parameter for an instance of `BMA_MODEL'.  Ignored

ERROR (SFE-1997): "input.scs" 15: I1: parameter `CMC': Unknown parameter name `CMC' found in expression.  

I guess the procedure that I use is wrong. How can I introduce variations of parameters model and then running Monte-carlo simulation?

Thanks, 

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 12 years ago

    The error suggests that BMA_MODEL is defined more than once. The warning then suggests that whatever BMA_MODEL you have, it does not have a parameter CMC. And the last error is probably because no value is defined for CMC on the parameters statement.

    It's really hard to tell without seeing your complete setup. If you can't provide that here, I'd suggest logging a service request.

    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