CIRCT  19.0.0git
Public Attributes | List of all members
circt::firrtl::LegacyWiringProblem Struct Reference

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>

Collaboration diagram for circt::firrtl::LegacyWiringProblem:
Collaboration graph
[legend]

Public Attributes

Value source
 A source to wire from. More...
 
SmallVector< Value > sinks
 Sink(s) to wire to. More...
 

Detailed Description

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.

Member Data Documentation

◆ sinks

SmallVector<Value> circt::firrtl::LegacyWiringProblem::sinks

Sink(s) to wire to.

Definition at line 282 of file FIRRTLAnnotationHelper.h.

◆ source

Value circt::firrtl::LegacyWiringProblem::source

A source to wire from.

Definition at line 279 of file FIRRTLAnnotationHelper.h.


The documentation for this struct was generated from the following file: