X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Subject: Re: [geda-user] Trace width - best practices? From: Stefan Salewski To: geda-user AT delorie DOT com In-Reply-To: <248769EB-BD92-4C61-B860-0ED794DF2753@noqsi.com> References: <20121023192443 DOT GK524 AT fi DOT muni DOT cz> <248769EB-BD92-4C61-B860-0ED794DF2753 AT noqsi DOT com> Content-Type: text/plain; charset="us-ascii" Date: Wed, 24 Oct 2012 01:10:30 +0200 Message-ID: <1351033830.2442.14.camel@AMD64X2.fritz.box> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 2012-10-23 at 16:55 -0600, John Doty wrote: > On Oct 23, 2012, at 4:07 PM, Stephen Ecob wrote: > > >> > >> In a related question: is it possible to include hints for > routing > >> and placement in the schematics? For example: > >> > >> - this decoupling capacitor should be placed as close to this chip > as possible > > > > Similarly: the idea is a good one, it has been suggested before, but > > no one has coded it up. > > IIRC gschem can add suitable attributes to nets, but PCB doesn't > have > > any code to act on net > > attributes. > > Unfortunately, while gschem can attach arbitrary attributes to nets, > gnetlist cannot retrieve them. I believe all of the various import > strategies PCB uses work through gnetlist. > > John Doty Noqsi Aerospace, Ltd. I think I was one of the advocates for that type of design: Assign all relevant information to nets in the schematic (trace width, clearance, max length, impedance, .., by single attributes or net 'classes') and let do all the rest by the autorouter. I still think that is the way electronic design should be done today.