X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <50A63878.1070009@laserlinc.com> Date: Fri, 16 Nov 2012 07:58:32 -0500 From: Joshua Lansford User-Agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] slotting References: <50A2B84F DOT 4080204 AT laserlinc DOT com> <50A3AAA6 DOT 1080704 AT laserlinc DOT com> <50A3C9D4 DOT 6090109 AT laserlinc DOT com> <50A5BAFC DOT 9070507 AT innocent DOT com> In-Reply-To: <50A5BAFC.9070507@innocent.com> Content-Type: multipart/alternative; boundary="------------010805070706000503080907" Reply-To: geda-user AT delorie DOT com This is a multi-part message in MIME format. --------------010805070706000503080907 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 11/15/2012 11:03 PM, Gus Fantanas wrote: > On 11/14/2012 11:41 AM, Joshua Lansford wrote: >> Just for the record, refdes_renum_slots intentionally support this >> too. I have an FPGA in which is split into multiple banks. If >> --force is specified on refdes_renum_slots, any symbols in a group >> stay in the same group even if it gets assigned a new refdes number. >> Then gattrib_csv can be used to edit the properties of the FPGA using >> LibreOffice and when imported back in it duplicates the data into >> every symbol (bank) in the group. >> > Does the gEDA version in, say, the Ubuntu repos include > 'refdes_renum_slots' and 'gattrib_csv'? I am running Ubuntu 12.10 > 64-bit and I don't think these two programs were installed. > Nope. But you can fetch them here: http://public.laserlinc.com/Joshua/refdes_renum_slots.java compile with gcj --main=refdes_renum_slots -o refdes_renum_slots refdes_renum_slots.java and here: http://public.laserlinc.com/Joshua/gattrib_csv.java compile with gcj --main=gattrib_csv -o gattrib_csv gattrib_csv.java ~Joshua --------------010805070706000503080907 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
On 11/15/2012 11:03 PM, Gus Fantanas wrote:
On 11/14/2012 11:41 AM, Joshua Lansford wrote:
Just for the record, refdes_renum_slots intentionally support this
too.  I have an FPGA in which is split into multiple banks.  If
--force is specified on refdes_renum_slots, any symbols in a group
stay in the same group even if it gets assigned a new refdes number. 
Then gattrib_csv can be used to edit the properties of the FPGA using
LibreOffice and when imported back in it duplicates the data into
every symbol (bank) in the group.

Does the gEDA version in, say, the Ubuntu repos include
'refdes_renum_slots' and 'gattrib_csv'?    I am running Ubuntu 12.10
64-bit and I don't think these two programs were installed.

Nope.  But you can fetch them here:

http://public.laserlinc.com/Joshua/refdes_renum_slots.java

compile with

gcj --main=refdes_renum_slots -o refdes_renum_slots refdes_renum_slots.java

and here:

http://public.laserlinc.com/Joshua/gattrib_csv.java

compile with

gcj --main=gattrib_csv -o gattrib_csv gattrib_csv.java

~Joshua

--------------010805070706000503080907--