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=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=WYYT4XHZ0c3Hp5hg58shUas7aGi/AgYimVE2CN/aY9E=; b=gnHoGkj0o7WD2y1quh69b+GQl7NWvsYnySuzQpixyCVO23e/a6hV7jZ20lLHe12BkB b3+cWvYI2gxbJtWdq2bj+h17U+im7fDrcfKoEXCU529beOjbm2A4r/0RbivQHAJexurn HEgWq/Ptrw1i5/BKZVDa7HC/mvu5bKOiA7/URFMv9QVKjrrA3nJyruK/IreYNVF7dBOA Av0SFcOJSqwO1e7DPI1rLX10sbPUJsKpmRwsdlFCGt+mCS0bTaVFYGvuoul6dR0j21qM 19VoyCFPNsZNntMh90ZbsUXy2chcy4y2tz9nd0CUqlLsnpTCpyruCS5LwbibaYn3pb47 J+xA== X-Received: by 10.28.35.6 with SMTP id j6mr11591700wmj.80.1452185443599; Thu, 07 Jan 2016 08:50:43 -0800 (PST) Date: Thu, 7 Jan 2016 17:50:42 +0100 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: gEDA and it's future with Scheme & Guile was Re: [geda-user] Project leadership Message-Id: <20160107175042.5e06aad2bf09818a8886d6f7@gmail.com> In-Reply-To: References: <8444F816-17CE-4A56-A982-4A60DEDA72B8 AT noqsi DOT com> <29B50AD8-DCD0-4048-B888-711C5D8E1E65 AT noqsi DOT com> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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 > >> I can't use the > >> recommended direct PCB gschem-schematic-import method due to some special > >> schematic post-processing (mostly eliminating off-board parts/wiring, which I > >> want to have on the schematic), > > > > I attach graphical=1 to those to tell gnetlist that they don?t go into the netlist. > > That may work for whole parts, but doesn't work when particular pins/nodes need > to be separated from the board (thus the "/wiring"). > > -F If you make one schematic for each circuit board it will work. It is possible to make a symbol matching connector output and put it higher than the circuit board(s) in the hierarchy. If you add a "source=board.sch" attribute you could get down into the hierarchy but symbol is not electrically connected to connector so for example DRC will not work for the whole circuit. Nicklas Karlsson