Kuba,

> Does highlightnetlist() have side effects? -- must it be called from 
> schema.c:connectivity()?
> Since no drawing can be done outside expose(), I have to know whether it can 
> be safely
> ignored there.
> 
> If it does have side effects (change of state of data structures other than 
> display), then
> can those side effects be easily separated out?

You should be able to move this into the expose() call.  It is only
in the netlist code because it requires the netlist functionality to
traverse the existing netlist.  Nothing permanent changed, that I can
recall.
                                                ---Tim

+--------------------------------+-------------------------------------+
| Dr. R. Timothy Edwards (Tim)   | email: [email protected]    |
| Open Circuit Design, Inc.      | web:   http://opencircuitdesign.com |
| 22815 Timber Creek Lane        | phone: (301) 528-5030               |
| Clarksburg, MD 20871-4001      | cell:  (240) 401-0616               |
+--------------------------------+-------------------------------------+
_______________________________________________
Xcircuit-dev mailing list
[email protected]
http://www.opencircuitdesign.com/mailman/listinfo/xcircuit-dev

Reply via email to