Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

State Machine register "alias"

Hi, I have a state machine which I have defined as: enum bit {S_WAIT = 2'b01, S_DOSTUFF = 2'b10} dumb_state, dumb_next_state; After compiling this correctly gets detected as a st...