--- [EMAIL PROTECTED] wrote: Done. It's really the opposite of the 74138 example given, so I just adapted that test case. I don't, however, completely get it. What does the #2 mean in this line; #2 in <= in + 1; ---
The #2 just waits 2 ticks in between each of these commands, so that the clock isn't asynchronous (that sounds weird, but I can't think of a better way to describe it). Try adding to the $monitor statement a printing of $time and you will see what it does. Also, I changed the modules so there is a consistent API and put up a better test module which makes sure the enable functionality works. See that for a use of $time. Hope that helps! nick _______________________________________________ Open-graphics mailing list [email protected] http://lists.duskglow.com/mailman/listinfo/open-graphics List service provided by Duskglow Consulting, LLC (www.duskglow.com)
