Final answer:
To create a new Quartus Prime project with the given attributes, follow these steps.
Step-by-step explanation:
To create a new Quartus Prime project with the given attributes, follow these steps:
Open Quartus Prime and go to the File menu, select New Project Wizard.
In the Create New Project window, specify the Project Directory as lab3/lab3_task1.
Enter the Project Name as lab3_task1.
Choose compare_2bit_scalar as the Top-Level Design.
For the Device, select Cyclone IVE EP4CE115F29C7 (DE2) or MAX 10 10M50DAF484C7G (DE10) depending on the device you are using.
Click Finish to create the project.
To create a new Quartus Prime project for a Cyclone IV E FPGA, follow these steps: Open Quartus Prime and initiate a new project named "lab3_task1" in the directory "lab3\lab3_task1." Choose an empty project, select the Cyclone IV E family, and specify the EP4CE115F29C7 device.
Verify EDA tool settings and complete the project summary. In Assignments, choose the device again. Create a top-level design entry with the file name "compare_2bit_scalar" using a block diagram or schematic.
Add your design files, perform analysis and synthesis, and program the device through JTAG. Refer to the documentation for your Quartus Prime version for specific details and variations.