S
sprocket
Rookie question, but I can't see a clear answer:
State machines in text books and examples seem to be practically always
coded as two or three processes. Is the single- process model morally
dangerous in some subtle way? Is the three- process model just for
readability, or is there yet another subtlety involved?
As a many- years embedded C and assembler man painfully learning VHDL, I
find it hard to change the sequential programming thought processes to
an image of separate registers connected by knotted string...
JS
State machines in text books and examples seem to be practically always
coded as two or three processes. Is the single- process model morally
dangerous in some subtle way? Is the three- process model just for
readability, or is there yet another subtlety involved?
As a many- years embedded C and assembler man painfully learning VHDL, I
find it hard to change the sequential programming thought processes to
an image of separate registers connected by knotted string...
JS