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=aCInipyj2Xqpn+ckwyKtQbob601oKcwzKRr7Gqyjjt4=; b=UrbY3QeX/enFYehAl13RoNpIfIaCyi6NgF3TGKfuuPp3hPfDhY8OwM577HdiKBlSW5 NS/coDu1skx4FgIV+F+/v8mkW2S12xoSMQcF1ZvTGOWpwG0cOH9Ngaj9SvAdrH5BXg70 WBNPF2aFJ70Wvd2opnKGZoB0DT/2XNrbBxe29uU/TWdliBaHMqNjibg6uSbSQrNBLbUj uZYwKPBmgwsbyCTepiPKGQqdOatP0JdQY4Oy9fdtQg7w8K3tx8x+7IVu/w9Pv6gdLoxA MFmXExtKtjA80pSlIgnNG3CUUgwiDjIQLlClWOIpUEpmjm4JsP8vStCwMxS+ItNkLO4j Ovtw== X-Received: by 10.112.142.101 with SMTP id rv5mr25468788lbb.101.1452274103989; Fri, 08 Jan 2016 09:28:23 -0800 (PST) Date: Fri, 8 Jan 2016 18:28:22 +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: [geda-user] Re: off-board parts/wiring Message-Id: <20160108182822.3c4b5f2d183143b4a41680dd@gmail.com> In-Reply-To: References: <8444F816-17CE-4A56-A982-4A60DEDA72B8 AT noqsi DOT com> <29B50AD8-DCD0-4048-B888-711C5D8E1E65 AT noqsi DOT com> <20160107175042 DOT 5e06aad2bf09818a8886d6f7 AT gmail 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. > > ... > > I have to wonder - what's so hard about getting pcb to understand > a circuit from a netlist? Well you said if you make one schematic for each circuit board which suggest you try to make several circuit board from one schematic. Symbols without a footprint do not show up on the circuit board. Sometimes it is useful to draw a schematic connecting several circuit boards and if you add a source attribute with the filename of the schematic to the symbol you get hieratchical design. Nicklas Karlsson