|
CIRCT 22.0.0git
|
A representation of a legacy Wiring problem consisting of a signal source that should be connected to one or many sinks. More...
#include <FIRRTLAnnotationHelper.h>

Public Attributes | |
| Value | source |
| A source to wire from. | |
| SmallVector< Value > | sinks |
| Sink(s) to wire to. | |
A representation of a legacy Wiring problem consisting of a signal source that should be connected to one or many sinks.
Definition at line 284 of file FIRRTLAnnotationHelper.h.
| SmallVector<Value> circt::firrtl::LegacyWiringProblem::sinks |
Sink(s) to wire to.
Definition at line 289 of file FIRRTLAnnotationHelper.h.
| Value circt::firrtl::LegacyWiringProblem::source |
A source to wire from.
Definition at line 286 of file FIRRTLAnnotationHelper.h.