A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: mca1641137018598
Ixiasoft
Visible to Intel only — GUID: mca1641137018598
Ixiasoft
3.1.2.1. Nios® V Processor Software Build Tools Graphical User Interface
You can accomplish most software development tasks using the Nios® V processor software build tools including creating, editing, building, running, and debugging programs. The Nios® V processor provides the following GUIs for software development:
- BSP Editor in Platform Designer
- Ashling* RiscFree* IDE for Intel FPGAs
Task | GUI | Command Line |
---|---|---|
Creating a BSP | BSP Editor | niosv-bsp -c -s=<.qsys file> -t=<bsp type> [OPTIONS] settings.bsp niosv-bsp -g [OPTIONS] settings.bsp |
Updating a BSP | BSP Editor | niosv-bsp -u [OPTIONS] settings.bsp |
Examining a BSP | BSP Editor | niosv-bsp -q -E=<tcl script> [OPTIONS] settings.bsp |
Creating an application | - | niosv-app -a=<application directory> -b=<bsp directory> -s=<source files directory> [OPTIONS] |
Creating a user library | - | niosv-app -l=<library directory> -s=<source files directory> -p=<public includes directory> [OPTIONS] |
Modifying an application |
|
Any command line source code editor |
Modifying a user library |
|
Any command line source code editor |
Generate an application | RiscFree* IDE for Intel FPGAs | cmake and make |
Generate a user library | RiscFree* IDE for Intel FPGAs | cmake and make |