R
Roger Planger
Guest
Hi
I have declared a Type with different states as you can see.
type STATE_TYPE is (IDLE, STLDA, STLDB, ADDS, FINISHS);
My question now is, how can I say my VHDL compiler that when he starts we
are in the IDLE State? Afterwards
it is easy to jump from one state to another.
Thanks for any hints
R
I have declared a Type with different states as you can see.
type STATE_TYPE is (IDLE, STLDA, STLDB, ADDS, FINISHS);
My question now is, how can I say my VHDL compiler that when he starts we
are in the IDLE State? Afterwards
it is easy to jump from one state to another.
Thanks for any hints
R