ICE 7: RISC-V LED#
Time to get your hands dirty with RISC-V Assembly Programming!
Clone USAFA-ECE/ece281-ice7. You don’t have to make your own copy because there is no submission for this ICE.
Open it in VS Code and install the recommended extensions
Complete the missing assembly, based on the comments
Go to Run > Start Debugging
Open the LED panel if it didn’t automatically. To open the LED panel, press
ctrl + shift + p, then typeVenus: Open LED Matrixin the search box, then pressenter.View the registers
View the memory
Step through the program, watch the registers change and the LEDs illuminate. Your fully illuminated LED matrix should look like:
Fig. 30 RISC-V logo displayed on the RISC-V Venus Simulator 10x10 LED matrix#
Smile!