• 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. Digital Implementation
  3. SoC Encounter DB Access - Power/Ground Nets

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 92
  • Views 690
  • 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

SoC Encounter DB Access - Power/Ground Nets

dbekiaris
dbekiaris over 16 years ago
Hello everybody I am using SoC Encounter 7.1 and I use DB Access methods for layout extraction. Whereas I am extracting the wire information about the wires of the signal nets, there is a problem with the power nets of the design. In perspective, whenever I try to extract wire information about the specific nets, even after doing detailed RC extraction including special nets, there are no wires reported. The 'Verify Connectivity' tool shows no problem with the connectivity of power rings, stripes and followpins. Is there anything I can do with this issue ?I would be grateful if somebody could help me. Thank you very much in advance
  • Cancel
  • dota
    dota over 16 years ago

     there is a simple script which maybe help you.

    dbForEachFPlanStrip [dbHeadFPlan] stripPtr {

           set name [dbStripName $stripPtr]

            if { $name == "VDD" } {

                   dbForEachStripBox $stripPtr stripBoxPtr {

                           set netPtr [dbStripBoxNet $stripBoxPtr]

                           set netName [dbNetName $netPtr]

                           set shape [dbStripBoxShape $stripBoxPtr]

                              ...............

                     }

                }

    }

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • dbekiaris
    dbekiaris over 16 years ago
    Thank you very much for the immediate response!However, I have run several similar codes using dbStriBoxNet and dbInfoStripBox but still I cannot see wires as in the classic signal nets. Anyway, I would like to thank you again for your help! Kind Regards
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

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