• 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. Get a list of variables in a given expression

Stats

  • Locked Locked
  • Replies 6
  • Subscribers 142
  • Views 16339
  • 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

Get a list of variables in a given expression

cessej
cessej over 13 years ago

Anyone who have idea on how to get a list of variables in a given expression?

The expression is a string data type.

Thank you very much.

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 13 years ago

    Flattening the list would be the wrong way to do this, because you lose all context. That's why a recursive function is used. To handle this you'd want to do something clever in the bit where the comment saying "ignore the car" is. Depending on the function, you'd recursively call with selective arguments. For example, with these functions:

    getSGq (~>)/getq/dbGetq (->): 1st arg (not 2nd)
    setSGq (~>)/putpropq/dbSetq(->): 1st and 2nd arg (not 3rd)
    setq (=): 2nd arg (not 1st)
    let/procedure/prog/ - rather more complex!

    Why are you doing this anyway? If you're trying to identify (say) global variables, this is something SKILL Lint will do for you - this has the rules about such syntax forms built in to allow it to identify variables.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 13 years ago

    Flattening the list would be the wrong way to do this, because you lose all context. That's why a recursive function is used. To handle this you'd want to do something clever in the bit where the comment saying "ignore the car" is. Depending on the function, you'd recursively call with selective arguments. For example, with these functions:

    getSGq (~>)/getq/dbGetq (->): 1st arg (not 2nd)
    setSGq (~>)/putpropq/dbSetq(->): 1st and 2nd arg (not 3rd)
    setq (=): 2nd arg (not 1st)
    let/procedure/prog/ - rather more complex!

    Why are you doing this anyway? If you're trying to identify (say) global variables, this is something SKILL Lint will do for you - this has the rules about such syntax forms built in to allow it to identify variables.

    Regards,

    Andrew.

    • 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