Ashling* RiscFree* Integrated Development Environment (IDE) for Intel® FPGAs User Guide
ID
730783
Date
11/25/2024
Public
A newer version of this document is available. Customers should click here to go to the newest version.
1. About the RiscFree* IDE
2. Getting Started with the Ashling* RiscFree* IDE for Intel® FPGAs
3. Using Ashling* RiscFree* IDE for Intel® FPGAs with Nios® V Processor System
4. Using Ashling* RiscFree* IDE for Intel® FPGAs with Arm* Hard Processor System
5. Debugging Features with RiscFree* IDE for Intel® FPGAs
6. Debugging with Command-Line Interface
7. Ashling RiscFree* Integrated Development Environment (IDE) for Intel® FPGAs User Guide Archives
8. Document Revision History for the Ashling RiscFree* Integrated Development Environment (IDE) for Intel® FPGAs User Guide
A. Appendix
3.1. Importing Nios® V Processor Project
3.2. Building Nios® V Processor Project
3.3. Setting Run Configuration to Download Nios® V Processor Project
3.4. Setting Debug Configuration to Debug Nios® V Processor Project
3.5. Setting Debug Configuration to Debug a Booting Nios® V Processor Project
3.6. Debugging Tools
5.1. Debug Features in RiscFree* IDE
5.2. Processor System Debug
5.3. Heterogeneous Multicore Debug
5.4. Debugging µC/OS-II Application
5.5. Debugging FreeRTOS Application
5.6. Debugging Zephyr Application
5.7. Arm* HPS On-Chip Trace
5.8. Debugging the Arm* Linux Kernel
5.9. Debugging Target Software in an Intel® Simics Simulator Session
2.2.1.7. Debugging the Project
To debug a software project, navigate to Debug and click on Debug 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.
- If debugging on hardware, establish communications with the target and verify that the FPGA is configured with the correct hardware design.
- Downloads the .elf to the target memory.
- Sets a breakpoint at the top of main().
- Starts execution at the .elf entry point.
The RiscFree* IDE for Intel® FPGAs debugger with the Nios® V processor plugins provides a perspective, allowing you to perform many common debugging tasks. Debugging a Nios® V processor program with the Nios® V plugins is generally the same as debugging any other C/C++ program with RiscFree* IDE for Intel® FPGAs and the CDT plugins.
For information about debugging with RiscFree* IDE for Intel® FPGAs and the CDT plugins, refer to the RiscFree* IDE for Intel® FPGAs help system.