X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Tue, 30 Jun 2015 06:44:07 +0200 (CEST) X-X-Sender: igor2 AT igor2priv To: geda-user AT delorie DOT com X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: Re: [geda-user] gEDA/gschem still alive? In-Reply-To: <3ED06C0F-7F4D-482E-A1D2-EDAB595939D8@noqsi.com> Message-ID: References: <20150629113018 DOT GH19654 AT fi DOT muni DOT cz> <1435581145 DOT 1447 DOT 19 DOT camel AT ssalewski DOT de> <1435592698 DOT 1607 DOT 17 DOT camel AT ssalewski DOT de> <1435599996 DOT 2704 DOT 20 DOT camel AT ssalewski DOT de> <201506292033 DOT t5TKXq06009463 AT envy DOT delorie DOT com> <13D3A00C-EA98-458A-BC3F-213653FA806A AT noqsi DOT com> <20150629212401 DOT GD28458 AT localhost DOT localdomain> <175C24CA-D7F9-4DD0-BC8C-09A2784BA6C1 AT noqsi DOT com> <3ED06C0F-7F4D-482E-A1D2-EDAB595939D8 AT noqsi DOT com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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 Mon, 29 Jun 2015, John Doty wrote: > > On Jun 29, 2015, at 5:59 PM, Evan Foss (evanfoss AT gmail DOT com) wrote: > >> It would be nice to change the way PCB takes data in. I like the >> netlist handling but something more CSV or tab delineated would be >> nice for the rest of the stuff. >> > > Nothing whatever to do with PCB, but I do sometimes find a TSV netlist useful. Here?s a gnetlist back end that makes a TSV: I have a somewhat similar project that adds gnetlist backends to output TSV, xml, json, indented text and lihata. My backend tries to export all attributes of all components, pins and nets. The svn repo is svn://repo.hu/openhw/projects/util/trunk/gnetlist-extras The goal was to be able to write netlister scripts in other languages, without having to bind to libraries. My usual path is exporting my sch to TSV and read it on the stdin of an awk script. As a side effect I have a nice infra to export the same thing in whatever other format. It'd be easily possible to directly generate includable awk, python, C source files too. Regards, Igor2