Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHi,
At least one problem is in line:if (rising_edge(control_register(2))) then do not use rising_edge function to detect rising edge of general signal of your design. rising_edge function ment to be used for CLOCK edge detection. Regards,