• 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. Skill Code to Delete Net connceted to Instance terminal

Stats

  • Locked Locked
  • Replies 8
  • Subscribers 144
  • Views 17189
  • 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

Skill Code to Delete Net connceted to Instance terminal

member70
member70 over 16 years ago

Need a skill code to delete net connected to a specific instance terminal

 

 

  • Cancel
Parents
  • dmay
    dmay over 16 years ago

    Details, details. This is quite a bit different from your first post.

    You'll still want to delete the incorrect instTerm information using the code from my previous post. At this point, you just need to create the new connection using dbCreateConnByName. This routine takes the netId, instanceId and a terminal name.

    nety = dbFindNetByName(cvId "y")
    nfetInst = car(setof(x cvId~>instances x~>cellName=="nfet")) ;this simply gets one placement of your nfet instances
    dbCreateConnByName(nety nfetInst "bulk") ; this assumes the bulk pin on the nfet is called bulk

    Derek

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • dmay
    dmay over 16 years ago

    Details, details. This is quite a bit different from your first post.

    You'll still want to delete the incorrect instTerm information using the code from my previous post. At this point, you just need to create the new connection using dbCreateConnByName. This routine takes the netId, instanceId and a terminal name.

    nety = dbFindNetByName(cvId "y")
    nfetInst = car(setof(x cvId~>instances x~>cellName=="nfet")) ;this simply gets one placement of your nfet instances
    dbCreateConnByName(nety nfetInst "bulk") ; this assumes the bulk pin on the nfet is called bulk

    Derek

    • 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