• 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 SKILL
  3. How does the parametric analysis work?

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 144
  • Views 17815
  • 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 does the parametric analysis work?

imagesensor123
imagesensor123 over 13 years ago

Hello,

       we all know that the parametric analysis is quite a useful tool in cadence, we can sweep any parameters in the design. I refer to the 

cadence user guide and I find that it is a "for loop" simulation. I perform  the same simulation by using the same "for loop" , but I find the parametric analysis is much faster than the common "for loop". I would like to know why the parametric analysis is faster? is there some optimization for the parametric analysis ?

 regards,

zfeng 

  • Cancel
Parents
  • T Opperman
    T Opperman over 12 years ago

    Andrew,

    I did a quick comparison by doing a parametric ac frequency sweep on an opamp in IC614. The sweep steps a common mode voltage variable 5 times. I then recorded the total simulation time in seconds for different controlModes and ways of executing the task. The for loop runs as follows:

    foreach(Param '(0 0.425 0.85 1.275 1.7 )
    desVar("Vi_cm" Param)
    run()
    )

    and the ocean parametric:

    paramAnalysis("Vi_cm" ?values '(0 0.425 0.85 1.275 1.7 ))
    paramRun()

    The ade-parametric simulation runs a parametric analysis using the ADE GUI. The table below shows the simulation times in seconds

      interactive batch
    for loop 14 12
    ocean parametric 15 13
    ade-parametric 3 3

    I would like to know if there is a way to speed up the ocean parametric simulation, so that the simulation time could be compared to ade-parametric?

    Regards, Tjaart

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • T Opperman
    T Opperman over 12 years ago

    Andrew,

    I did a quick comparison by doing a parametric ac frequency sweep on an opamp in IC614. The sweep steps a common mode voltage variable 5 times. I then recorded the total simulation time in seconds for different controlModes and ways of executing the task. The for loop runs as follows:

    foreach(Param '(0 0.425 0.85 1.275 1.7 )
    desVar("Vi_cm" Param)
    run()
    )

    and the ocean parametric:

    paramAnalysis("Vi_cm" ?values '(0 0.425 0.85 1.275 1.7 ))
    paramRun()

    The ade-parametric simulation runs a parametric analysis using the ADE GUI. The table below shows the simulation times in seconds

      interactive batch
    for loop 14 12
    ocean parametric 15 13
    ade-parametric 3 3

    I would like to know if there is a way to speed up the ocean parametric simulation, so that the simulation time could be compared to ade-parametric?

    Regards, Tjaart

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

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