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=20161025; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to:user-agent; bh=H8MbQhBXxX3oNnhG+s7L8qpx6UWUasXG17/OILpAQMs=; b=dNYr8E7chMsMFOnp0QvMSDyns7XA+S1VoW+0IelqHjNvm6Lo0ve2b/KpNH60UEP7U1 ISzj0bu7kUm8Bf9LVBbq1XlSELsVILirSE5BBfWhahWMkMIM1pyZt8HRwwAh5uhPucOw IgzUXs6SaAm9/gqZx23Yv5ilIDVi+h9aaFd1VHLncsY/QKCZV9dFhUkKSolfI10VujJz bMMQKg3bFowmhS3m7QCt8tdjLiuHi0YaSxSTNR9aQ2qikUfY+umh+g1rLTQKHpmzO9j4 kwSZM1ds7Z3bH5FfqfVy0uLh1WBtjoXCj/ghB7PgJcGfeoKiCY17Y9UcauIEywh6iAp0 buQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mail-followup-to :references:mime-version:content-disposition:in-reply-to:user-agent; bh=H8MbQhBXxX3oNnhG+s7L8qpx6UWUasXG17/OILpAQMs=; b=AaNvjdkH1QpzW1OYe0bpSLMUd4C+zVSxl3s1YBZalgo0q7vzKqyl6n/GhXLlNMD7sL 68mOoIzXzzQumMJSbWX7ZcAo9f+Nko3WNfoKaAkHx+QKD9VWuq7K8JE1z6Wqo9BmjVjp py6pOT3GDEgwZwma2ri9tHvWWn3Pi8+PObu8Dg3gzDnrtk+jnX5KSrXIPDeUd5d/dnb3 g3TZa+oi5JazVZbFPmaTfJcOamy7/GzPp5byA3FxlkUdQ+HktYFPPz6MDWmamAPB5aN3 4kPxCnnFZG+QDo8lHhw7Y7RT9cl7XzfN+kssgI0NsHNTmsqP02kfEFAVz6Z+HNG7Hv9e kblg== X-Gm-Message-State: AMke39nSL4R3vGDsIw0Q3Vaq208Z8hFLJ7MxnjcxzZ6QU3obXIFma/Ty1x0+xw99IhQq3g== X-Received: by 10.46.15.9 with SMTP id 9mr5791483ljp.52.1486900567413; Sun, 12 Feb 2017 03:56:07 -0800 (PST) Date: Sun, 12 Feb 2017 14:56:05 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" To: gEDA User Mailing List Subject: Re: [geda-user] gschem gnetlist bug/feature Message-ID: <20170212115605.GC11686@localhost.localdomain> Mail-Followup-To: gEDA User Mailing List References: <95e469bb-5572-fa1d-0c18-ed5abadd10cf AT ecosensory DOT com> <89b42141-9448-1c52-f4be-b4cc41ed7091 AT ecosensory DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) 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 Sat, Feb 11, 2017 at 09:46:04AM +0000, Peter Clifton (petercjclifton AT googlemail DOT com) [via geda-user AT delorie DOT com] wrote: ... > That seems somewhat counter to my recollection. I thought graphical=1 > caused a symbol to be ignored completely? (Has this changed, or my > recollection faulty?) Here http://wiki.geda-project.org/geda:gnetlist_scheme_primitives you can find a "legacy" gnetlist function 'gnetlist:graphical-objs-in-net-with-attrib-get-attrib' which was in gnetlist for years. It is used in the drc2 backend: - for nc symbols to ensure pins connected to such symbols aren't reflected in netlists; - and to prevent checking "if pin is not driven" if it has the "DontCheckIfDriven" drc directive for those cases where the user wants to check if there is no connections of non-compatible pin-types and disable some pins from this check. -- Vladimir