Forum Discussion
Altera_Forum
Honored Contributor
8 years agoFSM Caught in impossible State
Hey all, So I've been developing an FPGA (Cyclone 3 Series) that basically sits between an FX3 USB 3 micro-controller and the HPI interface of a DSP. My problem lies withing my FSM, that is res...
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- Actually yes - it would need to be high for 2 clocks to work properly. --- Quote End --- I'd rather say there is a design error: because next_state is registered before being assigned to current_state, making mult_sig_done high for 2 clocks is 'plastering over the cracks'. But you can have the last word ...