• 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. dbCreateConnByName(): WARNING (DB-270004): Shorted nets

Stats

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

dbCreateConnByName(): WARNING (DB-270004): Shorted nets

karacaoe
karacaoe over 12 years ago

 Hello,

 I'd like to connect one net object with one pin object of an instance by using the function dbCreateConnByName().

 The code would be:

;SKILL CODE BEGINS

net_var = dbFindNetByName(new "net011")
db:0xf0d9ab93
inst1 = dbGetInstByName(new "V6")
db:0xf0d9ada1
dbCreateConnByName(net_var inst1 "PLUS")
*WARNING* (DB-270004): Shorted nets - net07
nil

; END

 

net07 is linked to pin "PLUS" of instance V6. Does the last function return nil because 2 nets are shorted? If so how can I solve this Problem and if not, why does the function return nil?

Thank you very much in advance!!

 

 

 

  • Cancel
Parents
  • skillUser
    skillUser over 12 years ago

    Hi,

    Which version are you using?   Is "V6" a via?  If that's the case then I would guess that you are using IC5141. You may need to remove any existing net from V6 before you can use dbCreateConnByName(), dbDisconnectObject() perhaps?.  I'm guessing here as there is not much information to go by. If my guess is wrong and V6 is, say, a voltage source or something similar, the previous comment may still be applicable. You can see what 'inst1' is connected to by inspecting its "instTerms" attribute, e.g. inst1~>instTerms~>net

    Hope this helps a little.

    Regards,

    Lawrence.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • skillUser
    skillUser over 12 years ago

    Hi,

    Which version are you using?   Is "V6" a via?  If that's the case then I would guess that you are using IC5141. You may need to remove any existing net from V6 before you can use dbCreateConnByName(), dbDisconnectObject() perhaps?.  I'm guessing here as there is not much information to go by. If my guess is wrong and V6 is, say, a voltage source or something similar, the previous comment may still be applicable. You can see what 'inst1' is connected to by inspecting its "instTerms" attribute, e.g. inst1~>instTerms~>net

    Hope this helps a little.

    Regards,

    Lawrence.

    • 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