X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98.4 at av01.lsn.net Subject: Re: [geda-user] ideas on slotting and mechanisms for grouping/associating heterogenous symbols. To: geda-user AT delorie DOT com References: <8444F816-17CE-4A56-A982-4A60DEDA72B8 AT noqsi DOT com> <87FC7D4C-157A-499E-8B93-97653D6A7C68 AT noqsi DOT com> <624E6A69-62CE-4FCB-9D44-9FDF036254A3 AT sbcglobal DOT net> <56880043 DOT 7040003 AT ecosensory DOT com> <20160102182739 DOT 5d195829880cf75768ae0a82 AT gmail DOT com> From: John Griessen Message-ID: <568811B0.4030502@ecosensory.com> Date: Sat, 2 Jan 2016 12:06:40 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.4.0 MIME-Version: 1.0 In-Reply-To: <20160102182739.5d195829880cf75768ae0a82@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed 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 01/02/2016 11:27 AM, Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: >> I would use a separate script to process pin swaps that utilizes a pinswap number attribute that is >>> not part of symbols as they are in the library, but added when you need it. ... > I agree swap information should not be part of symbols. I think adding a pinswap attrib to the schematic, not as part of the symbol library is a way forward to annotation and netlists that agree with as-layed-out. It would however probably be good if pcb could handle swap especially > pin swap of ordinary capacitors and resistors. I'd just handle it as: do it, then output a netlist with .aslo, (as-layed-out), suffix. Then you compare that to the bare netlist output from a gschem schematic via gnetlist. Another form of gnetlist output I'd like is .net-heavy similar to what DJ's import tool for PCB imports. It would include all the net segments with symbol position center info, pads, vias. It would be used for a first cut at autoplacement, and for comparing to extracted layout netlists. There's not any limit on how many types of netlist files with the same base name that are used except practical remembering what they are for.