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=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=pkETxmUeE3Dc5T9IgNipGhPOYhVo2cWD3WKudzTNVOM=; b=O/VQVJr5GiE82AktXfY2emdqBN+LN/JlNQlGcY+2EQjApvxfWzLJVo+KHxSeanerGh c/UY40SlNvfskEfBrkZ9dAaDEo730va+P2mdhQsBhYV05OJDEQd0LhWkO3ocBp39BUUa X7Ro467YzCyovmBelE8ihcZ4aa8jyO3Ac2QgfljOZZBOYyc3pvljN4eWAPfqVfeKvPNl Vir1xjIB1EU8SDoi1XW59jvJ+JmV2ZmpyiBC1QrULGmnyJoNJ82XJmlitO2WGOLACCCL yRxHwCuoz/rXa7KtqQH91Lu8QPBxgO8x6eCQ6yTUS5lH9qNtpTyWN4hCYe4zA57Ad3jM ZHuw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=pkETxmUeE3Dc5T9IgNipGhPOYhVo2cWD3WKudzTNVOM=; b=J7ATg1XJKOdqv99Ad6LT6uwb7mPSJ/aRmq18/l9+F9Y5m7cvsGwWSNAhvk0tjFVIYc v+Wp64ZXios/r/oqbMQq0xK/w8so3NjljUs7Bkl+TPepUDLmcPaijEYqc38AcOqmI/Yx wAXQ5BHbNIqnYEvr4yOyOqrBFm4zRClclc5xdFNAxrGY1OdLHajJWCZAgQccdFpPuVsi aZfQlBI2qDTqFoDI8QOgTI13sOWDSglopwifCopjkEobvsYcuCDe+3ppf/FXspUTIv1M PC0EOKq+I5wKrxRab3X3t//J54BQPa+eCus+kSoZb30Zg5thdPKP8pRAR5Ij26BZ79mO hBoQ== X-Gm-Message-State: AEkoousCtUQ69ASG1mqBAcOkoXLEGCdYJKN0+1ld8g5aBe2GQzz1KTwAq7eh+MKxfdhSSA== X-Received: by 10.194.82.99 with SMTP id h3mr18890800wjy.9.1471898671469; Mon, 22 Aug 2016 13:44:31 -0700 (PDT) Date: Mon, 22 Aug 2016 22:44:27 +0200 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Can an attribute be attached to text for later inclusion in gnetlist backend? Message-Id: <20160822224427.f9dd9901f1d453216155dc39@gmail.com> In-Reply-To: References: X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Yes, right click and select attribute. On Mon, 22 Aug 2016 22:16:37 +0200 "Svenn Are Bjerkem (svenn DOT bjerkem AT googlemail DOT com) [via geda-user AT delorie DOT com]" wrote: > Hi, > I wonder if there is a way to attach an attribute to a block of text > in gschem so that I can pick it out in the gnetlist backend. > > Wanted to see if I could get the standard > > library ieee; > use ieee.std_logic_1164.all; > use ieee.numeric_std.all; > > through to a gnetlist backend > > Rationale is to > a) edit the template for files using other libraries > b) be able to do it fast and quick (text has multiline input) > c) have it visible (or invisible) in the schematic depending on taste > > -- > Svenn