File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77// INFO ------------------------------------------------------------------------
88// Button debounce v1
99//
10- // - sampling inputs using configurable divided clock (ithis is the
10+ // - sampling inputs using configurable divided clock (this is the
1111// simplest form of low-pass filter)
1212// - switching output only when both samples have equal level
1313// (this gives some form of hysteresis in case we sample unstable data)
Original file line number Diff line number Diff line change 77// INFO ------------------------------------------------------------------------
88// Button debounce v2, SystemVerilog version
99//
10- // - sampling inputs using configurable divided clock (ithis is the
10+ // - sampling inputs using configurable divided clock (this is the
1111// simplest form of low-pass filter)
1212//
1313// - in contrast with debounce_v1.v this implementation is switching output only
Original file line number Diff line number Diff line change 77// INFO ------------------------------------------------------------------------
88// Button debounce v2
99//
10- // - sampling inputs using configurable divided clock (ithis is the
10+ // - sampling inputs using configurable divided clock (this is the
1111// simplest form of low-pass filter)
1212//
1313// - in contrast with debounce_v1.v this implementation is switching output only
You can’t perform that action at this time.
0 commit comments