Forum Discussion
Altera_Forum
Honored Contributor
12 years agoSynthesizable delay with VHDL (One single output pulses)
Thanks in advance for your nice instructions. What I am doing is producing a single output pulse. It is a simple output but due my little knowledge it becomes complicated for me. What I want in ...
Altera_Forum
Honored Contributor
12 years agoYou get repeated pulses because you set the state machine back to the IDLE state after the delay state, and hence it loops forever.