<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PCB with mixed DGND and AGND in EAGLE Forum</title>
    <link>https://forums.autodesk.com/t5/eagle-forum/pcb-with-mixed-dgnd-and-agnd/m-p/7303028#M34403</link>
    <description>&lt;P&gt;Hi Jorge,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for you detailed instruction and explanation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have couples of questions about polygon, copper pour, and DGND &amp;amp; AGND connections.&lt;/P&gt;&lt;P&gt;&amp;nbsp;1. Regarding Polygon - Copper pour.&lt;/P&gt;&lt;P&gt;I got an impression that people usually define a polygon as GND, which makes PCB nicer. Do I need define polygons as AGND and DGND in my case?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;2. Overlap of AGND and DGND.&lt;/P&gt;&lt;P&gt;If I choose to use copper pour, I will define a polygon on the top as DGND, and another polygon at the bottom as AGND. Since the signals are different, can I use via to connect them? I know there are errors by DRC. From PCB function/fabrication point of view, is it OK?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dawn&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Aug 2017 21:56:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-08-15T21:56:32Z</dc:date>
    <item>
      <title>PCB with mixed DGND and AGND</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/pcb-with-mixed-dgnd-and-agnd/m-p/7300563#M34401</link>
      <description>&lt;P&gt;I am working on a PCB with both DGND and AGND.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to copper pour the PCB. I am struggling on how to connect DGND and AGND to make the PCB work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I should do, copper pour and name "DGND" on one side, and give name "AGND" on another side? There should be a way to connect them, do I need another layer or some components?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dawn&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 05:46:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/pcb-with-mixed-dgnd-and-agnd/m-p/7300563#M34401</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-15T05:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: PCB with mixed DGND and AGND</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/pcb-with-mixed-dgnd-and-agnd/m-p/7302493#M34402</link>
      <description>&lt;P&gt;Hello Dawn,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope you're doing well. There's actually a few different ways to handle this. They are all work-arounds, in EAGLE all connections are defined by net name. So by definition, you aren't supposed to connect differently named signals without EAGLE complaining. With that said here are the work arounds.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. You can use 0-ohm resistors to connect the different grounds. EAGLE sees this as another component so the DRC is happy, from the point of view of the DRC this is the cleanest solution since it won't generate any errors. Along the same vein you can create a jumper library with packages consisting of two SMD pads shorted together. This option is slightly less clean because it can create DRC errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Polygons with the same rank that overlap short to each other since they have the same priority. This can be used to connect DGND and AGND. This is the easiest way to connect these two signals together since all you have to do is overlap the DGND and AGND polygons a little. The downside is that DRC errors are generated where the polygons overlap.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tend to favor option 2 and just ignore the associated errors, but you can pick whatever is best for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if there's anything else I can do for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 19:00:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/pcb-with-mixed-dgnd-and-agnd/m-p/7302493#M34402</guid>
      <dc:creator>jorge_garcia</dc:creator>
      <dc:date>2017-08-15T19:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: PCB with mixed DGND and AGND</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/pcb-with-mixed-dgnd-and-agnd/m-p/7303028#M34403</link>
      <description>&lt;P&gt;Hi Jorge,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for you detailed instruction and explanation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have couples of questions about polygon, copper pour, and DGND &amp;amp; AGND connections.&lt;/P&gt;&lt;P&gt;&amp;nbsp;1. Regarding Polygon - Copper pour.&lt;/P&gt;&lt;P&gt;I got an impression that people usually define a polygon as GND, which makes PCB nicer. Do I need define polygons as AGND and DGND in my case?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;2. Overlap of AGND and DGND.&lt;/P&gt;&lt;P&gt;If I choose to use copper pour, I will define a polygon on the top as DGND, and another polygon at the bottom as AGND. Since the signals are different, can I use via to connect them? I know there are errors by DRC. From PCB function/fabrication point of view, is it OK?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dawn&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 21:56:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/pcb-with-mixed-dgnd-and-agnd/m-p/7303028#M34403</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-15T21:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: PCB with mixed DGND and AGND</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/pcb-with-mixed-dgnd-and-agnd/m-p/7304878#M34404</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;1. Regarding Polygon - Copper pour.&lt;/P&gt;
&lt;P&gt;I got an impression that people usually define a polygon as GND, which makes PCB nicer. Do I need define polygons as AGND and DGND in my case?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;2. Overlap of AGND and DGND.&lt;/P&gt;
&lt;P&gt;If I choose to use copper pour, I will define a polygon on the top as DGND, and another polygon at the bottom as AGND. Since the signals are different, can I use via to connect them? I know there are errors by DRC. From PCB function/fabrication point of view, is it OK?&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hi Dawn,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jorge has given you two good technical ways forwards for what you are trying to achieve but which you choose depends a lot on your circuit design and how well you've done your placement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First question, how many layers is your board? Having complete separate layers for AGND and DGND may not be ideal unless you have a lot of layers and can spare two for these signals and it may not actually be necessary.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you place the components such that AGND and DGND are separated from each other rather than being mixed up across the board? Are there any components which connect to both AGND and DGND? How about power rails? Do the analog and digital parts of your board have different power supplies?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You see, it may be that with good placement you can use a single layer of the PCB with AGND and DGND sharing that plane. It may also be that depending on the nature of the circuitry that AGND and DGND can just be combined to a single GND so long as good placement of components ensures that return currents for digital circuitry do not flow through analog circuits and vice versa. If you do have to have segregated grounds then you need to pay attention to any signals crossing the boundary between AGND and DGND.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With regards to how to connect the two if you do need to keep two separate planes, either of Jorges methods is fine, pick whichever you are most comfortable with.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To answer your specific question about how to connect them if they were planes on each side of the board, it's not as simple as just putting a via through as the via would have to be named either AGND or DGND and would only connect the the side that matches its name so you'd need to put a jumper resistor or a polygon of the same rank to create a short on the other side.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rachael&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2017 14:29:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/pcb-with-mixed-dgnd-and-agnd/m-p/7304878#M34404</guid>
      <dc:creator>rachaelATWH4</dc:creator>
      <dc:date>2017-08-16T14:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: PCB with mixed DGND and AGND</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/pcb-with-mixed-dgnd-and-agnd/m-p/7306363#M34405</link>
      <description>&lt;P&gt;Thank you Rachael,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, in my case, I don't have to use copper pour (polygon), right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dawn&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2017 21:53:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/pcb-with-mixed-dgnd-and-agnd/m-p/7306363#M34405</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-16T21:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: PCB with mixed DGND and AGND</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/pcb-with-mixed-dgnd-and-agnd/m-p/7306384#M34406</link>
      <description>You'll need copper pours still, but you need to understand your circuit and ensure your placement segregates the AGND and DGND nets so that you don't need two layers for routing them in. You can then do either a split ground plane or if your analog and digital are nicely segregated and it's appropriate for your circuit then you can combine AGND and DGND into a single plane. Can you tell us more about you circuit? Maybe then we can give you better advice on what might be appropriate.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Rachael</description>
      <pubDate>Wed, 16 Aug 2017 22:03:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/pcb-with-mixed-dgnd-and-agnd/m-p/7306384#M34406</guid>
      <dc:creator>rachaelATWH4</dc:creator>
      <dc:date>2017-08-16T22:03:10Z</dc:date>
    </item>
  </channel>
</rss>

