• 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. Customized menu for parameters of Pcell.

Stats

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

Customized menu for parameters of Pcell.

skillforpcells
skillforpcells over 10 years ago

Hello All,

I am new to Pcell skill. I have created a Pcell graphically with 15 parameters using dropdown Pcell menu.  Now with 15 parameters I want to group them so that in the parameters menu (in properties editor) I can have them in different groups with another heading (Like 1. Metals with all the option related to Metals, 2. Vias with all the options related to Vias).  How can this be done ?

  • Cancel
  • skillUser
    skillUser over 10 years ago

    Hi,

    there is no "grouping" as such with CDF parameters, but you can order the CDF parameters in the order that you would like.  The Tools -> CDF -> Edit form allows you to move parameters up and down so that they are in the order that you prefer; when creating a parameter, each new parameter is added at the top of the list, so if you know the order ahead of of, create them in reverse order so that the last added is at the top of the list and now the first parameter.  By the way, graphical PCells are not recommended and it is generally more flexible and powerful to use SKILL based PCells.  

    There are sample PCells in your installation hierarchy under <cds_install_root>/tools/dfII/samples/ROD/rodPcells/ - the documentation covers how to install them etc. but the starting point is:

    setSkillPath(cons(prependInstallPath("samples/ROD/rodPcells")
        getSkillPath()))
    load("install/spcLoadInstall.il")
    spcInstall()

    Hopefully this will help you to get started.

    Regards,

    Lawrence.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • theopaone
    theopaone over 10 years ago

    If you have access to the CDF in the PDK, you can add parameters which control the display of other parameters in the CDF form. The callback from these parameters would toggle the ?display attribute on other parameters on the instance CDF.

    If you don't have access to the CDF, you can add these parameters using the user CDF which always has to be loaded before Virtuoso first accesses the cell. The new parameters are added, you can control the order by re-declaring all the parameters in the required order. The user CDF should be loaded by the libInit.il file of the cell(s).

    The user CDF can also be used to set usable defaults for the parameters.


    Ted

    • 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