Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a RISC - V program that implements a unique display on the development board. Upon programming the FPGA, the right - most 7 -
Write a RISCV program that implements a unique display on the development board. Upon programming the FPGA, the rightmost segment display on the development board blinks the value of at about a Hz rate. This blinking continues with any digit value so long as the lower button on the dev board is not pressed. When the lower button is pressed and the rightmost switch is in the up position, the digit increments once per clock cycle; if the digit is at the digit automatically rolls over to and continues counting from that value. When the button is pressed and the rightmost switch is in the down position, the digit decrements; if the digit is at the digit automatically rolls under to and continues to count from that value. All counting should be once per clock cycle. This process continues ad nauseum. The count should appear on only one segment display.
All numbers positions should blink with a duty cycle at least one time
This is an openended problem; your main task is to write this program and show that it works on the Basys board so dont get too hung up on details
Use the wrapper associated with Experiment
Include a flowchart and a complete written description of the algorithm your solution uses
Minimize the amount of code you use in your solution
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started