This quarter, we will not be distributing physical lab kits and instead be using a remote FPGA lab through the LabsLand web interface. This will avoid the need to carry the hardware around and also means that you don't need to individually procure the necessary peripherals that we will use.
The workflow for the quarter will involve developing, simulating, and debugging the logic of your SystemVerilog code locally in Quartus (as was done in EE 271 / CSE 369), but then instead of generating the bit file locally, you will upload your code to LabsLand to synthesize and run on a DE1-SoC setup.
This is the part where you create a Quartus project, write a SystemVerilog program, and simulate your program in ModelSim. You should have your program fully written and tested before proceeding.