How do I create a simple QuickLogic FPGA project in Quartus?

Created at 2026-04-13 20:53:38

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:

  • selecting the correct device family
  • creating a new project
  • writing a simple Verilog or VHDL example
  • compiling and programming the device

If anyone has a beginner guide or example project, I would really appreciate your help.

Thank you.

更多

Follower
0
Views
145
1 Answer
heuropean
heuropean 2026-05-14

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

Write Your Answer

Log in to publish your answer,Click here to log in.

Create
Post

Share