• 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 15653
  • 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
  • skillUser
    skillUser over 12 years ago

     Hi Paul,

    Well, a form symbol has to be global, so you can't avoid that, but what you can do is to make sure that it is named with an appropriate prefix (e.g. PS or MY etc.), and then on the Lint form you enter this for the package prefixes - this should allow Lint to recognise that these are required globals but have the appropriate prefix and so should not reduce your score.

    Hope this helps!

    Lawrence.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • 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
  • skillUser
    skillUser over 12 years ago

     Paul,

    I forgot to mention that you can have all the code in one file, if that's more convenient.  In fact, the "poor score" items are "diluted" over the length of the file, so as the file gets longer, the effect of the 'poor score' items is reduced, assuming that the rest of the code is good.

    Regards,

    Lawrence.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • berndfi
    berndfi over 12 years ago

    Lawrence only ad the prefix to the Package Prefixes will not do the job you also have to disable STRICT checking,

    see the solution, I tested it ;-).

    • 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
  • 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