• 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. Missing power net

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 91
  • Views 14929
  • 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

Missing power net

schnufff
schnufff over 13 years ago

 Hi all,

 I changed my flow from dc_shell to rc. In the past, when I imported my design to Encounter, there was the option to specify power and ground nets(import design->advanced->power). Now I import my RTL code and let rc synthesize it. But in contrast to dc, now 2 of my four power nets are missing. My IO-pads have pins vdd_core,vss_core,vdd_io,vss_io defined in the lef file. But only the global nets for  vdd_core and vss_core are created by rc. Therefore I am unable to connet the pins to the non-existent nets. I tried to instanciate the nets by hand (wire vdd_io;), but this doesn't work. Is there a way to create the two nets vdd_io,vss_io after the rc run, so that encounter can work with them?

The pin are defined like bleow in the lef file:

MACRO IO_Cell
 PIN vss_io
 END vss_io
PIN vdd_io
 DIRECTION INOUT ;
 USE POWER ;
 END vdd_io
PIN vss_core
  DIRECTION INOUT ;
  USE GROUND ;
  END vss_core
END IO_Cell

 

Regards

stefan

  • Cancel
Parents
  • Kari
    Kari over 13 years ago
    Power and ground nets are not typically in the netlist. These are usually handled in EDI with the globalNetConnect statement. The LEF pwr/gnd pins should all be direction INOUT and USE POWER or USE GROUND as appropriate.
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Kari
    Kari over 13 years ago
    Power and ground nets are not typically in the netlist. These are usually handled in EDI with the globalNetConnect statement. The LEF pwr/gnd pins should all be direction INOUT and USE POWER or USE GROUND as appropriate.
    • 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