Load my SKILL code

Discussion in 'Cadence' started by kirscher_jerome, Aug 24, 2005.

  1. Hello,

    I have written a SKILL code to create menus in the CIW. But each time I
    start cadence I have to load this code from the CIW.
    I would like to open Cadence and the code at the same, so that I
    directly get the menus I have created.
    How can I do that?

    (sorry for aking something that should be so easy to realise)

    Thanks!
     
    kirscher_jerome, Aug 24, 2005
    #1
  2. kirscher_jerome

    tattvamasi Guest

    One of the the very many ways to do it is to add your load command for
    the code in your .cdsinit file.
     
    tattvamasi, Aug 25, 2005
    #2
  3. Hi Stefano,

    No, you cannot have a context auto-loaded, unless there is some definition
    of an autoload property on a function, or it is explicitly loaded from the
    ..cdsinit file. Cadence context files auto-load because the executables are told
    (in the code itself) which contexts it should auto-load, and it then uses the
    ..toc and .aux files to seed the autoloader. However, this mechanism can't be
    used for context files for which the executable has no knowledge (such as your
    own), so you have to update the .cdsinit file for this to work.

    Regards,

    Andrew.
     
    Andrew Beckett, Aug 26, 2005
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.