Is there a way to associate logic component inputs with pins without using net 
and creating signals? The example on the Basic HAL Tutorial creates a signal 
when connecting parport.0.pin-11-in to and2.0.in0:

loadrt and2 count=
addf and2.0 servo-thread

net my-sigin1 and2.0.in0 <= parport.0.pin-11-in
net my-sigin2 and2.0.in1 <= parport.0.pin-12-in
net both-on parport.0.pin-14-out <= and2.0.out

Unless the signals my-sigin1 and 2 are going to be used for debugging they seem 
superfluous.

Drew

------------------------------------------------------------------------------
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to