X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on ham01.websitewelcome.com X-Spam-Flag2999: NO X-Spam-Level2999: X-Spam-Status2999: "No, score=-0.5 required=5.0 tests=BAYES_05 autolearn=unavailable version=3.3.1 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gibibit.com; h=Received:Date:From:To:Subject:Message-ID:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding:X-BWhitelist:X-Source:X-Source-Args:X-Source-Dir:X-Source-Sender:X-Source-Auth:X-Email-Count:X-Source-Cap; b=gDiPJsAqg4umDiEtFTy0u6JxoA2Vg/EmWmwagZeScB5xFu8e869CDaVqVQQ2rL+oO/PsmtRPZIofAMHXedy9UWV8Uyd39d/9OK6RzrmowvZTv+gO6Gnp8fWXbE1FqW3Y; Date: Sun, 25 Sep 2011 07:07:37 -0700 From: Colin D Bennett To: geda-help AT delorie DOT com Subject: Re: [geda-help] Preferred way "Separate-but-equal" grounds Message-ID: <20110925070737.4c47603e@svelte> In-Reply-To: References: <201109231851 DOT p8NIpO7B004069 AT envy DOT delorie DOT com> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.24.4; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator297.hostgator.com X-AntiAbuse: Original Domain - delorie.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gibibit.com X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: c-67-185-118-84.hsd1.wa.comcast.net (svelte) [67.185.118.84]:52106 X-Source-Auth: colin AT gibibit DOT com X-Email-Count: 2 X-Source-Cap: c2t5bGVuO3NreWxlbjtnYXRvcjI5Ny5ob3N0Z2F0b3IuY29t Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 23 Sep 2011 19:25:59 -0400 Bob Paddock wrote: > >> - I've got a mixed-signal board where I've got an AGND, PGND, > >> and DGND which I want to be routed separately (different trace > >> widths, etc). However, I want them to be connected at one > >> point (that I would chose). What's the correct way to do this? > > > > So far, the "best" answer is: talk to your layout guy :-) > > > > There is no technical solution to this one in the geda/pcb > > tools. > > I use a zero Ohm resistor, with a footprint that will get covered > in solder to short the two closely spaced pads. I was going to say also you could put a trace on a pcb layer with the no-drc attribute set so pcb doesn't complain, but I think that no-drc only works for the pcb 'DRC' feature which is really only about spacing and copper width, not about open/short connections which is handled by 'o' optimize rats. To me, they are both DRC issues but should probably be two separate flag. Regards, Colin