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.4 cv=HMAGqqhv c=1 sm=1 tr=0 ts=6086fb24 a=+cj0cO56Fp8x7EdhTra87A==:117 a=+Uooa56ekQ5xdO3afIaKuA==:17 a=9+rZDBEiDlHhcck0kWbJtElFXBc=:19 a=dLZJa+xiwSxG16/P+YVxDGlgEgI=:19 a=IkcTkHD0fZMA:10 a=3YhXtTcJ-WEA:10 a=3UPuC2I2fSThotPYyMEA:9 a=QEXdDO2ut3YA:10 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=Ptevvds7FSSBuYGpY+Q2S1mnnVf0UJI4YlLWxDv08oU=; b=gnYYRYz6Bva3TLUxU64cEnjtYs 1JiF7rw3HDtBU0JtlvM7toSh7qn1aXcNw+wpWMVIYniGfuYem+/ZzylZAIkb5cElfcFFf+CxrjixX GuH26nty2kuJhKNssFKfiEfrT1peKaS76Q0RuFnePWys2GDWKKd0kBj2myJ3KBlQxoFdpDgWbQzVr +1zNF3VuYLkWqDAlz5kq2JY9Yf+mtVTS5VcIk5ZPRGcZ2rMTDGvJUZ1AMmSLjLwmc1hNHfzTpQ8HJ b3vmRAOherWxzSYSbCTs5f897DfyDYa/KtQaxY7BjUjlu+cwmQjNxdjHVVjjXOr5FX7G+fqjcNrl0 YYhSTpbw==; Subject: Re: [geda-user] xspice integration To: geda-user AT delorie DOT com References: <9fe0dd9a-cbb8-a51f-f63d-36cd6d3a31c7 AT epilitimus DOT com> <4775a561-41ad-5368-271a-998ded5bfbc6 AT epilitimus DOT com> <07d13043-cd66-88f1-4b6c-172345c864e1 AT epilitimus DOT com> <1425fd69-5796-6cde-198b-8218f71e187d AT epilitimus DOT com> From: "Glenn (glimrick AT epilitimus DOT com) [via geda-user AT delorie DOT com]" Message-ID: Date: Mon, 26 Apr 2021 09:41:01 -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: X-CMAE-Envelope: MS4xfCN+9DgwKg1EzFtUS4LjPGjuM35CV56Px/kE7AySSO1b69PbJCqgBZheGGGM/KqBC9a1Iwn73UJUkl4XLafLo/R9sJe1SBCiA+hbb8X1TtnmqsQannBM NU6mRvMpvmznc5RkX0aiqGA22de0jvhXc5flgOHZ2yd3wVZMPEdOiz6tR8vZqTryLNKaJiDTXmu7gmymCEd+4Xq8uq0h+dA2Nhpo0jOZsHstiEavrbLGCiSw 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 Roland Lutz wrote: > There is no convention so far for backends with muliple files, but I > think the most sane way to handle this would be to add a folder > backends/xspice/ which would be available as > "gaf.netlist.backends.xspice" (or something like that).  I'd need to > fix the import mechanism in order for this to work, but this may > actually be useful for other backends, as well. The is a bit of precedent in that there are several utility files already. In those cases the utility files are in xorn/src/backend. But I agree they should be in a subdirectory of xorn/src/backend. re: gaf.netlist.backends.xspice The utility files are specific to the backends and the backends themselves are installed in $libdir/xorn/backends. It makes more sense to me to install backend utility files as something like $libdir/xorn/backends/ or maybe $libdir/xorn/backends/support and import them accordingly since gaf and gaf.netlist never actually touch them and they are more a part of the xorn executable. Thoughts? Glenn