Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

VHDL code for debouncing the reset signal

Status
Not open for further replies.

ashutosh_g

Junior Member level 3
Joined
Aug 21, 2006
Messages
26
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,450
i use a push button for giving negative reset to my FPGA.
The push button however is bouncy. can any one give me the code for
debouncing the reset signal. so that the internal reset signal goes to zero only once for a stipulated amount of time after pushing the push button.
I need the code in vhdl
 

vhdl debounce

put pull up resistor on reset line 4.7K to vcc and capacitor 100nF between reset pin and GND
 

vhdl debouncer

ashutosh_g said:
i use a push button for giving negative reset to my FPGA.
The push button however is bouncy. can any one give me the code for
debouncing the reset signal. so that the internal reset signal goes to zero only once for a stipulated amount of time after pushing the push button.
I need the code in vhdl

Ben has a model - see www.vhdlcohen.com under Models

HTH
Ajeetha, CVC
www.noveldv.com
 

code vhdl

Iouri said:
put pull up resistor on reset line 4.7K to vcc and capacitor 100nF between reset pin and GND

what is the need for Capacitor between reset pin and GND???
 

vhdl debounce circuit

khaila said:
Iouri said:
put pull up resistor on reset line 4.7K to vcc and capacitor 100nF between reset pin and GND

what is the need for Capacitor between reset pin and GND???
To filterout the debounce noise!
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top