CIRCT
20.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. More... | |
SmallVector< Value > | sinks |
Sink(s) to wire to. More... | |
A representation of a legacy Wiring problem consisting of a signal source that should be connected to one or many sinks.
Definition at line 277 of file FIRRTLAnnotationHelper.h.
SmallVector<Value> circt::firrtl::LegacyWiringProblem::sinks |
Sink(s) to wire to.
Definition at line 282 of file FIRRTLAnnotationHelper.h.
Value circt::firrtl::LegacyWiringProblem::source |
A source to wire from.
Definition at line 279 of file FIRRTLAnnotationHelper.h.