need help

Discussion in 'Cadence' started by vishwabr.gowda, Jan 29, 2009.

  1. how to update the bbox and move an instence in design window
     
    vishwabr.gowda, Jan 29, 2009
    #1
  2. vishwabr.gowda

    DReynolds Guest

    if you have the the instance , variable~>bBox will return the bBox

    David
     
    DReynolds, Jan 29, 2009
    #2
  3. DReynolds wrote, on 01/29/09 12:56:
    Putting my special AE's "ESP" circuit on, I'm guessing that the original
    question was asking how to move an instance in SKILL?

    If you do:

    instId~>xy = newX:newY

    then you'll find that

    instId~>bBox

    will have been updated.

    Or if you did:

    ; move with a transformation
    dbMoveFig(instId instId~>cellView list(xShift:yShift "R0" 1))

    it will also get updated.

    Or perhaps you just want to know how to do "Edit->Move" and move the instance?
    But I'm assuming that you're not trying to ask something quite that simple...

    But of course, my ESP circuit may be faulty, and you may be asking some
    question. Probably wise to ask a question that is clear.

    Regards,

    Andrew.
     
    Andrew Beckett, Jan 29, 2009
    #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.