• 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. Help on dbCreateInst function.

Stats

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

Help on dbCreateInst function.

Mithun Adiga
Mithun Adiga over 9 years ago

Hi,

I have a list of cells that needs to be instantiated in schematic. I chose to use the function dbCreateInstByMasterName() since the list has the library and the cellname. The problem I am facing is when the number of instance is 2, I can never get the function to put 2 instance of the cell. If I give 2 for x_numInst variable it puts <0:2> number of instances and if I give 1 for the x_numInst variable it instantiate only 1(Its suppose to do <0:1> by it logic) instance and if I give 0 it still instantiates 1 instance. 

Thanks,

Mithun.

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 9 years ago

    Hi Mithun,

    This is a long-standing known issue (there is CCR 1039244 for it) and after long deliberation at the time, we decided not to fix it for risk of breaking flows dependent upon it.

    If you explicitly specify the instance name (and omit this argument), then it works. So you can do:

    dbCreateInstByMasterName(cvId "mylib" "mycell" "myview" "I1<0:1>" origin "R0")

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 9 years ago

    Hi Mithun,

    This is a long-standing known issue (there is CCR 1039244 for it) and after long deliberation at the time, we decided not to fix it for risk of breaking flows dependent upon it.

    If you explicitly specify the instance name (and omit this argument), then it works. So you can do:

    dbCreateInstByMasterName(cvId "mylib" "mycell" "myview" "I1<0:1>" origin "R0")

    Regards,

    Andrew.

    • 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