Forum Discussion
Altera_Forum
Honored Contributor
9 years agoSignal not assigned in init state
Hello, I am working on a simple state machine but for some reason the output value is not assigned correctly. First it is supposed to go into state init and assign default values to my 4x8...
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- Have you check that the counter and state are actually changing? --- Quote End --- Well, I have not checked the counter. I noticed however that when key is set in state init and not in state assign the value shows up in simulation. But when key is assigned in state init AND afterwards in state assign only the last value shows up in simulation..it is like it skipped the init state in that case.