I've found a "quick & dirty" workaround. I attach to such "pure" nets the testpoints with refdes set to RMV? (? is then replaced with a number). It assures proper generation of the netlist. Then I filter the network with the command:
$cat generated.net | sed -e s/RMV[0-9]*-1// > filtered.net It removes the testpoints from the netlist. It is not very elegant solution (as the schematics contains testpoints not existing on PCB) but at least it allows to reasonably handle pure net-to-net interconnections. _______________________________________________ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user