Getting the working path inside a SKILL script

Discussion in 'Cadence' started by Mohamed Abdel Baset, Jun 1, 2010.

  1. Hi all,

    I am asking if there is a SKILL command that can return the current
    working path.
    Your help is appreciated...

    Thank you,
    Mohamed
     
    Mohamed Abdel Baset, Jun 1, 2010
    #1
  2. Mohamed Abdel Baset wrote, on 06/01/10 17:23:
    Hi Mohamed,

    getWorkingDir()

    Regards,

    Andrew.
     
    Andrew Beckett, Jun 1, 2010
    #2
  3. Mohamed Abdel Baset

    lokesh Guest

    You can also try

    pwd

    Regards,
    Lokesh
     
    lokesh, Jun 14, 2010
    #3
  4. lokesh wrote, on 06/14/10 12:07:
    Although strictly speaking, pwd() is private (it actually comes from the ADE
    implementation, rather than beign core SKILL).

    So I wouldn't use it in code. It was intended to be a quick handy command for
    the CIW, rather than a function for use in code.

    For example, it's not legal in a pcell (because it requires ADE to be present in
    the executable evaluating the pcell).

    Regards,

    Andrew.
     
    Andrew Beckett, Jun 14, 2010
    #4
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.