• 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. Can I select simulation files via design variable? And can...

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 125
  • Views 9988
  • 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

Can I select simulation files via design variable? And can I sweep over a set of given parameters in ADE Assembler?

SteveVrk
SteveVrk over 3 years ago

Hello,

I have a set of simulation files which I want to include selectively based on a design variable. Is this possible?

Furthermore, I would like to sweep over a set of given parameters, but not the full expanded set.

For example, say I have design variables var1, var2 and var3.

Then I would like to simulate the following three cases:

  1. var1=5; var2='Case6'; var3=67;
  2. var1=0; var2='Case7'; var3=55;
  3. var1=9; var2='Case8'; var3=45;

What is the best way to do this?

I know I can create multiple "Tests" in Assembler but I do not want this because I would need to duplicate/copy the entire configuration. For just, just a few design variables change over which I would like to iterate.

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 3 years ago

    For the first part, assuming that it's some kind of file to include for the simulator, go to Setup->Simulation Files and then add a definition file as: VAR("MYFILE") or VAR("var2") in your example above - this will automatically add a design variable called MYFILE/var2. You can then set that to "thefile.scs" or whatever (including the quotation marks - need to be double quotes not single quotes).

    For the second, create your three variables as follows:

    var1=5,0,9
    var2="Case6","Case7","Case8"
    var3=67,55,45

    then select all three and do right mouse->group as parametric set. This means that they will be swept together (so 3 points) rather than orthogonally (27 points). You can use group as parametric set wth design variables (in Explorer or Assembler), global variables (in Assembler) and more recently in run plans (in Assembler).

    Hope that helps!

    Andrew

    • Cancel
    • Vote Up +1 Vote Down
    • Cancel
  • SteveVrk
    SteveVrk over 3 years ago in reply to Andrew Beckett

    Thank you, that worked!

    • 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