www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2016/01/06/19:03:19

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=S61jZXIqGWRpDfT3wDSRPALO/QX7z5yH+f5DOwVO2RI=;
b=GBycYc9ZPaBybVHVvlmBZ4l6YEytx5A0hltyvgi3oksbuq6wy8rm/t9tMNylGbWBXV
VtiOI4qLkDnGyIgcs6Y8lpCDIQfahxzn5dQdWO9hsujaIuyuGIAGHY9A8T/EiGyqub/2
LbOtkdPlJXAnIWb1SPZ0Zd/dyCaFr6AGlVXNTqEgqt2hHyk3P1iKrPyFVvWWDUmfjRdv
teN5XxgwefregNoE/glZUtRBOdp5wmLECuvjPw8fAp6O5msaRvXVvXW1ksL9Nd/5mx4p
JXNJElFXYtUMZxuyZ2u321hdmqPrNU4BfCsmTCYrkU0AjXqQU59QodJzI7ebuHN7jvAT
T3NQ==
MIME-Version: 1.0
X-Received: by 10.50.28.37 with SMTP id y5mr2384118igg.93.1452124990048; Wed,
06 Jan 2016 16:03:10 -0800 (PST)
In-Reply-To: <20160107004041.8812ea2779c265f6d827d39a@gmail.com>
References: <1512221837 DOT AA25291 AT ivan DOT Harhan DOT ORG>
<FFBE7623-E240-4798-96B0-2BECF56C8E29 AT noqsi DOT com>
<CAC4O8c980g1gj15=5njstC_BT-WYDgKQx9BRycdFKA8OvgtiOg AT mail DOT gmail DOT com>
<B54C0E1F-1986-4C79-9F70-7F1919B8B26D AT noqsi DOT com>
<CAC4O8c9bxJP1eMG4yz3YwKkQJRmsDGmLQ0aMd5pJRyu0WpdCtQ AT mail DOT gmail DOT com>
<C1CFCCEE-C64A-4E49-AA64-446C061656D6 AT noqsi DOT com>
<CAC4O8c-zt8B=joDd+ws77D2jt6aZf3MWfR_dAvpzGcNuBrTURQ AT mail DOT gmail DOT com>
<alpine DOT DEB DOT 2 DOT 11 DOT 1601030040320 DOT 2176 AT newt>
<D9825C8C-B6FD-4C7F-A8D5-B8AF06253B72 AT noqsi DOT com>
<CAC4O8c_R5xWLmzj_cz0g0mPWNs6mR4efjXKGBoup8YO6nwnPTA AT mail DOT gmail DOT com>
<A942261D-7C25-4F2D-9CB1-FFC60FA1C160 AT noqsi DOT com>
<CAC4O8c8zk8=Py1yX6fVqF+35SYe39Li=y4jZ8bCeZ1Ev8WccAg AT mail DOT gmail DOT com>
<20160105182120 DOT 3237F809D79B AT turkos DOT aspodata DOT se>
<8E0210CD-0694-4717-A7B1-3224E39691DA AT sbcglobal DOT net>
<CAC4O8c8CxyULauKj+1RT73qdLDnPa1_TOAXY_pXnJNPtnNJYqQ AT mail DOT gmail DOT com>
<20160106095351 DOT 410e3f2407176052d835251e AT gmail DOT com>
<CAC4O8c_NRWWWnNLkgDDYCGonM=gw3=NBB72dhC0D8whdu3w8Ng AT mail DOT gmail DOT com>
<20160107004041 DOT 8812ea2779c265f6d827d39a AT gmail DOT com>
Date: Thu, 7 Jan 2016 01:03:09 +0100
Message-ID: <CACwWb3CozuiSvi-84_oNrVPfmCYgxFB1-piJrVa59d7eOkd2xw@mail.gmail.com>
Subject: Re: [geda-user] A fileformat library
From: "Levente (leventelist AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
To: gEDA User Mailing List <geda-user AT delorie DOT com>
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

--089e01538c3633962c0528b3320d
Content-Type: text/plain; charset=UTF-8

That would be nice. Somewhere in the website? Somewhere in the repository?
DJ?
On 7 Jan 2016 00:46, "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via
geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> wrote:

> > > > I recently did a tiny bit of work on the parser in pcb.  Of course we
> > > > should continue to support it, but it's going to be tough to extend
> it
> > > > much.  It's already overloaded in weird ways (e.g. thermals are
> parsed as
> > > > flags, with their own non-flex sub-syntax, even though they don't
> set any
> > > > actual flags).  If you do extend it you do hard work and still only
> pcb
> > > can
> > > > read it.  Of course you still have to teach the innards of pcb about
> your
> > > > extensions in order for them to do anything useful.
> > >
> > > A good start might be to write down what need to be stored even though
> > > they are not implemented right now and maybe never will be:
> > >   1. Padstack, probably as collection of ordinary drawing primitives.
> > >   2. Local copy and reference so update is possible.
> > >   3. Net and possible segment attribute for route style, width.
> > >   4. Net clerances between any net.
> > >   5. Net clerance classes although (4.) could be extended before
> entering
> > > pcb.
> > >   6. Trace impedance.
> > >   7. Differential impedance?
> > >   8. Pin swapping!
> > >   9. Slot swapping.
> > >
> >
> > Lev did something very like this last time this got discussed as sql
> > schema.  I don't think it had all the above but some of it.
> >
> > Britton
>
> I wrote down some more in a text files. Would it be possible collect them
> somewhere there everybody could read them?
>
>
> Nicklas Karlsson
>

--089e01538c3633962c0528b3320d
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p dir=3D"ltr">That would be nice. Somewhere in the website? Somewhere in t=
he repository? DJ?</p>
<div class=3D"gmail_quote">On 7 Jan 2016 00:46, &quot;Nicklas Karlsson (<a =
href=3D"mailto:nicklas DOT karlsson17 AT gmail DOT com">nicklas DOT karlsson17 AT gmail DOT com</=
a>) [via <a href=3D"mailto:geda-user AT delorie DOT com">geda-user AT delorie DOT com</a>=
]&quot; &lt;<a href=3D"mailto:geda-user AT delorie DOT com">geda-user AT delorie DOT com<=
/a>&gt; wrote:<br type=3D"attribution"><blockquote class=3D"gmail_quote" st=
yle=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">&gt; =
&gt; &gt; I recently did a tiny bit of work on the parser in pcb.=C2=A0 Of =
course we<br>
&gt; &gt; &gt; should continue to support it, but it&#39;s going to be toug=
h to extend it<br>
&gt; &gt; &gt; much.=C2=A0 It&#39;s already overloaded in weird ways (e.g. =
thermals are parsed as<br>
&gt; &gt; &gt; flags, with their own non-flex sub-syntax, even though they =
don&#39;t set any<br>
&gt; &gt; &gt; actual flags).=C2=A0 If you do extend it you do hard work an=
d still only pcb<br>
&gt; &gt; can<br>
&gt; &gt; &gt; read it.=C2=A0 Of course you still have to teach the innards=
 of pcb about your<br>
&gt; &gt; &gt; extensions in order for them to do anything useful.<br>
&gt; &gt;<br>
&gt; &gt; A good start might be to write down what need to be stored even t=
hough<br>
&gt; &gt; they are not implemented right now and maybe never will be:<br>
&gt; &gt;=C2=A0 =C2=A01. Padstack, probably as collection of ordinary drawi=
ng primitives.<br>
&gt; &gt;=C2=A0 =C2=A02. Local copy and reference so update is possible.<br=
>
&gt; &gt;=C2=A0 =C2=A03. Net and possible segment attribute for route style=
, width.<br>
&gt; &gt;=C2=A0 =C2=A04. Net clerances between any net.<br>
&gt; &gt;=C2=A0 =C2=A05. Net clerance classes although (4.) could be extend=
ed before entering<br>
&gt; &gt; pcb.<br>
&gt; &gt;=C2=A0 =C2=A06. Trace impedance.<br>
&gt; &gt;=C2=A0 =C2=A07. Differential impedance?<br>
&gt; &gt;=C2=A0 =C2=A08. Pin swapping!<br>
&gt; &gt;=C2=A0 =C2=A09. Slot swapping.<br>
&gt; &gt;<br>
&gt;<br>
&gt; Lev did something very like this last time this got discussed as sql<b=
r>
&gt; schema.=C2=A0 I don&#39;t think it had all the above but some of it.<b=
r>
&gt;<br>
&gt; Britton<br>
<br>
I wrote down some more in a text files. Would it be possible collect them s=
omewhere there everybody could read them?<br>
<br>
<br>
Nicklas Karlsson<br>
</blockquote></div>

--089e01538c3633962c0528b3320d--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019