Specifications

disable_sw_package
Usage
disable_sw_package <software_package_name>
Options
<software_package_name>: String with the name of the software package.
Description
Disables the specified software package. Settings belonging to the package are no longer available in the
BSP, and associated source files are not included in the BSP makefile. It is an error to disable a software
package that is not enabled.
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_hostfs:7.2
Example 2:enable_sw_package my_sw_package
get_addr_span
Usage
get_addr_span <slave_desc>
Options
<slave_desc>: String with the slave descriptor to query.
Description
Returns the address span (length in bytes) of the slave descriptor as an integer decimal number.
Example
puts [get_addr_span onchip_ram_64_kbytes] Returns: 65536
NII5V2
2015.05.14
disable_sw_package
15-67
Nios II Software Build Tools Reference
Altera Corporation
Send Feedback