User Tools


Differences

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

Link to this comparison view

Next revision
Previous revision
labs:sp20_stopwatch [2020/04/08 17:06]
nelson created
labs:sp20_stopwatch [2020/05/19 17:08] (current)
nelson [Exercise 3: Top-Level Module]
Line 1: Line 1:
 ====== ======
-====== Stopwatch ======+====== ​Sp20 Stopwatch ======
  
 In this lab you will create a digital stopwatch. ​ As shown in the video below, the stopwatch will be displayed on the eight-digit seven-segment display. In this lab you will create a digital stopwatch. ​ As shown in the video below, the stopwatch will be displayed on the eight-digit seven-segment display.
Line 107: Line 107:
   * The rest works after it has counted for some time.   * The rest works after it has counted for some time.
  
-<​color ​#ed1c24>Include your Tcl simulation script in your lab report.</​color>​+<​color ​red>Include your Tcl simulation script in your lab report.</​color>​
  
-**Pass-Off:​** ​Show the TA your simulation and explain how you tested the correctness of your module.+<color red> 
 +Include a screenshot of your simulation that verifies that it works. 
 +</​color>​ 
 + 
 + 
 +**Pass-Off:​** ​Nothing to pass off in person.
  
 ===== Exercise 3: Top-Level Module ===== ===== Exercise 3: Top-Level Module =====
Line 128: Line 133:
   * Connect your digit values output from the ''​stopwatch''​ module to the ''​dataIn''​ input of the ''​SevenSegmentControl''​.   * Connect your digit values output from the ''​stopwatch''​ module to the ''​dataIn''​ input of the ''​SevenSegmentControl''​.
   * Turn on the appropriate decimal point.   * Turn on the appropriate decimal point.
-  * **Note:** The CPU_RESETN button is active-low. ​ This means it behaves differently than the other buttons you have used: it is a ''​0''​ when pressed and a ''​1''​ otherwise. ​ You will need to invert the signal when connecting it to your ''​stopwatch''​ and ''​SevenSegmentControl''​ modules.+  * **Note:** The CPU_RESETN button is active-low. ​ This means it behaves differently than the other buttons you have used: it is a ''​0''​ when pressed and a ''​1''​ otherwise.  ​**You will need to invert the signal when connecting it to your ''​stopwatch''​ and ''​SevenSegmentControl''​ modules.**
  
 Be sure to include an appropriate constraints file: Be sure to include an appropriate constraints file:
   * **Note:​** ​ For this lab, and all subsequent labs that use the ''​clk''​ pin, you should also uncomment two lines near the top that refer to the clock. ​ One connects the clock, the line after it tells informs Vivado that the clock runs at 100MHz.   * **Note:​** ​ For this lab, and all subsequent labs that use the ''​clk''​ pin, you should also uncomment two lines near the top that refer to the clock. ​ One connects the clock, the line after it tells informs Vivado that the clock runs at 100MHz.
  
-**Pass-off:​** ​Show the TAs your stopwatch working on the board.+**Exercise #3 Pass-off:​** ​Nothing for this.
  
 <color red>​Submit your SystemVerilog modules as part of the lab report on Learning Suite.</​color>​ (Make sure your SystemVerilog conforms to the lab SystemVerilog coding standards). <color red>​Submit your SystemVerilog modules as part of the lab report on Learning Suite.</​color>​ (Make sure your SystemVerilog conforms to the lab SystemVerilog coding standards).
  
 +=====Final Pass-Off=====
 +<color green>
 +Attach a video (narrated) describing how your design operates. Time it to show that it really is counting seconds at the correct rate. Show how you can clear it at well and how you can start and stop it at will. Also, describe how long it will take for the counter to completely roll over and show that happening if it is feasible to do so.
 +</​color>​
 +
 +
 +=====Final Questions=====
 +<color red>
 +How long (in hours) did you work on this lab?
 +</​color>​
  
-=====Personal Exploration===== +<color red> 
-Here are some ideas for personal exploration ​in this laboratory:​ +List the pitfalls you encountered ​in this lab.  What made it take longer than it should have (in your mind)? 
-  * Use additional switches to make your stopwatch run faster or slower than real-time. +</​color>​
-  * Modify your design to work as a countdown timer when sw1 is high, and a count-up timer when sw0 is low.+