Nios® V Processor Software Developer Handbook

ID 743810
Date 4/01/2024
Public
Document Table of Contents

15.5.2.8. enable_sw_package

Usage

enable_sw_package <software_package_name>

Options

  • <software_package_name>: String with the name of the software package, with the version number optionally appended with a ':'.

Description

Enables a software package. Adds its associated source files and settings to the BSP. Specify the desired version in the form <software_package_name>:<version>. If you do not specify the version, enable_sw_package selects the latest available version.

Examples

  • Example 1:enable_sw_package altera_safeclib:19.1
  • Example 2:enable_sw_package my_sw_package