CIRCT 22.0.0git
|
Public Member Functions | |
"DebugPoint" | from_dict (cls, Dict[str, Any] data) |
Static Public Attributes | |
Object | object |
int | delay |
str | comment |
Represents a debug point in the timing path history. Debug points are intermediate points along a timing path that provide insight into the delay accumulation and signal propagation through the circuit. Each point captures the state at a specific location. Attributes: object: The signal/object at this debug point delay: Accumulated delay up to this point (in timing units) comment: Optional descriptive comment about this point
"DebugPoint" aig.DebugPoint.from_dict | ( | cls, | |
Dict[str, Any] | data | ||
) |
|
static |
Definition at line 104 of file aig.py.
Referenced by circt::aig::DebugPoint.print(), and toJSON().
|
static |
Definition at line 103 of file aig.py.
Referenced by circt::aig::DebugPoint.print(), aig.DataflowPath.to_flamegraph(), toJSON(), and LocalVisitor.visit().