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=mime-version:sender:from:date:message-id:subject:to; bh=Y+9Si27HR7PAUpB6/Q8+l9KDHZtrUjR4ul+QwTsQbUo=; b=0CuAdu3VLb3xsWv2T8jNzW5pYi/OrQigv1B0mAf8mtUTZTKKG6l408Fs+ymzpUhEvv qu/d7tlplAljjxeNHqfi6jetNCQNmedWAVw2+evtxs36jISlte+hRFHklS7deKiGmyRB rSxP04aZETPKzOhuj5Xlgkvfr0wCepCCx7CXMD+2EvjyLEExeGsr23IYYa/6pQmowgnq 6WSTBKVIWUdz1oELZJNL1q2aX7lqYrqx6oS1XPuZSiIcLpGeZD2EoBIGWmdLCL6Sw8t9 iVtswFNXoj5Q9mbsRUEZwnYuuRSnPWPdlXK68aTzG7gnnpPjbSZuXzrBy/Elj58ggcgo UwCg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to; bh=Y+9Si27HR7PAUpB6/Q8+l9KDHZtrUjR4ul+QwTsQbUo=; b=UvkiPG2xHkfEvm2PE9sued4t+nWVF9pfqw3S9+P3d08IqN+OVKUBO+mhxpjMdmDQWB 2+CCNES4U9LLAOjS19FQu9w/tuLD9mJun5Q+Znco127Uvuw8SdLM8sB+p5yzXqF5prQ6 Os8i+Guq2dIHsMUm8m1vjq93U2SpdUEsbESy86WSJT9prCkiJ6XR2u6H5J+A4ZymJrlJ FZuEV8A9LSFjKH0vOerpbiKKfXNO/NZvu+7B2O932J6U5GXU+Z0k6C5TcQQ40FIx0V/A bOlBdn0+aSGRno70Hu03QYe2dszItqstBzKjayJ9qp+6puh2lT5jx8FoLp27h3uR94dq RrNg== X-Gm-Message-State: AEkoouvEHaH3CNDLGnWfjt3QzNfzwFJoKSSKec6BTQWqk0PXYP3lmMc0GfT2Vm+yGCsN2VMoCeKKtVUf6qm1eA== X-Received: by 10.107.183.132 with SMTP id h126mr25046696iof.87.1471896998341; Mon, 22 Aug 2016 13:16:38 -0700 (PDT) MIME-Version: 1.0 Sender: svenn DOT bjerkem AT gmail DOT com From: "Svenn Are Bjerkem (svenn DOT bjerkem AT googlemail DOT com) [via geda-user AT delorie DOT com]" Date: Mon, 22 Aug 2016 22:16:37 +0200 X-Google-Sender-Auth: _sSgt7zlEQt499cmQ0ngz6RfzR8 Message-ID: Subject: [geda-user] Can an attribute be attached to text for later inclusion in gnetlist backend? To: geda-user Content-Type: text/plain; charset=UTF-8 Reply-To: geda-user AT delorie DOT com 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