Kenneth Porter <> writes:
> I'd also be interested in hearing of E-CAD programs that can effectively
> handle replicated circuitry (perhaps by creating template "stamps"), and
> that's affordable by a tiny startup.
I just did a board with four identical sections, and added that
functionality to gEDA/PCB. It goes like this: Do a schematic page for
one of the sections, update the parts/net lists, and lay out that one
section on the board. I have a script that copies the schematic page,
renumbering it on the fly, to make the other three pages. Then I cut
and paste the layout block, select the new block, and run the block
renumbering plugin to make it match the other schematic pages. Then I
load the new netlist to stitch them in to the rest of the circuit.
my board:
http://www.delorie.com/house/furnace/pcb2/
geda:
http://www.geda.seul.org/
pcb:
http://pcb.sourceforge.net/
the block renumber plugin:
http://www.delorie.com/pcb/
the page renumber script:
http://www.gedasymbols.org/user/dj_delorie/