A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: lsd1653382342579
Ixiasoft
Visible to Intel only — GUID: lsd1653382342579
Ixiasoft
3.2. Intel FPGA Embedded Development Tools
- Graphical User Interface (GUI) - Graphical development tools that are available in both Windows* and Linux* Operating Systems (OS).
- Nios V Board Support Package Editor (Nios V BSP Editor)
- Ashling* RiscFree* IDE for Intel FPGAs
- Command-Line Tools (CLI) - Development tools that are initiated from the Nios V Command Shell. Each tool provides its own documentation in the form of help accessible from the command line. Open the Nios V Command Shell and type the following command: <name of tool> --help to view the Help menu.
- Nios V Utilities Tools
- File Format Conversion Tools
- Other Utilities Tools
Task | GUI Tool | Command-line Tool |
---|---|---|
Creating a BSP | Nios V BSP Editor |
|
Generating a BSP using existing .bsp file | Nios V BSP Editor | niosv-bsp -g [OPTIONS] settings.bsp |
Updating a BSP | Nios V BSP Editor | niosv-bsp -u [OPTIONS] settings.bsp |
Examining a BSP | Nios V 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 | RiscFree* IDE for Intel FPGAs | Any command-line source editor |
Modifying a user library | RiscFree* IDE for Intel FPGAs | Any command-line source editor |
Building an application | RiscFree* IDE for Intel FPGAs |
|
Building a user library | RiscFree* IDE for Intel FPGAs |
|
Downloading an application ELF | RiscFree* IDE for Intel FPGAs | niosv-download |
Converting the .elf file | - |
|