X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Envelope-From: paubert AT iram DOT es Date: Wed, 7 Oct 2015 13:42:42 +0200 From: "Gabriel Paubert (paubert AT iram DOT es) [via geda-user AT delorie DOT com]" To: "Svenn Are Bjerkem (svenn DOT bjerkem AT googlemail DOT com) [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] Stop playing stupid political games with gEDA Message-ID: <20151007114242.GB8629@visitor2.iram.es> References: <20151003210144 DOT GA21262 AT localhost DOT localdomain> <56104E16 DOT 3050006 AT jump-ing DOT de> <20151003222928 DOT GC4287 AT localhost DOT localdomain> <20151004105653 DOT GA2691 AT localhost DOT localdomain> <829F83E0-9518-4E48-8DE2-6D66FC0A4217 AT sbcglobal DOT net> <20151007062132 DOT GA6429 AT visitor2 DOT iram DOT es> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Spamina-Bogosity: Unsure X-Spamina-Spam-Score: -0.2 (/) X-Spamina-Spam-Report: Content analysis details: (-0.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: googlemail.com] -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4861] 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 Wed, Oct 07, 2015 at 09:18:25AM +0200, Svenn Are Bjerkem (svenn DOT bjerkem AT googlemail DOT com) [via geda-user AT delorie DOT com] wrote: > On 7 October 2015 at 08:21, Gabriel Paubert (paubert AT iram DOT es) [via > geda-user AT delorie DOT com] wrote: > > > But I've written a backend to generate netlists for CadStar. A bit > > specific since it also has internal conventions... > > > > > Is this something you can (or maybe already have) release to general use? Not really, because I think that it is not ready for general consumption, and as I say I use special conventions due to the way we work in the institute. For example I have a "suffix" attribute which I always append (if present) at the end of the part name, where I put "1%" to specify precision for resistors, or "25V" for capacitor voltage. $ grep -h suffix= *.sch|sort -u suffix=1% suffix=100mW suffix=150mW suffix=16V suffix=25V suffix=BRL1608 suffix=LQW18A suffix=MLF1608 The last ones are specification of the series for inductors; inductors are the most messy passive components, choke-full (pardon the pun) of parasitics so a careful choice is needed depending on the frequency of operation. But I could send it privately, but I don't want the burden of maintaining it or adapting it to the needs of other users. Gabriel