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