Spurthy
New Contributor
2 years agoState Machine File Output display
Hi,
Some contexts for this question: I am trying to automate the drawing and creation of HDL code for FSM to reduce the repetitive tasks.
I am trying to draw an FSM using state machine file from Quartus Prime, I have achieved most of the features of FSM through this, except the outputs getting displayed on the FSM(as we do it for Moore style) rather than in the form of a table. I know it is easy or coinvent to use other tools or do it manually, this question is solely for achieving automation by generating quick HDL code.
Thanks in advance!