CIRCT 22.0.0git
|
Public Member Functions | |
__iter__ (self) | |
Public Attributes | |
history | |
Static Public Attributes | |
_LongestPathHistory | history |
Represents the history of a timing path, including intermediate debug points. This class provides a Python wrapper around the C++ LongestPathHistory, enabling iteration over the path's history and access to debug points. Attributes: history: The underlying C++ history object
aig.LongestPathHistory.__iter__ | ( | self | ) |
Iterate over the debug points in the history.
Definition at line 378 of file aig.py.
References circt::aig::OpenPath.history, aig.DataflowPath.history(), and aig.LongestPathHistory.history.
|
static |
Definition at line 376 of file aig.py.
Referenced by aig.LongestPathHistory.__iter__(), and aig.DataflowPath.to_flamegraph().
aig.LongestPathHistory.history |
Definition at line 383 of file aig.py.
Referenced by aig.LongestPathHistory.__iter__(), and aig.DataflowPath.to_flamegraph().