Specifications
Example
get_peripheral_property jtag_uart supports_preemption;
remove_class_systemh_line
Usage
remove_class_systemh_line <macro-name>
Options
• <macro-name>: Macro to be removed to the system.h file for the generated BSP
Description
This removes a system.h assignment or macro during a driver callback execution. The BSP typically uses
this during the generate phase depending on the generator. This command is only valid for a callback
script. A callback script is set in the driver's *_sw.tcl file, using the command set_sw_property
callback_source_file <filename>.
Example
remove_class_systemh_line MY_MACRO;
remove_module_systemh_line
Usage
remove_module_systemh_line <macro-name>
Options
• <macro-name>: Macro to be removed to the system.h file for the generated BSP
Description
This removes a system.h assignment or macro during a driver callback execution. The BSP typically uses
this during the generate phase depending on the generator. This command is only valid for a callback
script. A callback script is set in the driver's *_sw.tcl file, using the command set_sw_property
callback_source_file <filename>.
Example
remove_module_systemh_line MY_MACRO;
set_class_sw_setting_property
Usage
set_class_sw_setting_property <setting-name> <property> <value>
NII5V2
2015.05.14
remove_class_systemh_line
15-97
Nios II Software Build Tools Reference
Altera Corporation
Send Feedback