|
CIRCT 22.0.0git
|

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
|
static |
Definition at line 114 of file synth.py.
Referenced by circt::synth::DebugPoint.print(), and toJSON().
|
static |
Definition at line 113 of file synth.py.
Referenced by circt::synth::DebugPoint.print(), toJSON(), and LocalVisitor.visit().
|
static |