X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-CMAE-Analysis: v=2.3 cv=TbDoSiYh c=1 sm=1 tr=0 a=+cj0cO56Fp8x7EdhTra87A==:117 a=Hsplmu9qv+gSLtaKQpPgTQ==:17 a=9+rZDBEiDlHhcck0kWbJtElFXBc=:19 a=dLZJa+xiwSxG16/P+YVxDGlgEgI=:19 a=IkcTkHD0fZMA:10 a=afefHYAZSVUA:10 a=pGLkceISAAAA:8 a=Mj1Xp5F7AAAA:8 a=eaBzIC_Gg_cktCkfkP0A:9 a=QEXdDO2ut3YA:10 a=OCttjWrK5_uSHO_3Hkg-:22 X-SECURESERVER-ACCT: glimrick AT epilitimus DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=epilitimus.com; s=default; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject:Sender: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=TVX0LI1gqLpHjzMePoeRLch+7Yt6+Acx0sCLSDeWTy8=; b=EVjx5hGVbMGI3PlCtjtImyK5gC 6d6fV+CQp6HdA7j9CXw9ZrlIS9pCCTwUsiwEVw7WXqnQagroKfIoa8QGG4maoV8QW/hK0jWjiJYdy U4YmdWsd2UEZiPf5IMalkuJXv/PkeRCrQGnGGZSCs8TaPBzsgijbqfpmoLx4sykCjOdj1z+Iylskp 90hLoe63Q9bDj9dNdfdqEVmoK1QWzFhhzWZ82WACoZG5/eWhEn/Gt356FP835kofmVPRRiRfvJfjF GmT3un4J8U/BfgTIN86CHN/Qwmwn+C1PBqysowrD6QkbTtncu8SMFxws3a9APvBbOwzAzZd+dx8QR Qg/eppFA==; Subject: Re: [geda-user] submitted a new patch To: geda-user AT delorie DOT com References: <14f9e862-8ee0-4432-23b6-06e94215baa4 AT epilitimus DOT com> From: "Glenn (glimrick AT epilitimus DOT com) [via geda-user AT delorie DOT com]" Message-ID: <32bfe083-3604-b747-030a-48a13e2b1074@epilitimus.com> Date: Mon, 12 Oct 2020 10:44:41 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0 SeaMonkey/2.53.3 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - a2plcpnl0121.prod.iad2.secureserver.net X-AntiAbuse: Original Domain - delorie.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - epilitimus.com X-Get-Message-Sender-Via: a2plcpnl0121.prod.iad2.secureserver.net: authenticated_id: glimrick AT epilitimus DOT com X-Authenticated-Sender: a2plcpnl0121.prod.iad2.secureserver.net: glimrick AT epilitimus DOT com X-Source: X-Source-Args: X-Source-Dir: craftedgingerly.com:/public_html X-CMAE-Envelope: MS4wfLmdQ4OnSL0AHlZ14zYg+NNp8QIXgm4VTpIQEFFuN61+mt5OHal798K/lvrFoHNxoSOl0KlPlZ1IRkGSANWNBEBN6jJ8KlAEXh4vxrpEavDjwUKu2xR2 Jl5qNkY0IrHiW/G4NMpSgfSAtMJrhqpq1abOEx03/YvAaKFwHVJX5UeIT1MCqWEDpyjfdPw+xG/279YpKCcGrKuG9VaeKiClnTU= 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 All, Thank you for your comments. Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > Apropos, I would recommend to switch to the spice-noqsi backend > rather than spice-sdb. Spice-noqsi is more versatile and has a > very nice tutorial [1]. It's included in Lepton, of course. I will take a look at this and see if it is a closer starting point for where I want to end up than spice-sdb. Thanks for pointing me to the docs for it. As I said in the write up for the patch I am just learning scheme. Actually I am only learning it for this project, so I don't really have a preference as far as that goes. I am currently leaning to the python approach though as I was going to have to pick it up anyway as what I have in mind will require some changes to the netlister frontend. Roland Lutz wrote: > thank you for your contribution!  I applied your patch to the `master' > branch. > > As you may be aware, gEDA/gaf is in a transition from legacy Guile > netlist backends to Python netlist backends.  I applied your change to > the corresponding new backend (gnet_spice_sdb.py): > For new contributions, the preferred way is changing the Python > backends directly (though simple changes to the Guile backends are > accepted, as well). > > Roland Roland, Thanks for making the python change (and explaining it)  as well as applying my little scheme change. I have already made an additional change to the spice-title code which allows the optional use of the ".TITLE" spice command. It is currently in scheme so I guess I will hold off on posting it until I pickup enough python to make the change there as well. As I said above I was going to have to learn python anyway for some other changes I am thinking about. Glenn