Reg:Change via property in IC613

Discussion in 'Cadence' started by sg_vlsi, Aug 8, 2011.

  1. sg_vlsi

    sg_vlsi Guest

    Hi Andrew,

    I am using cadence Ic 613 version.I want to change property of
    via ,like
    incresing row or column .Is it possible ? Can we alter the property of
    via by changing cv~>viaHeader~>overrideParams.Please provide me
    information.
     
    sg_vlsi, Aug 8, 2011
    #1
  2. sg_vlsi wrote, on 08/08/11 10:50:
    Use dbReplaceProp(viaInst "viaRows" 'int 3) ("viaColumns" for columns) or
    dbReplacePropList() if you want to change several things at once. You need to do
    it on the instance - and then it will remaster the via to a different viaHeader
    for you/

    Regards,

    Andrew.
     
    Andrew Beckett, Aug 9, 2011
    #2
  3. sg_vlsi

    sg_vlsi Guest

    Hi Andrew,
    How to get viaInst. Sorry I forgot to mention, I am using Stdvia.
     
    sg_vlsi, Aug 10, 2011
    #3
  4. sg_vlsi wrote, on 08/10/11 15:09:
    If you have the via selected, it would be car(geGetSelSet()) . Or you can find
    them via cvId~>vias (i.e. starting from the containing cellView object).

    I guessed you were talking about stdVias.

    Regards,

    Andrew.
     
    Andrew Beckett, Aug 12, 2011
    #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.