Altera_Forum
Honored Contributor
11 years agoreplacing button press signal with control from another VHDL component
I have a VHDL component, where normally the reset signal is given by pressing a button.
Now I want to use another VHDL component to send the reset signal. The problem is that in a normal button press, the reset signal goes from low to high then back to low. If i were to use a second VHDL component to send the reset signal I would have to set it as high then write to the port again to set it back to low. How long should I wait before i reset the signal to low?