Specifications
Examples
• Example 1:set_driver altera_avalon_jtag_uart_driver:7.2 jtag_uart
• Example 2:set_driver none jtag_uart
set_ignore_file
Usage
set_ignore_file <software_component_name> <file_name> <ignore>
Options
• <software_component_name>: Name of the driver, software package, or operating system to which the
file belongs.
• <file_name>: Name of the file.
• <ignore>: Set to true to ignore (not generate or copy) the file, false to generate or copy the file
normally.
Description
You can use this command to have a specific BSP file ignored (not generated or copied) during BSP
generation. This command allows you to take ownership of a specific file, modify it, and prevent the SBT
from overwriting your modifications.
<software_component_name> can have one of the following values:
• <driver_name>—The name of a driver, as specified with the create_driver command in the *_sw.tcl
file that defines the driver. Specifies that <file_name> is a copied file associated with a device driver.
• <software_package_name>—The name of a software package, specified with the create_sw_package
command in the *_sw.tcl file that defines the package. Specifies that <file_name> is a copied file
associated with a software package.
• <OS_name>—The name of an OS, specified with the create_os command in the *_sw.tcl file that
defines the OS, and is used in the nios2-bsp-create-settings to specify the BSP type. Specifies that
<file_name> is a copied file associated with an OS.
• generated—Specifies that <file_name> is a generated top-level BSP file. The list of generated BSP files
depends on the BSP type.
Note:
For a list of generated files associated with a third-party OS, refer to the OS supplier's documenta‐
tion.
Related Information
Nios II Software Build Tools on page 4-1
For more information about a list of generated files associated with HAL and MicroC/OS-II BSP
set_setting
Usage
set_setting <name> <value>
Options
• <name>: String with the name of the setting.
• <value>: String with the value of the setting.
NII5V2
2015.05.14
set_ignore_file
15-83
Nios II Software Build Tools Reference
Altera Corporation
Send Feedback