genlib/fsm: allow subclassing FSM and overriding control functionality.
This is be useful for writing "generalized FSMs", for example: * an FSM that is expanded at build time into a pipeline, to switch through more than one state per cycle; * an FSM specialized for making parsers that work over an arbitrary datapath width.
Showing
Please register or sign in to comment