CIRCT 24.0.0git
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
circt::firrtl::ClockEdge Struct Reference

#include <GatedClockConversion.h>

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

Public Member Functions

ClockGateIntrinsicOp gate () const
 
InstanceOp instance () const
 

Public Attributes

Value dst
 
Operation * op
 
EdgeKind kind
 

Detailed Description

Definition at line 25 of file GatedClockConversion.h.

Member Function Documentation

◆ gate()

ClockGateIntrinsicOp circt::firrtl::ClockEdge::gate ( ) const
inline

Definition at line 31 of file GatedClockConversion.h.

References op.

Referenced by circt::firrtl::GatedClockConversion::processEdge().

◆ instance()

InstanceOp circt::firrtl::ClockEdge::instance ( ) const
inline

Definition at line 32 of file GatedClockConversion.h.

References op.

Referenced by circt::firrtl::GatedClockConversion::processEdge().

Member Data Documentation

◆ dst

Value circt::firrtl::ClockEdge::dst

◆ kind

EdgeKind circt::firrtl::ClockEdge::kind

◆ op

Operation* circt::firrtl::ClockEdge::op

Definition at line 27 of file GatedClockConversion.h.

Referenced by gate(), and instance().


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