CAD tool that synthesis Moore state diagram

Thread Starter

menewbie

Joined Jan 31, 2006
34
Does anyone know any CAD tool that synthesis Moore state diagram besides VHDL? I really dont want to type all the code...The CAD tool I am asking for here is the one that allows the user to draw circles to represent the state diagrams.
 

Thread Starter

menewbie

Joined Jan 31, 2006
34
Originally posted by n9352527@Mar 2 2006, 09:44 PM
Synthesis into what output?
[post=14538]Quoted post[/post]​
Output that gives next state and output expressions
For example,

Y1 = wy1'y2'
Y2 = y1 + y2
z = y2

where Y1 and Y2 represent the next state, y1 and y2 represent the present state, z is the output for each state and w is the input that will move into the next state, assuming using Moore state model.
 
Top