element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Autodesk EAGLE
  • Products
  • More
Autodesk EAGLE
EAGLE User Support (English) Problem connecting Power Pads to GND polygon
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Autodesk EAGLE to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 7 replies
  • Subscribers 174 subscribers
  • Views 787 views
  • Users 0 members are here
Related

Problem connecting Power Pads to GND polygon

autodeskguest
autodeskguest over 15 years ago

I am designing a board that includes several kinds of ICs

with "Power Pads" under the IC package that need

to be grounded.  For some of the ICs, the GND polygon

connects to the Power Pad as it should.  For other

ICs, the GND polygon is not connecting to the Power Pad.

Examining the devices in the library, they appear to be

constructed and labeled the same way.  I can't see

a difference in labeling, pin declaration, or grounding

between the ones that connect to ground and the ones

that don't.

 

Can you suggest what might be different between the

ICs or the libraries to cause this?

 

Thank you,

--- Graham

 

==

 

  • Sign in to reply
  • Cancel
Parents
  • autodeskguest
    autodeskguest over 15 years ago

    Travis:

     

    Thank you, you put me on the trail to understanding

    the problem. All parts are built with PowerPad Direction

    PWR, connected to Pin named PAD, and that Pin is grounded

    in the schematic.

     

    An example of a package that will not automatically connect

    is a QFN-48, Texas Instruments footprint RGZ, for TLV320AIC33.

    In this case, the edge of the power pad is within 18 mils of

    peripheral SMTs, and with isolate set to 8 mils, there is

    just not enough room for the polygon to get in between

    the edge SMTs and the PowerPad, so no connection is made, even

    though all are named GND.

     

    The Polygon apparently needs more than double the isolate

    number to get in between the edge and center pads.  Or perhaps

    there is another setting somewhere I need to adjust.

     

    The only way I have found to get the PowerPad to connect to

    the peripheral ground SMTs is to turn off thermals for the

    PowerPad.

     

    If, as an exercise, I make the PowerPad smaller, the polygon will

    connect to the PowerPad, so it is not the construction of

    the part in the library as I first suspected.

     

    This is an example of the tuning necessary for Eagle, where

    the Isolate hierarchy, the Wire width of the Polygon, some

    unexplained rules as to how Polygons work all interact, that

    is not clearly explained anywhere that I have found.

     

    Thank you,

    --- Graham

     

    ==

     

     

     

    Travis G wrote:

    On 10/11/2009 10:49 PM, Graham wrote:

    I am designing a board that includes several kinds of ICs

    with "Power Pads" under the IC package that need

    to be grounded. For some of the ICs, the GND polygon

    connects to the Power Pad as it should. For other

    ICs, the GND polygon is not connecting to the Power Pad.

    Examining the devices in the library, they appear to be

    constructed and labeled the same way. I can't see

    a difference in labeling, pin declaration, or grounding

    between the ones that connect to ground and the ones

    that don't.

     

    Can you suggest what might be different between the

    ICs or the libraries to cause this?

     

    Thank you,

    --- Graham

     

    ==

    My first thought is, do the gnd pads of the package have air-wires in

    the PCB editor? If so, check the Isolate property for the polygon to get

    them to connect.

     

    If there are no air-wires, I'd suggest checking the Direction and Name

    properties of the symbol's pin. Make sure Direction = Pwr, and that Name

    = GND. That usually does it for me...

     

    Travis

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • autodeskguest
    autodeskguest over 15 years ago

    Travis:

     

    Thank you, you put me on the trail to understanding

    the problem. All parts are built with PowerPad Direction

    PWR, connected to Pin named PAD, and that Pin is grounded

    in the schematic.

     

    An example of a package that will not automatically connect

    is a QFN-48, Texas Instruments footprint RGZ, for TLV320AIC33.

    In this case, the edge of the power pad is within 18 mils of

    peripheral SMTs, and with isolate set to 8 mils, there is

    just not enough room for the polygon to get in between

    the edge SMTs and the PowerPad, so no connection is made, even

    though all are named GND.

     

    The Polygon apparently needs more than double the isolate

    number to get in between the edge and center pads.  Or perhaps

    there is another setting somewhere I need to adjust.

     

    The only way I have found to get the PowerPad to connect to

    the peripheral ground SMTs is to turn off thermals for the

    PowerPad.

     

    If, as an exercise, I make the PowerPad smaller, the polygon will

    connect to the PowerPad, so it is not the construction of

    the part in the library as I first suspected.

     

    This is an example of the tuning necessary for Eagle, where

    the Isolate hierarchy, the Wire width of the Polygon, some

    unexplained rules as to how Polygons work all interact, that

    is not clearly explained anywhere that I have found.

     

    Thank you,

    --- Graham

     

    ==

     

     

     

    Travis G wrote:

    On 10/11/2009 10:49 PM, Graham wrote:

    I am designing a board that includes several kinds of ICs

    with "Power Pads" under the IC package that need

    to be grounded. For some of the ICs, the GND polygon

    connects to the Power Pad as it should. For other

    ICs, the GND polygon is not connecting to the Power Pad.

    Examining the devices in the library, they appear to be

    constructed and labeled the same way. I can't see

    a difference in labeling, pin declaration, or grounding

    between the ones that connect to ground and the ones

    that don't.

     

    Can you suggest what might be different between the

    ICs or the libraries to cause this?

     

    Thank you,

    --- Graham

     

    ==

    My first thought is, do the gnd pads of the package have air-wires in

    the PCB editor? If so, check the Isolate property for the polygon to get

    them to connect.

     

    If there are no air-wires, I'd suggest checking the Direction and Name

    properties of the symbol's pin. Make sure Direction = Pwr, and that Name

    = GND. That usually does it for me...

     

    Travis

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube