X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Mon, 28 Aug 2017 02:20:41 +0200 (CEST) From: Roland Lutz To: geda-user AT delorie DOT com Subject: Re: [geda-user] ASIC design using gnet-spice-noqsi, ngspice, and Open-IP In-Reply-To: <64D229CE-8BA3-464D-A17D-5263C04A491A@noqsi.com> Message-ID: References: <64D229CE-8BA3-464D-A17D-5263C04A491A AT noqsi DOT com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed 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 Sun, 27 Aug 2017, John Doty wrote: > https://github.com/noqsi/gnet-spice-noqsi/wiki/ASIC Thank you for contributing this! Just a small note: gnetlist doesn't ignore symbols with an attached graphical=1 attribute, it just doesn't include them in the netlist. There is a special procedure graphical-objs-in-net-with-attrib-get-attrib which can be used to collect attribute values from graphical components. This is used in the `drc2' backend to look up NC symbols. Roland