X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <5696C7F4.2030003@iee.org> Date: Wed, 13 Jan 2016 21:56:04 +0000 From: "M. J. Everitt (m DOT j DOT everitt AT iee DOT org) [via geda-user AT delorie DOT com]" User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] Re: off-board parts/wiring References: <29B50AD8-DCD0-4048-B888-711C5D8E1E65 AT noqsi DOT com> <20160107175042 DOT 5e06aad2bf09818a8886d6f7 AT gmail DOT com> <20160108182822 DOT 3c4b5f2d183143b4a41680dd AT gmail DOT com> <201601111903 DOT u0BJ3A9a005050 AT envy DOT delorie DOT com> <5693FF30 DOT 1020208 AT iee DOT org> <56965E3B DOT 2070409 AT iee DOT org> In-Reply-To: Content-Type: multipart/alternative; boundary="------------090506000006050403060203" X-Provags-ID: V03:K0:zOVvPIZPf5zLbH+ggPdED+OyFez0qnnqvY6eOsnYuOzUj5JjJYO Gqa0SaGjfJAIuv+SLwjfJ4V5m8OPbF/xE54bNKNNEhWkAUIR+Bn+3aBfSSZDFyI/ai2Zmv+ SFeE3KlcjtjO3QHVzqCbr7+iRKHkQgD/wl8g3CIY+RVZ6B0zC4UIUtF8lF7ory6dom7dHOX 3wauT7SF6y0D89yWID3+A== X-UI-Out-Filterresults: notjunk:1;V01:K0:JK/2OhnVQo4=:1EvPsT5KCQ+ty42K/GfC2h ezlqZO77iUC5Trw8myRJxr1pFPvoFbto4+tOFE+yGQRV85eSyHD0B1BLJii4DwSa0aw1OXoWz bht/IxsIDoRutqzKLtFFNjv9RzPOusQ784mEtY7sD5a2UMN+PxadumEk+zVVjK0+geTamFMdO AKnUm71Ag509HU/tsQZHGJvIbJpJEUFDM34IQ+SE9o0XwitqLKuB/xF2fzws6z2XCII+uQ2L3 cTtfdrG+8YLNUsQ3WzeKYrgqH7maUytx1FI0JnLxjzoZDgrgqodhtLMxjL1SpRuaNIfg82nhl BdbCbc/t7mPeQtTbxK0s5bnTww4ARo3BpAJ7IBj3KP9OR5kWUl2jXvwoPRKPi+ecm4QyqEYQy 8VRfAwOplSY0G8qb8gJK1kjvX0JBPO/cnvmwD+ZerPJuETfilyZJ2ccMarOf2rj6LEhXHAzLD G5IcqSxCFCPllP620aYjyf2Qi28SMPJg29SXQWJvNulm0Ap0hOGYo2gENxg5zgnOgBTGc+BZl +fx1niwFEZYsme18+BANjjuIOKDaOkGFu8CCWuDu9mLqNG7si7ttJQdXrAYJ6GhUpVsT2CHvK h3PmU1XCCC0ZP4qMQPeQxoi3LnPutV0zM+N1EYAyDkXk0bVsO/N3hj225yj4/jTbe7tAVYIlx 859/8D33IGESzlRxPwgEiHBH0tP3rs96mSZ4BQqamq3GfTmEUblmFIzvHRnt2bDwyIqyvMcmW si/48b5fHMZCftZs+3Q8Ar9PX4wC7C6KHhqHAY4gxq6WvWMgBzcjc91BmIbPXVxvmEhaubbd0 tYveJG9eihElpOrlw+i9iPUXVwuhA== Reply-To: geda-user AT delorie DOT com This is a multi-part message in MIME format. --------------090506000006050403060203 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 13/01/2016 7:06 pm, Britton Kerin (britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > > > On Wed, Jan 13, 2016 at 5:24 AM, M. J. Everitt (m DOT j DOT everitt AT iee DOT org > ) [via geda-user AT delorie DOT com > ] > wrote: > > On 12/01/16 17:19, Peter Clifton (petercjclifton AT googlemail DOT com > ) [via geda-user AT delorie DOT com > ] wrote: >> >> >> On 12 Jan 2016 17:02, "Frank Miles (fpm AT u DOT washington DOT edu >> ) [via geda-user AT delorie DOT com >> ]" > > wrote: >> > >> >> > Perhaps I'm confused. I thought I had read that the netlist >> import was >> > deprecated, and that the proper way of importing the netlist >> was through >> > PCB:File/Import Schematics. If netlist import is still equally >> valid, >> > then please accept my apology for the needless noise. >> > >> > -F >> >> The import mechanism was added as a more integrated way of >> retrieving this information, rather than relying on an external >> tool, gsch2pcb to process your existing design file and make >> edits. (This tool had to read and make edits to the board files, >> so represented a barrier to format changes. This was probably not >> the initial motivation of the new mechanism, but represents a big >> plus point to its existence). >> >> Underlying the mechanism is a netlist backend for gnetlist which >> describes the components and nets of the design using a series of >> pcb action commands. These are executed by pcb on the open >> design, and in turn update the internal view of the netlist. >> >> The "old" netlist format is not deprecated, although it does not >> convey all of the information about parts etc.. (gsch2pcb managed >> that aspect based upon a template file a separate gnetlist >> backend would populate with all the parts of a given design). >> >> Since gsch2pcb and associated netlist backends were in a separate >> code base to pcb, this represented a compatibility problem if >> ever we changed things with the file format. The new backend >> lives with PCB (iirc), so merely relies on gnetlist keeping a >> stable scheme api and command line interface. >> >> You might be interested to know that the update mechanism can be >> wired to call a makefile (or other scripts?) to generate the >> required data, so it is infact quite general. Only the >> "schematics" attributes are really assumed to come from a simple >> gschem work flow. >> >> At some point, I may update xgsch2pcb to use this new mechanism, >> rather than gsch2pcb. It seems redundant to update gsch2pcb >> itself though. >> >> Peter >> > I confess to never using the Import Schematics, probably because > its only just appeared in the builds I have ready access to. I > have never had any problems with the gsch2pcb workflow, like much > of geda-gaf, it's quirky, but it works, and and you soon figure > out how to make it do what is necessary. > > > It took me a long time to get around to trying it as well, for about > the same reason. It's worth it though, especially if you find > yourself making a lot of small changes on the gschem side and routing > them incrementally. > > Britton > I'm assuming we're still waiting for Peter's code to back-annotate changes from the pcb layout editor to the schematic editor?! Otherwise, netlist changes aren't usually too painful. It's a greater pain updating component values, doing a new BOM export, and merging the changes to my spreadsheet !! :P --------------090506000006050403060203 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit
On 13/01/2016 7:06 pm, Britton Kerin (britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com] wrote:


On Wed, Jan 13, 2016 at 5:24 AM, M. J. Everitt (m DOT j DOT everitt AT iee DOT org) [via geda-user AT delorie DOT com] <geda-user AT delorie DOT com> wrote:
On 12/01/16 17:19, Peter Clifton (petercjclifton AT googlemail DOT com) [via geda-user AT delorie DOT com] wrote:


On 12 Jan 2016 17:02, "Frank Miles (fpm AT u DOT washington DOT edu) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> wrote:
>

> Perhaps I'm confused.  I thought I had read that the netlist import was
> deprecated, and that the proper way of importing the netlist was through
> PCB:File/Import Schematics.  If netlist import is still equally valid,
> then please accept my apology for the needless noise.
>
>         -F

The import mechanism was added as a more integrated way of retrieving this information, rather than relying on an external tool,  gsch2pcb to process your existing design file and make edits. (This tool had to read and make edits to the board files, so represented a barrier to format changes. This was probably not the initial motivation of the new mechanism, but represents a big plus point to its existence).

Underlying the mechanism is a netlist backend for gnetlist which describes the components and nets of the design using a series of pcb action commands. These are executed by pcb on the open design, and in turn update the internal view of the netlist.

The "old" netlist format is not deprecated, although it does not convey all of the information about parts etc.. (gsch2pcb managed that aspect based upon a template file a separate gnetlist backend would populate with all the parts of a given design).

Since gsch2pcb and associated netlist backends were in a separate code base to pcb, this represented a compatibility problem if ever we changed things with the file format. The new backend lives with PCB (iirc), so merely relies on gnetlist keeping a stable scheme api and command line interface.

You might be interested to know that the update mechanism can be wired to call a makefile (or other scripts?) to generate the required data, so it is infact quite general. Only the "schematics" attributes are really assumed to come from a simple gschem work flow.

At some point, I may update xgsch2pcb to use this new mechanism, rather than gsch2pcb. It seems redundant to update gsch2pcb itself though.

Peter

I confess to never using the Import Schematics, probably because its only just appeared in the builds I have ready access to. I have never had any problems with the gsch2pcb workflow, like much of geda-gaf, it's quirky, but it works, and and you soon figure out how to make it do what is necessary.

It took me a long time to get around to trying it as well, for about the same reason.  It's worth it though, especially if you find yourself making a lot of small changes on the gschem side and routing them incrementally.

Britton

I'm assuming we're still waiting for Peter's code to back-annotate changes from the pcb layout editor to the schematic editor?! Otherwise, netlist changes aren't usually too painful. It's a greater pain updating component values, doing a new BOM export, and merging the changes to my spreadsheet !! :P
--------------090506000006050403060203--