skill function to change instances

Discussion in 'Cadence' started by Morris Howell, Jun 8, 2006.

  1. How can I change a set of selected vias to one particular via? For
    example, let's say I select multiple instances of via1, via2 and/or via3
    and I want to change them all to instances via1. Is there a way to do
    this with skill?
     
    Morris Howell, Jun 8, 2006
    #1
  2. Morris Howell

    DReynolds Guest

    Morris, I believe what you are looking for is changing the master of
    the instance

    ex. select instance :

    aa =car(geGetSelSet()) this returns the pointer for the object you
    selected

    aa~>master this should give pointer for the present master

    newmasterCV =dbOpenCellViewByType( your new cell name goes here)
    aa~>newmasterCV this sets the new master for the instance



    hope this helps

    David Reynolds
     
    DReynolds, Jun 9, 2006
    #2
  3. aa~>newmasterCV returns nil
     
    Morris Howell, Jun 9, 2006
    #3
  4. Morris Howell

    DReynolds Guest

    Morris, my apologies... a typo on my part.. try this

    aa~>master =newmasterCV should set it


    David
     
    DReynolds, Jun 10, 2006
    #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.