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
synth.LongestPathHistory.__iter__ | ( | self | ) |
Iterate over the debug points in the history.
Definition at line 414 of file synth.py.
References circt::synth::OpenPath.history, synth.DataflowPath.history(), and synth.LongestPathHistory.history.
|
static |
Definition at line 412 of file synth.py.
Referenced by synth.LongestPathHistory.__iter__(), and synth.DataflowPath.to_flamegraph().
synth.LongestPathHistory.history |
Definition at line 419 of file synth.py.
Referenced by synth.LongestPathHistory.__iter__(), and synth.DataflowPath.to_flamegraph().