Follow these instructions to create and simulate a project in Quartus. Adapted from E15A lab by Erik Cheever.
<aside> ⚠️ Quartus may already be installed on your lab computer. If it is, verify it is version 20.1 (it should say in the title or when you open it). If it is NOT, you will need to follow the instructions below.
</aside>
Create a folder for files for this lab in a location of your choosing.
Start Quartus and select "New Project Wizard."
On the "Directory, Name, Top-Level Entity" page, choose the directory you just created and name the project. It is a good idea to name the project the same thing as your "top-level entity." Then hit "Next."
Select "Empty Project" and then hit "Next."
Hit "Next" on the "Add Files" screen.
On the next page ("Family, Device & Board Settings"), choose the "Board" tab and choose the "DE0-CV Development Board," and then hit "Next."
On the next page ("EDA Tool Settings"), under "Tool Type → Simulation" pick "ModelSim-Altera" for the "Tool name" and "Verilog HDL" for format. Then hit "Next."
Hit "Finish." Your project will then setup and launch.