• 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. getting the dbID for an instance in the layout

Stats

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

getting the dbID for an instance in the layout

Inas Mohammed
Inas Mohammed over 8 years ago

Hello,

I need to get the dbID for certain transistor in order to do some operations on it after that.

The idea is that i need to check for a transistor in a pattern, if this transistor is at lower left of upper right do some commands.

so i need to get value of x which then will be used as follows.

when(row=0 && col==0  lowerleft=x)

when(row=Rows-1 && col=Cols-1 upperright=x)

I thought about like trying to create instances again on the old one with the same names in these places using dbCreateInst just to have the ID, then use it.

But it doesn't work

So can you help me with this issue please.

thanks

  • Cancel
Parents
  • Inas Mohammed
    Inas Mohammed over 8 years ago
    yes i generated the pattern via skill script. And i mention above that i tried to use the "dbCreateInst" but i didn't know how to use it for this purpose which is getting the IDs. I found an instance created instead which is not what i want.
    What i was doing is like the following with an inner loop for filling the columns of the row mentioned in an outer loop:
    masterID=dbOpenCellViewByType(lib cellname cellview)
    x=dbCreateInst(cellView masterID name 1 list(x y) "R0")

    name--> is a variable mention earlier in the code.

    But the lines i wrote didn't work correctly. I need to know how can i use this function to return the IDs of the instances.
    Can you give me an example for this usage of this function, please?
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Inas Mohammed
    Inas Mohammed over 8 years ago
    yes i generated the pattern via skill script. And i mention above that i tried to use the "dbCreateInst" but i didn't know how to use it for this purpose which is getting the IDs. I found an instance created instead which is not what i want.
    What i was doing is like the following with an inner loop for filling the columns of the row mentioned in an outer loop:
    masterID=dbOpenCellViewByType(lib cellname cellview)
    x=dbCreateInst(cellView masterID name 1 list(x y) "R0")

    name--> is a variable mention earlier in the code.

    But the lines i wrote didn't work correctly. I need to know how can i use this function to return the IDs of the instances.
    Can you give me an example for this usage of this function, please?
    • 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