Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
17 years ago

How change state Mealy machine

please helpme how change state Mealy machine because the default is moore in quartus.

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    in the state machine editor, right click on a state and choose properties. go to the actions tab and define an output port, value, and in the additional conditions column put the transition conditions for the output you are trying to generate.

    as far as i can tell this should be the way to generate a Mealy machine.