07-01-2008 04:28 PM
07-01-2008 04:31 PM
07-01-2008 04:33 PM
07-01-2008 04:36 PM
07-02-2008 07:24 AM
The shift register IS the way to go.
RayR
07-02-2008 07:36 AM
Action Engines are a way of encapsulating a Shift Register.
There are some advantages to using an AE as apposed to a single cluster in a SR.
1) The data is availabel to other state machines running in parallel.
2) They reduce the clutter making your state machine easier to understand.
3) For large data sets a AE can perform better since it can make more efficient use of memory (provided you fallow all of the rules).
Ben