• 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
  • imagesensor123
    imagesensor123 over 13 years ago

    Hello Andrew,

        thanks for explaining clearly!I got the idea. in my case, I use the following skill code:

     for(row 0 100

        for(col 0 100

       desVar(parameter parameterValue[row][col])

       run()

       selectResult( 'tran )

       valueMatrix[row][col]=value(v(VOUT) timePoint) 

    )

    ) 

    I wonder  whether the"selectResult" will force the simulator to exit? I think the default parametric analysis will finish the simulation first, and then sample all the data. in that way, it require a lot of memory to store the simulation data (many curves), so I plan to sample the data in each simulation, but i found it is slower than the conventional way. in additional, how to manage to sample all the output curves after the simulation in my case if  I will use the default parametric analysis, how does the VOUT name change in the psf data? VOUT_1, VOUT_2, right? 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • imagesensor123
    imagesensor123 over 13 years ago

    Hello Andrew,

        thanks for explaining clearly!I got the idea. in my case, I use the following skill code:

     for(row 0 100

        for(col 0 100

       desVar(parameter parameterValue[row][col])

       run()

       selectResult( 'tran )

       valueMatrix[row][col]=value(v(VOUT) timePoint) 

    )

    ) 

    I wonder  whether the"selectResult" will force the simulator to exit? I think the default parametric analysis will finish the simulation first, and then sample all the data. in that way, it require a lot of memory to store the simulation data (many curves), so I plan to sample the data in each simulation, but i found it is slower than the conventional way. in additional, how to manage to sample all the output curves after the simulation in my case if  I will use the default parametric analysis, how does the VOUT name change in the psf data? VOUT_1, VOUT_2, right? 

    • 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