Description
This Tcl command is for providing global include paths information.
set_global_include_path_order [-paths {“path_1” “path_2” “path_3”}]
Arguments
| Parameter | Type | Description |
|---|
| paths | string | The user provides the list of paths to be considered as global include paths. |
| Return Type | Description |
|---|
| None | None |
Error Codes
| Error Code | Description |
|---|
| None | One or more Global Include Paths set are invalid or do not exist. |
| None | Invalid Global Include Path - 'value'. |
| None | Parameter 'paths' has illegal value. |
| None | Parameter '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”}