Getting the Tech file

Discussion in 'Cadence' started by eric.d.fitzsimmons, Feb 26, 2009.

  1. Hello,

    I am trying to get the manufacturing grid upon set up. I can get it
    by hard coding with the two lines below, but at work we use at least
    10 different PDKs.

    techid=techGetTechFile(ddGetObj("c05ha"))
    minGRID=techGetMfgGridResolution( techid )

    This returns the manufacturing grid for c05ha process, is there some
    kind of variable that is set in Cadence(or wherever) I can use?

    Any other solution would be great as well!

    Thank you in advance for any help,
    Eric
     
    eric.d.fitzsimmons, Feb 26, 2009
    #1
  2. Eric,

    techGetTechFile can also be passed a cellView Id.

    ; get the techid from the cellView in the current window
    techid=techGetTechFile(geGetEditCellView())

    Does that give what you want?

    Andrew.
     
    Andrew Beckett, Feb 26, 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.