On Wed, 2010-02-10 at 22:52 +0100, Svenn Are Bjerkem wrote: > On 10 February 2010 19:17, DJ Delorie <[email protected]> wrote: > > > > With the new PCB import code, there's no more netlist file :-O > > > > The flow is *.sch -> *.pcb directly now, although pcb could watch for > > *.sch changes just as easily (i.e. not at all yet) as *.net.
The current git HEAD way, (with the new backend) is that the gnetlist backend spits out a file containing a load of PCB actions - which update the internal data-structure. You could issue similar actions for whatever input you have - but you will probably have to translate. PCB can still load the old netlist format. _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

