• 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. globalNetConnect fails due to pin and net polarity

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 92
  • Views 14989
  • 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

globalNetConnect fails due to pin and net polarity

mizzihood
mizzihood over 13 years ago

Hello!

 I'm trying to connect vdd and vss nets to instance pins and the command
> globalNetConnect vdd_net -type pgpin   -pin VDD_pin -inst instance_name -verbose 
executes as expected and creates the connection. However, the command for vss connection
> globalNetConnect vss_net -type pgpin   -pin VSS_pin -inst instance_name -verbose 
returns the following message:
**ERROR: (ECNDB-1220): A global net connection rule for connection 'VSS_pin' of cell '...' to a global net '...' was specified. But the connection can not be made because the pin and the global net are not of the same polarity. Check the rule, and correct the issue. 

I have examined the lef file of the instance to whose pin I want to connect the vss and the declaration of the pin (apart from USE GROUND vs. USE POWER) is exactly the same, both are 'INOUT'. I would love some suggestions on where to look for the polarity and how to resolve the problem. 

 The nets are analog power supplies comming from pins, through a clamp. 

  • Cancel
  • HSpeek
    HSpeek over 12 years ago

    Hi,

     

    Not sure if you managed to solve this by now - but this error typically sigals that you are connecting a net of type power to a ground net, or vice versa.

    If the LEF of your cells is correct (has USE POWER and USE GROUND on the right pins), then you should look at how your vss_net is created. Is it specified as a ground net ? In Encounter 11.x you should have something like

    set init_pwr_net "vdd_net"
    set init_gnd_net "vss_net"

    or in Encounter 10.x

    set rda_Input(ui_pwrnet) {vdd_net}
    set rda_Input(ui_gndnet) {vss_net}

     in your TCL script.

     

    • 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