[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: arraying objects in gschem
Chris Fearing wrote:
Does anyone know how to array symbols in gschem? I would like to take a
symbol, and somehow say array 128x128 or something like that
With the gnetman back-end to spice, you just place instance names of the
form foo[127:0]. If you want a two dimensional array, you make a
sub-schematic that contains a colum of 128 cells, then instantiate the
column 128 times.
Bill