Questa è una vecchia versione del documento!


Useful SKILL routines (random)

[ Back ]


Random examples of SKILL usage for useful tasks

  • Change recursively pin names (needed for schematic-based chip assembling and LVS)

http://compgroups.net/comp.cad.cadence/skill-qn-how-to-change-pin-name-using-skill/1350540

Library Manager

  • open the Library Manager:
ddsOpenLibManager()
  • update the library list in the Library Manager
ddUpdateLibList()
  • define a new bindkey to open the Library Manager
hiSetBindKey("Command Interpreter"  "<Key>F6"  "ddsOpenLibManager()")