Skip to main content

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

NameTypeDescription
NODEstringThe 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

NameTypeDescription
L1list1st list
L2list2nd list
RETintegerreturned value for the comparison