clearing internal memory

Discussion in 'Cadence' started by sudhasubramaniam, Mar 30, 2009.

  1. Can any one help me to find the skill command to clear the internal
    memory of layout. For e.g.. If we delete a path in layout, the
    database ID of path still remains in internal memory of layout. It
    doesn't get deleted by our ordinary ways of deletion.

    I would be highly grateful if someone could help me in resolving this
    issue.

    Thanks in advance.
     
    sudhasubramaniam, Mar 30, 2009
    #1
  2. It is really deleted though. You may need to do a garbage collection by calling
    gc() if you really want to force garbage collection now. You should also make
    sure you have no variables pointing to that database id, otherwise SKILL won't
    see it as garbage (even though it's potentially an invalid database id).

    Regards,

    Andrew.
     
    Andrew Beckett, Mar 31, 2009
    #2
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.