• 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. Scope form name variable

Stats

  • Locked Locked
  • Replies 6
  • Subscribers 145
  • Views 15657
  • 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

Scope form name variable

psill000
psill000 over 12 years ago

When I create a GUI with hiCreateAppForm and run lint on the script I get global variables from the form name. 

Is there a good way of scoping the variable so I don't get a Lint warning of global variable error.

Currently I have the GUI in a different file to lessen the global warning errors.

 

Paul

  • Cancel
Parents
  • berndfi
    berndfi over 12 years ago

    As far as I know the variable which holds the form data structure has to be global.
    But you can specify a prefix for the global variables e.g. GB, GBmyFormDataStruc
    and follow this solution

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • EvanShultz
    EvanShultz over 6 years ago in reply to berndfi

    It took me a while to figure this out so hopefully I can save someone a few minutes by sharing the info here. The link above doesn't work for me as of June 2019, but here is the usage of sklint to ignore a prefix of "MY_" (such as "MY_GLOBAL_VARIABLE1") with a generic SKILL file name:

    ;sklint(?file "qscSkill.il" ?prefixes list('MY_))

    Note that I'm an Allegro SKILL user so hopefully usage is the same for all SKILL variants.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • EvanShultz
    EvanShultz over 6 years ago in reply to berndfi

    It took me a while to figure this out so hopefully I can save someone a few minutes by sharing the info here. The link above doesn't work for me as of June 2019, but here is the usage of sklint to ignore a prefix of "MY_" (such as "MY_GLOBAL_VARIABLE1") with a generic SKILL file name:

    ;sklint(?file "qscSkill.il" ?prefixes list('MY_))

    Note that I'm an Allegro SKILL user so hopefully usage is the same for all SKILL variants.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
  • Andrew Beckett
    Andrew Beckett over 6 years ago in reply to EvanShultz
    EvanShultz said:
    The link above doesn't work for me as of June 2019

    I fixed the link (I think it had mainly been line-wrapped) but if you're using Allegro, I don't think it will help you. In Virtuoso there's a SKILL Interactive Development Environment with a user interface, but in Allegro I believe you just have access to the command-line (function call) interface that you've found...

    Regards,

    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