X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to:user-agent; bh=RBuPksRtlSJkv9ElRgrU33y3CjGB7b9WMXNFXbSVlmk=; b=kjaUGnwUCwFMJvPPb9iIoWvZuYrHOkzSSXLUbjKLo/pNNKtq056aqxGOOnXMf1HH/Z LrDSONNomxYB+HMJdpLdzgt+PRs/KCu1WFFTtnVirp9a6407M3OcK53PwZfUlGQMviSI 85LQ/44bZqGCeU5QTAcIQkceucxWUnYom/xUaJzzLBcVX7VYUFwQ3KoqnjpsAhMwVhE6 X/vIal7q648JKnWH9tr9E9fHMxeIYBmj4ZkUW/H2gNPiK1JoFweQF6XT1acM5Wd/n7rh aVoHM/EPPtxD+/Y9LQFaetDbXKtj7cKcChuMLZACuXBjb4nFKw6YvJ1BzJSdRLj4sLVi 2RCA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mail-followup-to :references:mime-version:content-disposition:in-reply-to:user-agent; bh=RBuPksRtlSJkv9ElRgrU33y3CjGB7b9WMXNFXbSVlmk=; b=ei7SypPaNatqMICHhE5yyWDjnP7dnIz6ffaMeQ/Wm4nR+4irANlzZvxBCUGC1in/ep nmk/WLAZXzkudsxrqkLSwxj0W32tmthUpMRNI2hnBOLanRB7zGZ93wLpHPZiGA/9fePq OBZC/ar+wl2EJ8Nhv3CzMv18pgtDaKsbp4RDQY4tSFkLLCIGeu14h1n9p7KGUZ5qNSbK QAG6C7ChqoX8foX8Jg0VWgETYGSSYx5+mk72IbEbxEUN81TlUgOSIlgJ8lhhUcU602wM 2efyxmi7/oXZHQVOQk6GBxNWHxk2Tvh0ipLaWUoTiHgxoxP0RayxHEYNSRgsu2CAASZ8 d3hg== X-Gm-Message-State: AODbwcDHwSTbwMqpfMbGH36ira8Ds9kPY3FHnKeClgBUgOR7Rk32y27Y 4VbyyuhcCvwhH8oa X-Received: by 10.46.77.136 with SMTP id c8mr10187798ljd.78.1495653745284; Wed, 24 May 2017 12:22:25 -0700 (PDT) Date: Wed, 24 May 2017 22:22:22 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] gschem(1) netlist compatibility with pcb(1)? Message-ID: <20170524192222.GA18999@localhost.localdomain> Mail-Followup-To: geda-user AT delorie DOT com References: <20170522191339 DOT 14778 DOT qmail AT rahul DOT net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20170522191339.14778.qmail@rahul.net> User-Agent: Mutt/1.5.23 (2014-03-12) 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 Hi John, > On Mon, May 22, 2017 at 12:13:38PM -0700, John Conover wrote: > > In pcb(1): > File-Save connection data of->all elements > > makes a netlist of an actual PCB layout. > > Which gnetlist(1) -g option produces a similar file format for > comparison of connectivity data between the gschem(1) schematics and > actual PCB layout of those schematics? It seems to be an internal pcb format, it is not related to gnetlist. You could reproduce something similar by changing some of gnetlist backends, though I think it won't be very helpful without same sorting on both sides. -- Vladimir