• 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. Unable to update instance parameter modelDisp using setof...

Stats

  • Replies 0
  • Subscribers 143
  • Views 28
  • Members are here 0

Unable to update instance parameter modelDisp using setof in SKILL

AR202509246930
AR202509246930 4 hours ago
Hi all,
I'm trying to update the instance parameter modelDisp based on the cellName in my layout using SKILL. Initially, I tried this:
procedure(replaceCellNamestest()
  cvid = geGetEditCellView()
  setof(y cvid~>instances (y~>cellName == "pp"))~>modelDisp = "PCH"
  setof(y cvid~>instances (y~>cellName == "nn"))~>modelDisp = "NCH"
)
This returns ("NCH" "NCH") in the CIW, but it doesn't actually update the modelDisp parameter on the instances. I expected it to assign "PCH" to instances with cellName == "pp" and "NCH" to those with cellName == "nn", but the changes aren't reflected in the layout.
Can someone help me understand why this isn't working and suggest the correct way to implement this?
Thanks in advance!
  • Cancel
  • Sign in to reply

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