debouncing sys_res_n
authorBernhard Urban <lewurm@gmail.com>
Sat, 22 May 2010 00:24:19 +0000 (02:24 +0200)
committerBernhard Urban <lewurm@gmail.com>
Sat, 22 May 2010 00:24:19 +0000 (02:24 +0200)
commit5c172eaa03a4140731713050b95a53c5cc52db6b
tree76f2b4d6058158c32fbd9c4a415ed359c2f2b028
parent8fff20317f9be9b5305dfdc62c19ccf380176cd0
debouncing sys_res_n
20 files changed:
quartus/project_gen.tcl
src/Makefile
src/TODO
src/calc.vhd
src/debouncing/counter.vhd [new file with mode: 0644]
src/debouncing/counter_beh.vhd [new file with mode: 0644]
src/debouncing/debounce.vhd [new file with mode: 0644]
src/debouncing/debounce_fsm.vhd [new file with mode: 0644]
src/debouncing/debounce_fsm_beh.vhd [new file with mode: 0644]
src/debouncing/debounce_pkg.vhd [new file with mode: 0644]
src/debouncing/debounce_struct.vhd [new file with mode: 0644]
src/debouncing/debounce_tb.vhd [new file with mode: 0644]
src/debouncing/debounce_top.vhd [new file with mode: 0644]
src/debouncing/debounce_top_struct.vhd [new file with mode: 0644]
src/debouncing/event_counter.vhd [new file with mode: 0644]
src/debouncing/event_counter_beh.vhd [new file with mode: 0644]
src/debouncing/event_counter_pkg.vhd [new file with mode: 0644]
src/debouncing/sync.vhd [new file with mode: 0644]
src/debouncing/sync_beh.vhd [new file with mode: 0644]
src/debouncing/sync_pkg.vhd [new file with mode: 0644]