Forum Discussion

Priesemut's avatar
Priesemut
Icon for New Contributor rankNew Contributor
5 years ago
Solved

Blinking a LED on DE10-Lite board (MAX10 FPGA)

Hello everybody out there using FPGAs, I'm new to FPGA development and trying to blink a LED on the DE10-Lite board. I carefully followed the steps on "How to program your first FPGA device" (htt...
  • sstrell's avatar
    5 years ago

    If you have a DE-10 board and you're following those instructions, you shouldn't have to change anything. I don't understand the warning you get because there is no DE10_Lite_Golden_Top.v file.

    My guess is that when you went through the New Project Wizard, you either selected a project template (instead of Empty Project) or on the Family, Device, and Board Settings page, you selected a board from the Board tab instead of selecting the specific device on the Device tab. Doing either of these might create an example top-level file (DE10_Lite_Golden_Top.v) that is now getting used instead of blink.v. You can verify this is the issue by looking at the name of the top-level entity in the Project Navigator in the upper-left corner of the tool

    The easiest thing to do would be to start from the beginning and follow the instructions carefully, but if you don't want to do that, go to the Project menu and select Add/Remove Files in Project. Make sure only your blink.v and .sdc file are listed. Then, with blink.v open, again from the Project menu, select Set as Top-Level Entity. Recompile and try again.

    #iwork4intel