X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Injected-Via-Gmane: http://gmane.org/ To: geda-user AT delorie DOT com From: Kai-Martin Knaak Subject: Re: [geda-user] gnetlist drc2 seems to be missing some links? Date: Fri, 13 Sep 2013 23:38:36 +0200 Lines: 37 Message-ID: References: <52335DD7 DOT 6060605 AT icarus DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet AT ger DOT gmane DOT org X-Gmane-NNTP-Posting-Host: a89-182-169-32.net-htp.de User-Agent: KNode/4.10.5 Reply-To: geda-user AT delorie DOT com Stephen Williams wrote: > checks, but I'm getting these: > > ERROR: Net 'POWER/unnamed_net82' has no connections. > ERROR: Net 'POWER/unnamed_net81' has no connections. > ERROR: Net 'POWER/unnamed_net80' has no connections. > ERROR: Net 'POWER/unnamed_net79' has no connections. > ERROR: Net 'unnamed_net75' is connected to only one pin: J2:10 . > ERROR: Net 'unnamed_net70' is connected to only one pin: J2:11 . > > > The (only) subsheet refdes is "POWER", so all the unconnected nets > are in that sheet. (...) > > I've put a bundle of the schematics here: > I was able to reproduce with a fairly recently compiled geda from git- head. The errors seems to be triggered by the "refdes=POWER" attribute of the sub sheet symbol. If I change this to "refdes=POWE", the above errors disappear. "refdes=POWeR" was fine too. Seems like the string "POWER" gets some kind of special treatment. Settings of the various mangle options in gnetlistrc did not influence the DRC errors. > I kinda want to > get this resolved before I spend countless hours drawing a pcb > layout. This was a wise decision. The netlist produced by gsch2pcb did contain the dangling nets DRC was complaining about. A layout based on this netlist would have been broken. ---<)kaimartin(>---