Читать книгу Digital System Design using FSMs - Peter D. Minns - Страница 19

Frame 1.5

Оглавление

Another architectural form for an FSM is the Moore FSM, as shown in Figure 1.4.


Figure 1.4 Block diagram of a Moore state machine structure.

This FSM differs from the Mealy FSM in that it does not have the feed forward paths.

This type of FSM is very common. Note that the outside world outputs are a function of the flip‐flop outputs only (unlike the Mealy FSM architecture where the outside world outputs are a function of flip‐flop outputs and some outside world inputs).

We will be using both Moore and Mealy FSM in our designs.

Please turn to Frame 1.6.

Digital System Design using FSMs

Подняться наверх