• 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. Identifying Different Types of Design Variables - sweep...

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 143
  • Views 1695
  • 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

Identifying Different Types of Design Variables - sweep, config etc.

Upasana Acharya
Upasana Acharya over 2 years ago

Hi there, 

Are there any SKILL functions available that help distinguish between the types of design variables? I want to extract only certain type of design variables from what is already under the test in maestro ADE assembler. Would I have to use the 'if' function? 

Many thanks 
Upasana 

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 2 years ago

    I'm not sure what you mean by "type" - your title talks about sweep, config etc but the text says you just want to find "only certain type of design variables from what is under the test". There are no different "types" of variables (you can't have config sweep variables as a design variable anyway).

    To get test variables, you'd do:

    axlSess=axlGetWindowSession()
    sdb=axlGetMainSetupDB(axlSess)
    test=axlGetTest(sdb "testName")
    varNames=cadr(axlGetVars(test))
    varNamesAndValues=foreach(mapcar varName varNames
      list(varName axlGetVarValue(axlGetVar(test varName)))
    )

    as an example...

    Andrew 

    • Cancel
    • Vote Up +1 Vote Down
    • Cancel
  • Upasana Acharya
    Upasana Acharya over 2 years ago in reply to Andrew Beckett

    Hi Andrew, Thank you for the quick response! 

    What I meant by 'types of variables' is: 

    1. For example, VDD = "0.97 0.99 0.65", that would be a sweep variable. 
    2. VDD = calcVal( xyzzy), that would be a calcVal variable 
    3. If 2 sweep variables are group to to be a parametric set, that would be considered a different type as well 

    What existing SKILL functions can I use to differentiate between variables like this other can regex and the if function? 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 2 years ago in reply to Upasana Acharya

    I don't believe there are any public SKILL functions to distinguish variables in this way. They are certainly not different types in the implementation.

    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