X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Injected-Via-Gmane: http://gmane.org/ To: geda-user AT delorie DOT com From: John Supplee Subject: [geda-user] Re: gschem: no connects and active low signals Date: Sat, 30 Aug 2014 12:49:42 +0000 (UTC) Lines: 29 Message-ID: References: <20051207110407 DOT GA8745 AT kestrel> <200512081941 DOT 40294 DOT bob DOT paddock AT gmail DOT com> <43A85D61 DOT 9090102 AT earthlink DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT ger DOT gmane DOT org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 41.153.203.131 (Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0) Reply-To: geda-user AT delorie DOT com joeft writes: > > > Two details I'm pretty sure I've seen documented, but can't pin down now > that I need them: > 1) Is there an explicit "no connect" symbol that I can/should place in > the schematic to prevent gnetlist from thinking I've forgotten a connection? > 2) How do I place a pin label in a symbol that will indicate an active > low or inverted signal (i.e. how do I put a "bar" across the signal > name?) I know I can put a dot at the pin to indicate an inversion, but > I would like the pin name to match the manufacturer's documentation. > > Thanks, > > Joe > > This is a really late reply, but thought I would put it in here anyway for those who might still find it in a search. To put a bar over a word you need to enclose it with escaped underscores like so: \_ON\_ This will produce ON with a bar over it.