Hello...
Long time ago I already post problem with estop latch and in new version
(git) stil isn't corrected.
The problematic is watchdog. It should togle only when ok_out is true
but does togle all the time.
The change is needed in line 25 of estop_latch.comp
from
watchdog = !watchdog;
to
if ( ok_out ) {watchdog = !watchdog;}
At least with that change the operation is correct.
Slavko
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers