hi!i have to design a project in vhdl(Xilinx Webpack)and, one of the things I have to do is to detect a long-press of a button on a Xilinx test board(for example D2Xl).How the debouncer for that button should be, in order to obtain at the output of the debouncer a constant signal(ex:logic 1) if the button keeps being pressed an another value when the button is released?(Ex:logic 0) |