Hello everyone,
I am new to QuickLogic FPGA development and would like to ask how to create a simple starter project using Quartus.
I want to understand the basic steps, including:
If anyone has a beginner guide or example project, I would really appreciate your help.
Thank you.
Hi snow888,
I recommend starting with a very small design like:
LED blinker
counter
simple AND/OR gate example
A typical beginner workflow is:
Create new Quartus project
Select FPGA device
Add Verilog/VHDL source file
Compile the design
Assign FPGA pins
Generate programming file
Program the board using USB-Blaster or compatible cable