• 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. Modified parameters don't change layout pcells

Stats

  • Locked Locked
  • Replies 11
  • Subscribers 144
  • Views 7952
  • 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

Modified parameters don't change layout pcells

egolowen
egolowen over 11 years ago

Hi,

I am writing SKILL code in order to modify the parameters of layout instances, however even though the parameter has been properly modified, the layout pcell does not change (for example, if I increase the length of an nfet the property is the correct value but the layout instance remains the same size).

 I have tried using:
  foreach(prop properties
... 
prop~>value = param_value
...
)

and:
 dbReplaceProp(inst prop~>name 'string param_value)

But neither have fixed the issue.
Is there a better may to modify these parameters so the layout itself is updated properly? I was thinking of trying to use a replay file but that may not do the trick.

Thanks,
Elizabeth

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 11 years ago

    Hi Elizabeth,

    The only explanation can be that you're not actually changing the pcell parameters. Maybe you have two sets of parameters - one that is used for the edit properties form, and one which is used for pcells, which are set via CDF callbacks, maybe?

    You could try calling code such as abInvokeCdfCallbacks or CCSinvokeCdfCallbacks (search on the forum or support.cadence.com for these), or you could check what the pcell parameters are actually called. To do this, select the instance in question and type:

    car(geGetSelSet())~>master~>superMaster~>parameters~>value~>name

    This will give you the names of all the pcell parameters for the device you have selected.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 11 years ago

    Hi Elizabeth,

    The only explanation can be that you're not actually changing the pcell parameters. Maybe you have two sets of parameters - one that is used for the edit properties form, and one which is used for pcells, which are set via CDF callbacks, maybe?

    You could try calling code such as abInvokeCdfCallbacks or CCSinvokeCdfCallbacks (search on the forum or support.cadence.com for these), or you could check what the pcell parameters are actually called. To do this, select the instance in question and type:

    car(geGetSelSet())~>master~>superMaster~>parameters~>value~>name

    This will give you the names of all the pcell parameters for the device you have selected.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

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