Finite Automata exercise

Thread Starter

andrea123

Joined May 18, 2016
1
Hello everyone,
Can someone please help me resolve this exercise?
It is considered an automata that recognizes the binary sequence: 01010^n where n> 0.
1. Draw the graph describing the machine.
2. Draw the structure of the automata.
3. Describe the automata in Verilog.
 

WBahn

Joined Mar 31, 2012
32,840
This is Homework Help, not Homework Done For You.

You need to show YOUR best attempt to solve YOUR homework -- that gives us a starting point from which to help guide you to a solution.

Having said that, your spec is a bit ambiguous. Does the repetition only apply to the trailing 0 in the string, or to the entire string. As written, it only applies to the trailing zero.
 
Top