[2 Grades] Write a Verilog module to implement the circuit outlined by the circuit shown in Figure 6. The circuit has one input (which is connected to one of the sliding switches). If the input is low, the letter "L" is shown on the 7-segment display. Otherwise, the letter "H" is shown.
7-segment decoder
I7-segment decoder
Figure 6: The toggle switch controls the letter displayed on the seven-segment display
[2 Grades] Upgrade your implementation in experiment step 4(a) (4-RCA Adder) to add 20 bits instead of 4 using generate blocks and develop a self-checking testbench to test your module and simulate it.
[2 Grades] Upgrade the implementation of the Adder/Subtractor using if statements from the previous question to realize a 20-RCA.