The Quartus II software uses software source files to create a HEX File that contains the memory initialization data. The Quartus II software then uses the HEX File and the PSOF created during compilation to generate passive programming files, including a SOF.
To add the Altera-provided software source files to the project, follow these steps:
Choose Add/Remove Files in Project (Project menu). The Add/Remove page of the Settingsdialog box appears.
Click Browse (...). The Select File dialog box appears.
In the Files of type list, select Software Files.
In the \qdesigns\excalibur\arm_c\ subdirectory, select the arm_tutorial.c file.
Click Open. The file arm_tutorial.c appears in the File name list.
Repeat steps 5 and 6 above to add the following software source files to the project:
File name |
Description |
init.s | Assembly File (.s) that contains initialization data for arm_tutorial.c. |
vector.s | Assembly File that contains initialization data for arm_tutorial.c |
Click OK. You have now added all the necessary software source files required to run the software build.
|