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=miWbsLga9gpUJzAEdNBQpjqJULOPNYPA/k7tcDBwReE=; b=MVbWzRAd1zDB+RBQrLPcW4sleCPzr3vq5p+beaDCXU25VJ9ot02jrcyx0hy6vjtpwu IizPm3x2XxMaR/4Vizlu+7r50rEGgnmvOr3OOQgxQAj3yBxoBTLkEeMCH5HACqtHRWi+ rPDJ9wdUxT0LvIXbLxlK3/QrCnhGub+tQwewNlFpK8+Isd8UhJwknCASbGb5atDUa+W5 OeahD9KdTmH64SJV1Yqom0RtI4sUqxC2zo6DlfbM7MGyn7O61Pd8nXip6v14bNuci4hQ 6H9YUkSn7oh7GMjPVH13UwNmy4v4j/3CtsypGewB+3NBuMdFHpFFGldLkR5MWScnR/gp YU8w== MIME-Version: 1.0 X-Received: by 10.194.104.200 with SMTP id gg8mr459979wjb.144.1445303491431; Mon, 19 Oct 2015 18:11:31 -0700 (PDT) In-Reply-To: <201510192340.t9JNeo6n020302@envy.delorie.com> References: <20151018204010 DOT 9cce6a231dcc296256e187bd AT gmail DOT com> <201510181843 DOT t9IIhmWo025346 AT envy DOT delorie DOT com> <20151018234424 DOT c0551dad9bef0859130239d9 AT gmail DOT com> <36B94694-F2AC-4A75-A8EB-40A1CE9A534C AT noqsi DOT com> <201510182225 DOT t9IMPkxK032763 AT envy DOT delorie DOT com> <20151019003814 DOT f62620bf0fec77e65104c105 AT gmail DOT com> <201510190242 DOT t9J2gl7w009345 AT envy DOT delorie DOT com> <20151019092555 DOT 46eed4540c2d2044bbeab878 AT gmail DOT com> <1A419AED-FCCA-4B1F-8589-912435534E2E AT noqsi DOT com> <201510191647 DOT t9JGlu4j024585 AT envy DOT delorie DOT com> <041FF42A-691F-4E6B-9DEB-8C6B3C2F3E53 AT noqsi DOT com> <201510191850 DOT t9JIop8Y029095 AT envy DOT delorie DOT com> <201510192055 DOT t9JKt2o6005861 AT envy DOT delorie DOT com> <1E816300-E31E-4B85-B51D-7EAEC5A466BF AT noqsi DOT com> <201510192110 DOT t9JLAFKG007281 AT envy DOT delorie DOT com> <201510192340 DOT t9JNeo6n020302 AT envy DOT delorie DOT com> Date: Mon, 19 Oct 2015 17:11:31 -0800 Message-ID: Subject: Re: [geda-user] Pin mapping (separate symbols from mappings) From: "Britton Kerin (britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary=089e010d82123316d305227ef179 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 --089e010d82123316d305227ef179 Content-Type: text/plain; charset=UTF-8 On Mon, Oct 19, 2015 at 3:40 PM, DJ Delorie wrote: > > > > My sample schematic would have U1-1 and U1-1. > > > > So you don't really have a refdes to start from: it doesn't identify > > the component. > > Wordplay. It has a refdes. It's not unique. We do this all the time > for slotted and multi-sym parts. > > And that reference was to show how easy it is for a user to > instantiate symbols that don't have a unique identity, a problem you > still haven't addressed. > > > You also wrote: > > > > > If the tool *requires* that each symbol be unique, then either... > > > > > > 1. It must not let the user provide non-unique symbols, or > > > > > > 2. It must produce a hard error when it detects non-unique symbols, or > This is what my setup does. Actually it used to do it via script when I did make ran gsch2pcb, now that I use Import schematics I realize this doesn't happen anymore and I'm scared now :0 Oh ho it looks like I noticed this once before and forgot about it again, I've got a FIXME... the problem was that I like the default Import schematics behavior, I would just like to run my various cross-check scripts first. So I don't think I want a mode argument to Import exactly. Is there some way to make Import schematics run a before-hook type thingy (ideally a make target), then do what it normally does? --089e010d82123316d305227ef179 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Mon, Oct 19, 2015 at 3:40 PM, DJ Delorie <dj AT delorie DOT com> wrote:

> > My sample schematic would have U1-1 and U1-1.
>
> So you don't really have a refdes to start from: it doesn't id= entify
> the component.

Wordplay.=C2=A0 It has a refdes.=C2=A0 It's not unique.=C2=A0 We do thi= s all the time
for slotted and multi-sym parts.

And that reference was to show how easy it is for a user to
instantiate symbols that don't have a unique identity, a problem you still haven't addressed.

> You also wrote:
>
> > If the tool *requires* that each symbol be unique, then either...=
> >
> > 1. It must not let the user provide non-unique symbols, or
> >
> > 2. It must produce a hard error when it detects non-unique symbol= s, or

This is what my setup = does.=C2=A0 Actually it used to do it via script when I did make ran gsch2p= cb, now that I use Import schematics I realize this doesn't happen anym= ore and I'm scared now :0

Oh ho it looks like I noticed this once before and forgot about it again,= I've got a FIXME... the problem was that I like the default Import sch= ematics behavior, I would just like to run my various cross-check scripts f= irst.=C2=A0 So I don't think I want a mode argument to Import exactly.<= /div>

Is there some way to make Im= port schematics run a before-hook type thingy (ideally a make target), then= do what it normally does?

<= br>
--089e010d82123316d305227ef179--