Build a Quartus Project¶
Build Instructions for supplied example project within Linux VM provided by Critical Link:
- Open Quartus
- Click "Open Existing Project"
- Navigate to "/home/user/projects/mityarm-5csx-dev-board/hw/fpga/mityarm_5csx_dev_board" (or the directory where your project is located)
- Open "mityarm_5csx_dev_board.qpf"
- Open Qsys: Tools->Qsys
- Close the Initialization dialog when it finishes
- Open "mityarm_5csx_dev_board.qsys"
- Click the "Generation" tab
- Change the "Create HDL design files for sythesis" to "VHDL"
- Click "Generate"
- Close the Generation dialog when it finishes
- Go back to Quartus
- Start the compilation: Processing->Start Compilation
- A popup dialog will appear when the compilation is done
- The compiled FPGA image (mityarm_5csx_dev_board.sof) will be in /home/user/projects/mityarm-5csx-dev-board/hw/fpga/mityarm_5csx_dev_board/output_files
Go to top