• 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. Create new PCell attributes or properties to hold a list...

Stats

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

Create new PCell attributes or properties to hold a list of object identifiers

Dynamic Duo
Dynamic Duo over 12 years ago

Dear All,

I am trying to do the following with SKILL in IC6.1.5.500.12:
================================
Given: an object identifier of a schematic instance Inst0_sch = db: 0x15b7f112, where Inst0_sch is a MOSFET PCell

Obj: assign a list of object identifiers (from the same schematic) listA = list( db:0x15b7f345 db:0x15b7f456 db:0x15b7f678 ) to Inst0_sch as a new attribute or property: "impactNeighbors"
================================

I am thinking this would make query much easier, sort of to minic the reference/pointers in C/C++.
But haven't been able to get it work. Somehow I cannot make new attributes.. And in making a new property, I did not see supported valueType of l_objId?

Alternatively we can define a global list of lists: memlist_, to hold these "impactNeighbors", then assign the list index as a new property to Inst0_sch, e.g.,
dbSetq(Inst0_sch 32 "impactNeighbors"), where nth(32 memlist_) is listA..

But I'd strongly prefer the first way.. Could anyone give me some pointers?

Thanks a bunch!
Duo

  • Cancel
Parents
  • Dynamic Duo
    Dynamic Duo over 12 years ago

    Many thanks for the clarification, Andrew.
    I guess that means what I wanted cannot be done using properties.. But what about *attributes*?

    when I do inst0_sch~>??, there are couple of them storing lists of dbId's, and that's exactly what I want.
    E.g, inst0_sch~>instTerms, inst0_sch~>prop, inst0_sch~>conns

    Is there a way I create a new attribute inst0_sch~>impactNeighbors? Considering the existing attributes, I think such an idea should make sense..

    Mini conclusion: Will use groups to store object relations in the database.

    Regards,
    Duo

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Dynamic Duo
    Dynamic Duo over 12 years ago

    Many thanks for the clarification, Andrew.
    I guess that means what I wanted cannot be done using properties.. But what about *attributes*?

    when I do inst0_sch~>??, there are couple of them storing lists of dbId's, and that's exactly what I want.
    E.g, inst0_sch~>instTerms, inst0_sch~>prop, inst0_sch~>conns

    Is there a way I create a new attribute inst0_sch~>impactNeighbors? Considering the existing attributes, I think such an idea should make sense..

    Mini conclusion: Will use groups to store object relations in the database.

    Regards,
    Duo

    • 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