Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- I have used one of the states of the SM to clock the counter (counter[].clk= (State_machine==STATE3)). --- Quote End --- That's definitely not a good way to design a FSM. All FFs holding the state variable and additional information should be clocked by a single system clock.