• 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. Cell name as a pcell variable

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 143
  • Views 13969
  • 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

Cell name as a pcell variable

fun4skilled
fun4skilled over 12 years ago

Hi,

I have developed a skill based pcell for a particluar device. One of the parameters for the pcell is a string which is the name of a cell in the library I am working. It works fine, but when I try  copy these pcells into a diferent library I do not see these cells copied since cadence thinks they are just properties. The limitation I have with the code is I need to pass the names of the cells as parameters . When I do this I exprerience these problems.  I would really appreciate if someone could tell me if there is a way around.

Thanks

C. 

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 12 years ago

    I don't entirely understand your problem. My guess is that when you're doing a hierarchical copy, it's not copying the child instances instantiated within the cellView. Is that it? If so, I don't think there's anything you can do except copy them manually yourself. The problem is that they are not referenced in the superMaster cellView for the pcell, and hence the copy engine won't see them (I expect; I didn't try this).

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • fun4skilled
    fun4skilled over 12 years ago

    Andrew,

     Yes, thats correct. I was actually copying them manually. But how do I make sure that they are referenced in the superMaster cellview? Does it happen by default?

    Thanks

    Sandeep. 

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

    Sandeep,

    The only way this could conceivably work (and I haven't tested this) is if the default parameters for the pcell mentioned the names of the components included underneath. That way the superMaster would reference the components because  your pcell code would have evaluated to create them.

    But that's unlikely to be useful, because presumably each instance could reference different components underneath.

    For efficiency reasons the hierarchical copy (and various other hierarchical operations) use the parent-child data in each cellView to determine the children to copy. The alternative would be to do a full load of the cellView and elaboration of each pcell instance, to collect the children that way. That's not done (as it would be much more expensive), but the down side is that it will miss cases where you have instances of cells in pcells where the cellName of the instantiated device is controlled via a pcell parameter.

    If you really want that, you'd have to contact customer support for an enhancement request to provide this (as an option). However, I'd say it's a pretty unusual case and a fairly major change to the way the copy is done, so there's not an enormous chance of it being implemented (unless there have been other customers asking for the same thing; I didn't check).

    Regards,

    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