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.

How to construct a Divide by 5 FSM. Please explain the solution.

Status
Not open for further replies.

sam33r

Member level 2
Joined
Jan 24, 2011
Messages
52
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
NC
Activity points
1,576
Q: Draw the state diagram for a circuit that outputs a "1" if the aggregate serial
binary input is divisible by 5. For instance, if the input stream is 1, 0, 1, we
output a "1" (since 101 is 5). If we then get a "0", the aggregate total is 10, so
we output another "1" (and so on).


Ans:
http://grumpytom.com/Interview_Questions/state_machine_2.jpg


Can someone please explain me how did we constructed the above FSM?
 

You can refer to any of these books:
1. Fundamentals of Logic Design By Charles Roth
2. Digital Design: Principles And Practices, By Wakerly John F.
 

I am not getting the logic behind this question. I know how to construct an less complex FSM
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top