Forum Discussion
Altera_Forum
Honored Contributor
10 years agoSince the GPIO interface you are talking about is on the HPS, there aren't any settings in Quartus for this. You will need to set it in software. Debounce is set in the gpio_debounce register. Once you've built the preloader, check the generated documentation files for the software library. There should at least be some register definitions for the gpio_debounce register you can use for this. There may (or may not) be a higher level routine to set debounce.