Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

What is the difference between robot FSM and Moore FSM?

Status
Not open for further replies.

Khush

Newbie level 2
Joined
Mar 9, 2006
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,299
what is robot FSM

Is there any diff. between robot FSM and Moore FSM during writing code
 

Re: what is robot FSM

hi,
I think what you want is the difference between moore and mearly fsm? right?
if so, one is that the output is only depend on current state and the other is that not only depend on current state but also depend on current input.
 

Re: what is robot FSM

THE BIG DIFFERENCE BETWEEEN MOOORE AND MEALY IS THAT ,

as u know in mealy fsm the output dependson the present state and the input and also takes less states compared with moore.
but if u see from hardware point of view, moore depends on only the present state so the output decoder has less inputs to sample compared to mealy which has more input , so moore fsm is faster than mealy. though it takes more no of states.
 

what is robot FSM

one more difference is that
the latency time is less in case of mealy when compared with moore n also the compbinational logic btw flip flops is more in mealy's when compare to moore's hence the clk freq depends on this..
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top