• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC SKILL
  3. Selective Edit in Place

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 143
  • Views 14001
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Selective Edit in Place

SkVlsi
SkVlsi over 12 years ago

I want to do edit in place to a particular cell some 2 or 4 level down . Can we use leHiEditInPlace() in such a  way that i pass the db is or cell name and the function will do edit in place to that particular place. Any suggesition  how to implement it ??

thanks in advance  

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 12 years ago

    First of all, leHiEditInPlace allows you to click on a shape several layers down in the hierarchy, and it will then edit in place the cellView that contains that shape. So maybe that does what you want.

    Alternatively you could use leEditInPlace or deEditInPlace to procedurally tell it which hierarchical path you want to edit (the arguments are specified in a different way - so read the documentation of each to determine which is most suitable for your needs).

    Kind Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • SkVlsi
    SkVlsi over 12 years ago
    thanks Andrew for suggestion, when i tried using leEditInPlace( hiGetCurrentWindow() Scel) i got this error *Error* car: argument #1 should be a list (type template = "l") here Scel is a list of db id of cell ((db:187886520) (db:188421888)) Can you suggest me where i am get wrong ??
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • skillUser
    skillUser over 12 years ago

     Hi,

    The documentation suggests in the example the following:

    leEditInPlace( hiGetCurrentWindow() ((db:12082048 0 0 0) (db:13240512 0 1 2) (db:13933796 0 0 0)) )

    But perhaps it should be something a little more like:

    leEditInPlace( hiGetCurrentWindow() list(list(topInst 0 0 0) list(sub1Inst 0 1 2) list(sub2Inst 0 0 0)) )

    Where topInst, sub1Inst, and sub2Inst are the appropriate database ID's stored in variables.

    Can you try something like the above?

    Regards,

    Lawrence.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • SkVlsi
    SkVlsi over 12 years ago

    Thanks Lawrence,

    Your suggesition works perfectly!

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information