debouncing example
authorBernhard Urban <lewurm@gmail.com>
Fri, 26 Mar 2010 19:00:20 +0000 (20:00 +0100)
committerBernhard Urban <lewurm@gmail.com>
Fri, 26 Mar 2010 19:00:20 +0000 (20:00 +0100)
commited91912ad97514ef90b8c86a79e53bf2b0640d4f
treeef4b57466a2d6421a18f09d834f4f8c365fbd803
parent00b4c25bc4f96e2b99a1d8a7b845eced6dbe26cf
debouncing example
22 files changed:
debouncing/mjl_stratix/db/mjl_stratix.db_info [new file with mode: 0644]
debouncing/mjl_stratix/mjl_stratix.qpf [new file with mode: 0644]
debouncing/mjl_stratix/mjl_stratix.qsf [new file with mode: 0644]
debouncing/prj/create_project.cmd [new file with mode: 0644]
debouncing/prj/create_project.tcl [new file with mode: 0644]
debouncing/src/counter.vhd [new file with mode: 0644]
debouncing/src/counter_beh.vhd [new file with mode: 0644]
debouncing/src/debounce.vhd [new file with mode: 0644]
debouncing/src/debounce_fsm.vhd [new file with mode: 0644]
debouncing/src/debounce_fsm_beh.vhd [new file with mode: 0644]
debouncing/src/debounce_pkg.vhd [new file with mode: 0644]
debouncing/src/debounce_struct.vhd [new file with mode: 0644]
debouncing/src/debounce_tb.vhd [new file with mode: 0644]
debouncing/src/debounce_top.vhd [new file with mode: 0644]
debouncing/src/debounce_top_struct.vhd [new file with mode: 0644]
debouncing/src/event_counter.vhd [new file with mode: 0644]
debouncing/src/event_counter_beh.vhd [new file with mode: 0644]
debouncing/src/event_counter_pkg.vhd [new file with mode: 0644]
debouncing/src/math_pkg.vhd [new file with mode: 0644]
debouncing/src/sync.vhd [new file with mode: 0644]
debouncing/src/sync_beh.vhd [new file with mode: 0644]
debouncing/src/sync_pkg.vhd [new file with mode: 0644]