CIRCT
20.0.0git
|
A representation of a deferred Wiring problem consisting of a source that should be connected to a sink. More...
#include <FIRRTLAnnotationHelper.h>
Public Types | |
enum class | RefTypeUsage { Prefer , Never } |
Public Attributes | |
Value | source |
A source to wire from. More... | |
Value | sink |
A sink to wire to. More... | |
std::string | newNameHint |
A base name to use when generating new signals associated with this wiring problem. More... | |
RefTypeUsage | refTypeUsage |
The usage of ref type ports when solving this problem. More... | |
A representation of a deferred Wiring problem consisting of a source that should be connected to a sink.
Definition at line 258 of file FIRRTLAnnotationHelper.h.
|
strong |
Enumerator | |
---|---|
Prefer | |
Never |
Definition at line 259 of file FIRRTLAnnotationHelper.h.
std::string circt::firrtl::WiringProblem::newNameHint |
A base name to use when generating new signals associated with this wiring problem.
Definition at line 269 of file FIRRTLAnnotationHelper.h.
RefTypeUsage circt::firrtl::WiringProblem::refTypeUsage |
The usage of ref type ports when solving this problem.
Definition at line 272 of file FIRRTLAnnotationHelper.h.
Value circt::firrtl::WiringProblem::sink |
A sink to wire to.
Definition at line 265 of file FIRRTLAnnotationHelper.h.
Value circt::firrtl::WiringProblem::source |
A source to wire from.
Definition at line 262 of file FIRRTLAnnotationHelper.h.