• 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. Allegro X Scripting - Skill
  3. How to reload a SKILL-script in Allegro

Stats

  • Replies 4
  • Subscribers 19
  • Views 14205
  • Members are here 0
More Content

How to reload a SKILL-script in Allegro

Quist
Quist over 5 years ago

I am working on some SKILL scripts which are loaded by allegro.ilinit at startup.

If I edit my .il-files how do I get them updated in Allegro?

Right now I restart the program but there must be a simpler way.

A newbie question, I know...  Grin

  • Cancel
  • Sign in to reply
Parents
  • B Bruekers
    B Bruekers over 5 years ago

    Just use load("yourSkillFile.il").

    If you put this in a defun() then you can even call this from the SKILL prompt with a 'shortcut'. Like:

    defun( aa () 

     load("yourSkillFile1.il")

     load("yourSkillFile2.il")

    )

    Now when you type 'aa' in the skill prompt these files are (re)loaded.

    To get a seperate SKILL prompt type this in the Allegro command line:  set telskill

    Kr, Bram

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • B Bruekers
    B Bruekers over 5 years ago

    Just use load("yourSkillFile.il").

    If you put this in a defun() then you can even call this from the SKILL prompt with a 'shortcut'. Like:

    defun( aa () 

     load("yourSkillFile1.il")

     load("yourSkillFile2.il")

    )

    Now when you type 'aa' in the skill prompt these files are (re)loaded.

    To get a seperate SKILL prompt type this in the Allegro command line:  set telskill

    Kr, Bram

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • Quist
    Quist over 5 years ago in reply to B Bruekers

    Thanks, but I don't get it to work.  Blush

    The files are in my $CDS_SITE\SKILL folder but if I only write the file name I get: *Error* load: can't access file - "filename.il"

    I have then tried to give the full path but then I get errors on backslashes....

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Cadence Guidelines

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