[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gEDA-dev: gnetlist as one way path?



more like:

> backnet -f pads_net -n in.net -m pads_eco -e empty.eco -g pads -o
out.net

Where 

pads_net is the script for importing the pad style netlist

in.net is the actual pads style netlist

pads_eco is the script for processing a pads eco file and usin it to
modify the libgeda structures. In this case we are feeding it an empty
eco file so there will be no changes.

empty.eco is the empty eco file

pads is the script for taking the libgeda data structure and generating
a pads style netlist

out.net is the output pads netlist

then out.net == reverse(in.net)


On Tue, 2007-05-29 at 16:22 -0400, al davis wrote:
> On Tuesday 29 May 2007, Steve Meier wrote:
> > Lossless... well close...
> >
> > right now if i put in a netlist that has in the following
> > order
> >
> > net1 u1-1 u2-1
> > net2 u1-2 u2-2
> > net3 u1-3 u2-3
> >
> > I get the following output and I have to run a do nothing
> > middle script
> >
> > net3 u1-3 u2-3
> > net2 u1-2 u2-2
> > net1 u1-1 u2-1
> >
> > I think this could be considered lossless but reversed.
> 
> That might mean "lossless" by my definition.  If the order has 
> no meaning, no information is lost.
> 
> It looks like you can:
> 
> backnet <input |gnetlist |backnet |gnetlist >output
> 
> and get the original order back??
> 
> 
> _______________________________________________
> geda-dev mailing list
> geda-dev@moria.seul.org
> http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev



_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev