Forum Discussion
Altera_Forum
Honored Contributor
13 years agoI will assume you passed timing.
Before anything else I note you have put default values before case statement but then you repeated some default assignments e.g. WHEN 6 => MAC_Advance <='0'; yet MAC_Advance is on default of '0' anyway. You need not put this line but it does not answer your issue. I am just thinking you might be misunderstanding this default issue. In fact you can remove all assignments of '0' when already in default.