add aditional modules for start/stop
and for up down counter
This commit is contained in:
@@ -20,7 +20,7 @@ module debounce_switch(
|
||||
input i_switch,
|
||||
output o_switch);
|
||||
|
||||
parameter c_debounce_limit=1_000_000;// 10ms at 100MHz
|
||||
parameter c_debounce_limit=1_000_000;// 10ms@100MHz
|
||||
|
||||
reg r_state=1'b0;
|
||||
reg [19:0] r_count = 0;
|
||||
|
||||
Reference in New Issue
Block a user