Matthew Tang
Matthew Tang
1 min read

Categories

In one of my modules, I used the Terasic DE10-Lite FPGA board for labs. This handy, little board can be programmed easily via a USB-A cable as it has the Altera USB-Blaster programmer already. My students found it very useful to verify their digital designs on board.

DE10-Lite From Mouser.com

In this article, I will list the main steps to install the Intel Quartus Lite design software (version 18.1 that DE10-Lite originally asks for, despite newer versions are known to work well) with ModelSim simulation tool and MAX-10 FPGA support.

First, download the following from the Intel website (link above):

  1. QuartusLiteSetup-18.1.0.625-windows.exe (version may change)
  2. ModelSimSetup-18.1.0.625-windows.exe (version should match with Quartus Lite)
  3. max10-18.1.0625.qdz (MAX-10 FPGA support files)

Files Required

Then start the installation by opening QuartusLiteSetup-18.1.0.625-windows.exe. Choose the minimal set of components to work with the DE10-Lite board, as shown.

2

Wait patiently till the installation finishes … 3

Next, check the option to launch USB Blaster II driver installation.

4

Accept the security warning and check the screen for a successful notice.

5

6

Note: you may still need to manual locate the driver when the board is plugged in the first time to your PC/laptop. Check this link for steps.

When you run the software for the first time, you will be asked to buy a full license. We will skip and run the basic lite version.

7

The installation is now complete. The design software is ready to compile VHDL/Verilog designs and program them onto the FPGA boards.

8

Next time, I will share an example of a simple design that demonstrate the basic input and output devices available on the board.