Find the technology name

Discussion in 'Cadence' started by The Master, Dec 15, 2008.

  1. The Master

    The Master Guest

    I'm trying to make a script that does different operations depending on
    the name of the technology file. Under one technology do this, under
    another technology do that instead.

    info = geGetWindowCellView()
    techname = xyz
    case( techname
    ..
    ..
    ..
    )

    What's the xyz that I need? I can't for the life of me figure it out, nor
    do I have any examples onsite that do it.
     
    The Master, Dec 15, 2008
    #1
  2. The Master

    S. Badel Guest

    That would be techGetTechFile(info)~>libName

    Cheers,
    Stéphane
     
    S. Badel, Dec 16, 2008
    #2
  3. S. Badel wrote, on 12/16/08 09:55:
    Or techGetTechLibName(info) will do this directly.

    Regards,

    Andrew.
     
    Andrew Beckett, Dec 20, 2008
    #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.