CIRCT  19.0.0git
Public Member Functions | Protected Attributes | List of all members
circt::firrtl::AnnoTarget Struct Reference

An annotation target is used to keep track of something that is targeted by an Annotation. More...

#include <FIRRTLAnnotations.h>

Inheritance diagram for circt::firrtl::AnnoTarget:
Inheritance graph
[legend]
Collaboration diagram for circt::firrtl::AnnoTarget:
Collaboration graph
[legend]

Public Member Functions

 AnnoTarget (detail::AnnoTargetImpl impl=nullptr)
 
 operator bool () const
 
bool operator== (const AnnoTarget &other) const
 
bool operator!= (const AnnoTarget &other) const
 
Operation * getOp () const
 
void setOp (Operation *op)
 
AnnotationSet getAnnotations () const
 Get the annotations associated with the target. More...
 
void setAnnotations (AnnotationSet annotations) const
 Set the annotations associated with the target. More...
 
FModuleLike getModule () const
 Get the parent module of the target. More...
 
Attribute getNLAReference (hw::InnerSymbolNamespace &moduleNamespace) const
 Get a reference to this target suitable for use in an NLA. More...
 
FIRRTLType getType () const
 Get the type of the target. More...
 
detail::AnnoTargetImpl getImpl () const
 

Protected Attributes

detail::AnnoTargetImpl impl
 

Detailed Description

An annotation target is used to keep track of something that is targeted by an Annotation.

Definition at line 383 of file FIRRTLAnnotations.h.

Constructor & Destructor Documentation

◆ AnnoTarget()

circt::firrtl::AnnoTarget::AnnoTarget ( detail::AnnoTargetImpl  impl = nullptr)
inline

Definition at line 384 of file FIRRTLAnnotations.h.

Member Function Documentation

◆ getAnnotations()

AnnotationSet AnnoTarget::getAnnotations ( ) const

Get the annotations associated with the target.

Definition at line 474 of file FIRRTLAnnotations.cpp.

References getOp().

Referenced by Deduper::recordAnnotations().

◆ getImpl()

detail::AnnoTargetImpl circt::firrtl::AnnoTarget::getImpl ( ) const
inline

◆ getModule()

FModuleLike AnnoTarget::getModule ( ) const

Get the parent module of the target.

Definition at line 467 of file FIRRTLAnnotations.cpp.

References getOp().

Referenced by buildNLA(), ResolveTracesPass::buildTarget(), and circt::firrtl::operator<<().

◆ getNLAReference()

Attribute AnnoTarget::getNLAReference ( hw::InnerSymbolNamespace moduleNamespace) const

Get a reference to this target suitable for use in an NLA.

Definition at line 487 of file FIRRTLAnnotations.cpp.

◆ getOp()

Operation* circt::firrtl::AnnoTarget::getOp ( ) const
inline

◆ getType()

FIRRTLType AnnoTarget::getType ( ) const

◆ operator bool()

circt::firrtl::AnnoTarget::operator bool ( ) const
inline

Definition at line 386 of file FIRRTLAnnotations.h.

References impl.

◆ operator!=()

bool circt::firrtl::AnnoTarget::operator!= ( const AnnoTarget other) const
inline

Definition at line 388 of file FIRRTLAnnotations.h.

◆ operator==()

bool circt::firrtl::AnnoTarget::operator== ( const AnnoTarget other) const
inline

Definition at line 387 of file FIRRTLAnnotations.h.

References impl.

◆ setAnnotations()

void AnnoTarget::setAnnotations ( AnnotationSet  annotations) const

Set the annotations associated with the target.

Definition at line 481 of file FIRRTLAnnotations.cpp.

Referenced by Deduper::mergeAnnotations().

◆ setOp()

void circt::firrtl::AnnoTarget::setOp ( Operation *  op)
inline

Member Data Documentation

◆ impl

detail::AnnoTargetImpl circt::firrtl::AnnoTarget::impl
protected

Definition at line 411 of file FIRRTLAnnotations.h.

Referenced by getImpl(), operator bool(), and operator==().


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