|
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 486 of file synth.py.
References circt::synth::OpenPath.history, synth.DataflowPath.history(), and synth.LongestPathHistory.history.
|
static |
Definition at line 484 of file synth.py.
Referenced by synth.LongestPathHistory.__iter__().
| synth.LongestPathHistory.history |
Definition at line 491 of file synth.py.
Referenced by synth.LongestPathHistory.__iter__().