Question: Question 4. Write the Verilog code for a 4-bit up counter that counts from the binary sequence 0111 up to 1011. This counter should count

Question 4. Write the Verilog code for a 4-bit up counter that counts from the binary sequence 0111 up to 1011. This counter should count every positive edge of the clock signal. The counter should reset to the initial state for every positive edge of the reset signal. (25 points) a. Insert the Verilog code of the counter module and comment it. (17 points) b. Run the code in the online simulator EDAplayground and insert a screenshot of the test bench file and the output. Make sure to display 12 printed values of the output of the counter while counting and make sure to mention your own name. (8 points) // Insert the Verilog code here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
