socmake_graph
flatten_graph(NODE)
Flatten the dependency graph of NODE into a topologically-sorted flat list stored in the FLAT_GRAPH target property.
Parameters
| Name | Type | Description |
|---|---|---|
NODE | string | The root IP target whose dependency graph should be flattened. |
compare_lists(L1 L2 RET)
Function to compare 2 list, will return 1 if they are equal, otherwise, will return -1.
Parameters
| Name | Type | Description |
|---|---|---|
L1 | list | 1st list |
L2 | list | 2nd list |
RET | integer | returned value for the comparison |