> Sorry, I didn't notice the log message I get after entering the second
> netlist command:
>
> Net .* has no pin U6-.*
Try this patch. With it, you have three rats options:
:netlist rats
Adds all rats to the list (default)
:netlist norats
:netlist rats .* U31
Adds rats for nets which connect to U31
Sweet. That worked for me. But I had to use ( ) and commas like:
netlist(rats,.*,U31)
or else it said
unknown action `netlist rats'
Thanks,
Taylor
_______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

