User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
labs:debounce [2020/03/11 14:26]
nelson [Exercise #1 - Debounce State Machine]
labs:debounce [2020/04/30 09:44] (current)
nelson old revision restored (2020/03/11 14:27)
Line 100: Line 100:
 Determine the size of this signal using the //clogb2// function and declare the counter signal by using the results of the //clogb2// function. Determine the size of this signal using the //clogb2// function and declare the counter signal by using the results of the //clogb2// function.
 */ */
-The description of the debounce timer is found at the end of section 26.1. For this design, however, you will be required to wait precisely 5ms instead of whatever the maximum value for your timer is. At 5ms your timer should assert "​timerDone"​. Your counter should be cleared when clrTimer is asserted by the state machine. ​ By the way, if you have a parameterized counter from a previous lab,  go ahead and use it - no need to re-invent the wheel. ​ If not, you may choose to create a counter module parameterized for both maximum count value as well as bit-width (you will be needing such a counter in essentially every lab you complete moving forward).+The description of the debounce timer is found at the end of section 26.1. For this design, however, you will be required to wait precisely 5ms instead of whatever the maximum value for your timer is. At 5ms your timer should assert "​timerDone"​. Your counter should be cleared when clrTimer is asserted by the state machine.  ​ 
 + 
 +By the way, if you have a parameterized counter from a previous lab,  go ahead and use it - no need to re-invent the wheel. ​ If not, you may choose to create a counter module parameterized for both maximum count value as well as bit-width (you will be needing such a counter in essentially every lab you complete moving forward).
  
 **Exercise 1 Pass-off:** Show a TA your debounce module. Explain how you implemented the state machine and how the state machine should behave when it receives a noisy input.\\ \\ **Exercise 1 Pass-off:** Show a TA your debounce module. Explain how you implemented the state machine and how the state machine should behave when it receives a noisy input.\\ \\