Question: Verilog code Create a day of the year counter will count fromland 99(base 10), representing the first 99 daysof the year, with the output displayed

Verilog code Create a day of the year counter will count fromland 99(base 10), representing the first 99 daysof the year, with the output displayed on HEX5 and HEX4as decimaldigits. The most significant digit must be blanked instead of displaying zero.When the counter value reaches 99 (decimal), the counter should roll over to 1 continue counting. 1. (7 points) Verilog design code for your Day of the Year counter (1 99). You may either paste your code into this document or paste a screenshot of your code into this document. 2. (5 points) Verilog testbench code for you Day of the Year. You may either paste your code into this document or paste a screenshot of your code into this document. 3. (3 points) Paste a screenshot of your GTKWave simulation output into this document. Make sure the display organization and zoom levels will produce a readable screen capture. Verilog code Create a day of the year counter will count fromland 99(base 10), representing the first 99 daysof the year, with the output displayed on HEX5 and HEX4as decimaldigits. The most significant digit must be blanked instead of displaying zero.When the counter value reaches 99 (decimal), the counter should roll over to 1 continue counting. 1. (7 points) Verilog design code for your Day of the Year counter (1 99). You may either paste your code into this document or paste a screenshot of your code into this document. 2. (5 points) Verilog testbench code for you Day of the Year. You may either paste your code into this document or paste a screenshot of your code into this document. 3. (3 points) Paste a screenshot of your GTKWave simulation output into this document. Make sure the display organization and zoom levels will produce a readable screen capture
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
