Build

About this task

Choose Project > Build Project or click the Build Project toolbar button.

Results

The makefile builds the project and generates these files in the build directory:
  • axiDemo.asm—Assembly language file for the firmware.
  • axiDemo.bin—Download this file to the flash device on your board using OpenOCD. When you turn the board on, the SoC loads the application into the RISC-V processor and executes it.
  • axiDemo.elf—Use this file when debugging with the OpenOCD debugger.
  • axiDemo.hex—Hex file for the firmware. (Do not use it to program the FPGA.)
  • axiDemo.map—Contains the SoC address map.