X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=W0GOnQ0P/0PDuCxGQWu9bUC4EhxEGYJlNxIu/HQb4Pg=; b=DIdWDPilhqb+8ETnMApotrAC5Ay9aoVlHrnHBMuvPmyv7IlVrG+NUwH5lHzn21ROJZ 9KcjQVwGgvya4Efg5++iDFPCTz0xDyy0BXKiMjgCxwGqTNX2b/iNSslJ41jUAfpOw1cJ +MsOEzQGqs9t4/E76RQUqF607+7fblcaz40BdkPjW55XGq3H019yc5fKBeNG/RObND9O mFih4qR5u/gTerYo4Orw+gmC8gdf4i/AGM3ZSOCFBtsjorUZxHAUH1QuYkI2H1HXvwCZ LVeqkDH1q5YxZ/gIctdyFOhOGmhd/8etOYHi5cqCYXlYkZVP6o7bgZFpK7zx7mudWwJ9 e9tw== MIME-Version: 1.0 In-Reply-To: <4F671F91.6080907@innocent.com> References: <4F671F91 DOT 6080907 AT innocent DOT com> Date: Mon, 19 Mar 2012 14:15:37 +0100 Message-ID: Subject: Re: [geda-user] Question on BOM generation From: Zafi Ramarosandratana To: geda-user AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q2JDhmMi015152 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 Hello, You can try "-g bom2". List in the file "attribs" all the atributes you want. HTH, Zafi. On Mon, Mar 19, 2012 at 12:59 PM, Gus Fantanas wrote: > I include two extra attributes within each instance in my gschem; they are > Digikey and Mouser part numbers for the particular part (I use a dummy > number such as XXX-XXX-XXX if any of the two distributors doesn't carry the > part).  Now, I want those part numbers listed when I obtain the BOM via > 'gnetlist'.  The '-g partslist3' option of 'gnetlist' is great because it > groups similar parts, but, unfortunately lists only the attributes it wants. >  What can I do to have extra attributes listed by 'gnetlist -g partslist3'? >  I still want to maintain the nice grouping of similar parts. > > TIA for your time. >