Forum Discussion
Altera_Forum
Honored Contributor
10 years agoThe DLY_RST is not connected to anything at the top level. Maybe it should be driven by the Cont register?
Have you tried simulation? I think it is a simple state machine that you can validate its functions in modelsim. Note that the always for case LUT_INDEX is missing sensitivity list at the always. Either become always @ (*) or always @ (LUT_INDEX)