I am looking for a way to create a one-shot pulse that is generated based on an external input. I want to be able to use an external voltage supply and input pin to generate the pulse, however I need a way to slow down the response of the pulse generator. I am currently using the debounce circuit in the Language Templates section of Xilinx ISE which is a string of 3 FFs whose outputs are anded together. The problem is this circuit is very fast and when I touch the voltage supply to the input, no matter how quickly I remove it, I generate a series of pulses.
Is there a way to make a pulse that is dependant on an external input that only generates 1 pulse at a time?
Is there a way to make a pulse that is dependant on an external input that only generates 1 pulse at a time?