gEDA-user: Modular designs (was Re: Multi-page, non-hierarchical schematics?)

2007-07-13 Thread Randall Nortman
On Fri, Jul 13, 2007 at 06:36:25PM +0100, Peter TB Brett wrote: On Friday 13 July 2007 18:26:09 Randall Nortman wrote: But assuming I'm not, what is the absolute simplest way to create a flat hierarchy? (1) Create each page as a separate .sch file. (2) Use the autonumbering dialog

Re: gEDA-user: Modular designs (was Re: Multi-page, non-hierarchical schematics?)

2007-07-13 Thread Stuart Brorson
If only I'd planned this all out from the start. The problem is that I'm taking an already completed project (schemated and layout), snipping out part of it and adding more on. Use the command line utility refdes_renum for this. Back up your design first, and then fiddle with refdes_renum

Re: gEDA-user: Modular designs (was Re: Multi-page, non-hierarchical schematics?)

2007-07-13 Thread Steven Michalske
For the part that's already done, I already have refdeses assigned and matching between schematic and layout, and I don't know of any convenient, ready-made way to renumber a .sch and .pcb in parallel Here are my thought on how i would do this make a copy of the project directory then

Re: gEDA-user: Modular designs (was Re: Multi-page, non-hierarchical schematics?)

2007-07-13 Thread John Griessen
Steven Michalske wrote: make a copy of the project directory then refdes renum the whole project now run a diff between the two, this will tell tell the old refdes and the new refdes craft up a script that will then do a search and replace on the pcb file and presto. the