chiptools.parsers.callgraph module
- class chiptools.parsers.callgraph.CallGraph(files, root=None)[source]
Bases:
object
- static get_callchain(graph, modified_nodes)[source]
Return a topologically sorted list of the nodes dependent on the given node.
- static get_definition_map(files)[source]
Return a dictionary mapping design unit instances to a set of files that provide an implementation for the design unit.