X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Thu, 22 Oct 2015 12:50:09 -0400 Message-Id: <201510221650.t9MGo9YB003639@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: <20151022161821.637d558cf569135120a20682@gmail.com> (geda-user AT delorie DOT com) Subject: Re: [geda-user] A lesson from gnet-makefile References: <73ED29DA-968B-4675-9B00-125E03683C9B AT noqsi DOT com> <201510220112 DOT t9M1Ccfq013731 AT envy DOT delorie DOT com> <201510220136 DOT t9M1a5Uw015222 AT envy DOT delorie DOT com> <201510220149 DOT t9M1nrIe016145 AT envy DOT delorie DOT com> <20151022023002 DOT GA25952 AT recycle DOT lbl DOT gov> <20151022090751 DOT ecb5bc25c7d968646dea2e85 AT gmail DOT com> <20151022161821 DOT 637d558cf569135120a20682 AT gmail DOT com> 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 > According to my oppinion ideally DRC should look on copper layer not > which symbol it belong to. If it look on nets only I guess it could > more or less temporary assign some net to all copper objects. DRC works kinda funny. First, it generates a connectivity list based on the copper the way it is (and it looks at copper, not nets - this includes all vias, pins, pads, polygons, lines, arcs, etc.). This is the "base" netlist (not the same as the "desired"/imported netlist). Now, it "bloats" everything by pretending the sizes are increased by some amount, and recomputes the netlist. If the new netlist differs from the base one, you have a minimum spacing issue. Now, it "shrinks" everything, and repeats. Changes indicate a line width minimum issue.