07-06-2008 03:53 AM
07-06-2008 04:02 AM
07-06-2008 04:08 AM
07-06-2008 04:33 AM
07-06-2008 04:55 AM
07-06-2008 10:34 AM
You do not need Local Variables to pass data from one part of the code to another. It is better to use wires and shift registers.
As a matter of fact, since there are no decisions involved in the state machine, it is rather used to force a sequence of actions. You could even group parts of the code together or have it coded without a state machine at all. (No loop / no case structure). The code is small enough to support that. And then wire everything directly.
The initialization case is not really required either.
R
07-14-2008 02:22 AM
07-14-2008 02:26 AM