You are on page 1of 1

Mealy and Moore state machines differ in the following ways:

The outputs of a Mealy state machine are a function of the current state and inp
uts.
The outputs of a Moore state machine are a function of the current state only.
hdlsetuptoolpath('ToolName', 'Altera Quartus II','ToolPath', 'C:\altera\12.0sp2\
quartus\bin\quartus.exe')

You might also like