Forum Discussion
Altera_Forum
Honored Contributor
9 years agoGenerate a pulse by using a counter/timer
Hello, I just started with FPGAs and thus I am trying to improve my VHDL skills. Recently I am building a design that generates a pulse which is meant to start a ADC conversion. My idea is to use ...
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,