• 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. PCB Design
  3. how to run skill file

Stats

  • Locked Locked
  • Replies 7
  • Subscribers 163
  • Views 24812
  • Members are here 0
More Content
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

how to run skill file

archive
archive over 18 years ago

Hi All, i am trying to run skill file first time but when i type sikll on command line it shows error that "command not found" also i am getting same message when i am trying to "load a skill file. i am using allegro 15.7, can any buddy guide me how can i run the skill file on my system. thanks


Originally posted in cdnusers.org by mshakir
  • Cancel
  • archive
    archive over 18 years ago

    Hi,
    The Skill interactive environment is not currently available in the lowest Allegro level (Studio).
    You need to load code using you allegro.ilinit file. Create a file by that name with your load statement in it.
    eg.
    load("drc_walk.il")
    axlCmdRegister("drc walk" 'drc_main)

    Cheers, Dave


    Originally posted in cdnusers.org by Dave Elder
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • archive
    archive over 18 years ago

    Another way is:
    1. Copy all the skill files that you have to a directory.
    2. Open the allegro.init file and load in all the skill files that you copied to your directory.
    An example of the allegro.init files looks like this:

    setSkillPath(buildString(append1(getSkillPath() "D:/Projects/pcbenv/skill")))

    load("AAdd_AttachFile10E.il" "CopperCAD")
    load("add_device_label.il")
    load("add_symbol.il")
    load("addpinuse.il")
    load("align_sym.il")
    load("ASSEMBLY.IL")
    load("Auto_Balancing.il")
    load("autosilkUtils.il")
    load("build_ver.il")
    load("cds2f.il")
    load("cdw_axlLineXLine.il")
    load("cdwIsPointInsideCircle.il")
    load("check_short_segs.il")
    load("checkWidth.il")


    3. Finally you can close and open your allegro, if you have not closed it priror to following the above steps and play with your skill functions.

    Best Regards,
    Kishore


    Originally posted in cdnusers.org by kishore
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • archive
    archive over 18 years ago

    Hey Dave,

    Can you expand on the "Skill interactive environment " ? I heard about this many years ago but I did not think anything still exists.

    Thanks,
    Mike Catrambone
    UTStarcom, Inc.


    Originally posted in cdnusers.org by mcatramb91
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • archive
    archive over 18 years ago

    Hi Mike, I'm not talking about the Development environment. (I think that is still available for a cost in Unix). Just the interactive environment - available by typing "set telskill" in the command window. Cheers, Dave


    Originally posted in cdnusers.org by Dave Elder
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • archive
    archive over 18 years ago

    Hi,

    type skill press enter key,
    load "skillfilename.il" press enter,
    type exit press enter,
    skillfilename press enter.

    Regards,
    Satya


    Originally posted in cdnusers.org by satya1234
    • Cancel
    • Vote Up 0 Vote Down
    • 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