21.3.88 set_global_include_path_order

Description

This Tcl command is for providing global include paths information.

set_global_include_path_order [-paths {“path_1” “path_2” “path_3”}]

Arguments

ParameterTypeDescription
pathsstringThe user provides the list of paths to be considered as global include paths.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneOne or more Global Include Paths set are invalid or do not exist.
NoneInvalid Global Include Path - 'value'.
NoneParameter 'paths' has illegal value.
NoneParameter 'param_name' is not defined. Valid command formatting is 'set_global_include_path_order [-paths "[paths]+"]'.

Supported Families

Supported Families
PolarFire®
PolarFire SoC
RTG4
SmartFusion® 2
IGLOO® 2

Example

This example considers as global include the following paths.

set_global_include_path_order -paths { “./src/GLOBAL_INCLUDE_PATH_1” “./src/GLOBAL_INCLUDE_PATH_2” “${ENV_VAR}/GLOBAL_INCLUDE_PATH_1”}