Mail Archives: geda-user/2014/08/09/17:10:44
On Sat, 2014-08-09 at 22:19 +0200, Stefan Salewski wrote:
> Generally on-the-fly netlist generation would be good, to detect
> whenever netlist has changed unintentionally by moving objects around.
Well, should be not that difficult, I do not need a real netlist which
takes into account netnames and generates a special output format, but
only to find connected net segments. If I put the endpoint in a Hash,
that should be simple and fast, and finding the few T-shaped connections
should be not hard also, I am doing something similar already for
drawing the connection markers. Should take only a few ms for Ruby's
byte code interpreter, still fast enough for online check.
So maybe something like a Button "Reset Netlist" which stores current
state and turns red when netlist changed...
- Raw text -