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=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=4kAlfbBLdV3a1BH7ypobY/C1aUrZECAX81oozN5it4w=; b=i7uy619LB4vgq074VpY0shOuu0NeUDwOkrsOczOUnSaW0nzsEkKJspFhRsPgidTs/l RDXjeSWO7cw4Pls8pbnMEySdfrktMI9wwTk90aB2oN7hvQNCBAGQ5MtlbGdoSuDFmL2l eRv1ETgnpzPGguVzoSJTOS8t9hy4FKXcIv03DXL1ZJP0F3lDJvrbWLZfKWyz+0B3HymM +8gc3J9f1ndrR9Dj15B4Vnlw3qLsUTKiwlUsta5JIPM7CYLGLCvRDz2gphmzO+5VShtJ W+e6WRMWOhsIZn0vdH+XQiKlHGJLE+FeLjWZDR1PWuViOfte/q//5plDDm8vPqhtAWR8 oZkg== MIME-Version: 1.0 X-Received: by 10.152.20.228 with SMTP id q4mr27069802lae.74.1440541436752; Tue, 25 Aug 2015 15:23:56 -0700 (PDT) In-Reply-To: <201508251949.t7PJnaJg031751@envy.delorie.com> References: <55D8D8B8 DOT 7050907 AT jump-ing DOT de> <20150822230549 DOT 3750 DOT qmail AT stuge DOT se> <55D9A5AE DOT 9090604 AT jump-ing DOT de> <55D9BC06 DOT 9060106 AT iae DOT nl> <55D9C34A DOT 2090709 AT jump-ing DOT de> <201508232341 DOT t7NNfl9O012371 AT envy DOT delorie DOT com> <55DA8231 DOT 4010904 AT mcmahill DOT net> <55DADE5A DOT 4020902 AT jump-ing DOT de> <55DB6A7C DOT 8090309 AT jump-ing DOT de> <55DB7F6A DOT 2050008 AT ecosensory DOT com> <20150825080001 DOT 5fc83c0223a8f3e52b5dd1bf AT gmail DOT com> <201508251626 DOT t7PGQeGY023950 AT envy DOT delorie DOT com> <20150825213238 DOT c7b0d9f599ca00b4e517e7d0 AT gmail DOT com> <201508251949 DOT t7PJnaJg031751 AT envy DOT delorie DOT com> Date: Tue, 25 Aug 2015 22:23:56 +0000 Message-ID: Subject: Re: [geda-user] speed-dial type buttons (was: Antifork) From: "Evan Foss (evanfoss AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 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 Tue, Aug 25, 2015 at 7:49 PM, DJ Delorie wrote: > > In both cases there's a many-to-one relationship; one schematic can be > used for many purposes, and one pcb is made of many schematics. I almost want to write a netlister that lets you move files and the functions that process them around in a schematic so that you have a graphical view of workflow. gschem -> schematic file -> gnetlist -> makefile > So gschem would have to have many buttons, one for each purpose the > schematic is used for, but pcb would only need one - to collect the > things it needs. PCB's File->Import does this; it knows how to use a > list of schematic pages or call out to a Makefile to get what *it* > needs. A "getting started" button on gschem would need to assume that > the one schematic is sufficient for one pcb, or figure out how to ask > the user what other schematics are needed. Also, not everyone starts > a pcb with the import - I prefer to lay out the board's boundaries and > physical size first, *then* import. > > BOMs are trickier, because you need to know the set of schematics but > you also need to know the build-out of the board, i.e. which > configuration of parts is populated. I typically use a script to > generate a BOM from schematics on a per-pcb basis, using attributes > from the schematic, but I can't see that working as a button in either > gschem or pcb. Also, if your sch->pcb tool modifies any of the parts, > the BOM generator would need to know about that too. -- Home http://evanfoss.googlepages.com/ Work http://forge.abcd.harvard.edu/gf/project/epl_engineering/wiki/