|
CIRCT 24.0.0git
|
#include <GatedClockConversion.h>

Public Member Functions | |
| ClockGateIntrinsicOp | gate () const |
| InstanceOp | instance () const |
Public Attributes | |
| Value | dst |
| Operation * | op |
| EdgeKind | kind |
Definition at line 25 of file GatedClockConversion.h.
|
inline |
Definition at line 31 of file GatedClockConversion.h.
References op.
Referenced by circt::firrtl::GatedClockConversion::processEdge().
|
inline |
Definition at line 32 of file GatedClockConversion.h.
References op.
Referenced by circt::firrtl::GatedClockConversion::processEdge().
| Value circt::firrtl::ClockEdge::dst |
Definition at line 26 of file GatedClockConversion.h.
Referenced by circt::firrtl::GatedClockConversion::processEdge().
| EdgeKind circt::firrtl::ClockEdge::kind |
Definition at line 28 of file GatedClockConversion.h.
Referenced by circt::firrtl::GatedClockConversion::processEdge().
| Operation* circt::firrtl::ClockEdge::op |
Definition at line 27 of file GatedClockConversion.h.
Referenced by gate(), and instance().