• 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 Pcell Parameters through script

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 143
  • Views 15021
  • 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 Pcell Parameters through script

harishgurram
harishgurram over 11 years ago

Hi,

I am using PCells for my design. So I am setting some parameters for all the pcells.

Letus say I am using finger width as 10microns. and some others parameters( gate width, fingers, contacts..)

 So When I am trying to modify these parameters using change properties form in GUI it is working fine.

But when I have tried to modify using script, the parameter values are setting as like in gui. The cell is not looking like the one which I had done using gui. and If i modify anything(any parameter) then these two are looking similar 

I am using the script like this say my pcell is pch_mac, I will select that and 

geGetSelSet()~>wf = "10"  ;(this is finger width)

geGetSelSet()~>nf  = "2" ;(this is fingers)

So my question is whether we have to say apply these parameters after setting all or is there anything like refreshing ?

I hope you understood my point.. 

 

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 11 years ago

    There are numerous similar questions in the forums. For example http://www.cadence.com/Community/forums/p/27540/1328025.aspx#1328025 . The key is that you need to call the CDF callbacks - because you have some parameters which are derived from others, and it's these which are controlling the pcell, not the values you're entering (at least this seems to most likely explanation to me).

    The other post mentions what you need to search for. There is code mentioned in various places in this forum - either abInvokeCdfCallbacks.il or CCSinvokeCdfCallbacks.il . These will take care of calling the callbacks for you.

    Kind Regards,

    Andrew 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • bvasu
    bvasu over 11 years ago

    We are unable to find that code. Please share it ..Please

     

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

    See my response to your other post.

    Andrew.

    • 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