• 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. Updating MPP Guardring in Skill

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 144
  • Views 14469
  • 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

Updating MPP Guardring in Skill

Terry S
Terry S over 12 years ago

Hi All.

I have been using Cadence IC Layout ( Both 5.1.4.1 and 6.1.5 ) tools for the last 6 years and am now diving into Skill Programming.

Occasionally, when I "Flip" a MPP Guardring that have multiple rings, they get turned inside-out.

I have created a Bindkey/Skill procedure to fix the "justification", but am noticing that the update only applies my changes to one of the "subParts"... If I go into the "Edit ROD Multipart Path Properties" menu and select "Subpart" and then click on the "Edit" button, then all my SKILL changes are applied and the MPP Guardring is as I intended.

First I select the MPP Guardring to modify

Here is my code:

procedure(fixHVRingR()
MPPath=car(selectedSet())
myShp=rodGetObj(MPPath)
mySubParts=myShp~>subParts
foreach(myLayer mySubParts
case(myLayer~>justification
      ("left" myLayer~>justification="right")
     )
     )
)

I also have a version for "right" -> ""left"

When I open the Edit ROD Subpart dialog, all of the changes are shown but not on the actual MPP Guardring until I click on "Edit". 

Any help would be appreciated...

BTW... I am currently using Layout Suite XL in 6.1.5 for this issue.

  • Cancel
  • theopaone
    theopaone over 12 years ago

     Hi Terry

     I don't have virtuoso open at the moment so I can't test my answer so this is just a guess. I used this trick a while ago but not recently.

    The directions that apply to the MPP are based on the digitizing order of the points of the master path. When you flip the data, the command may have changed the order of the points. This would mean that left is now the right and visa-versa.  You could reset the points by reversing the points:

    pathId = car(selectedSet()) ;; Get the master path ID

    pathId~>points = reverse(pathId~>points) ;; Reverse the points of the path

    Ted

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Terry S
    Terry S over 12 years ago

    Thank You Ted,

    That did it!!!

    I was taking the Long Way around the problem and there was a simple solution...

    And THAT, My fellow Cadence Users is why this forum is so invaluable.

    Terry

    • 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