Ashling* RiscFree* Integrated Development Environment (IDE) for Intel® FPGAs User Guide

ID 730783
Date 7/26/2024
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

2.2.1.6. Running the Project

You can run a Nios® V processor program using the RiscFree* IDE for Intel® FPGAs on Run Configurations, such as an Intel FPGA development board.

To run a software project, navigate to Run and click Run Configurations. This command conducts the following actions:

  • Creates an Ashling RISC-V Hardware Debugging.
  • Builds the project executable. If all target files are up to date, nothing is built.
  • Establishes communications with the target, and verifies that the FPGA is configured with the correct hardware design.
  • Downloads the Executable and Linking Format File (.elf) to the target memory
  • Starts execution at the .elf entry point.

To disconnect the terminal from the target, click the Terminate icon in the Console view. Terminating only disconnects the host from the target. The target processor continues executing the program.