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

Root rewrite applied by applyPlan(): clock the op by baseClk and sink enableId into it. More...

Collaboration diagram for circt::firrtl::GatedClockConversion::RootRewrite:
Collaboration graph
[legend]

Public Attributes

Operation * op
 
MatRef baseClk
 
unsigned enableId = kNoEnable
 

Detailed Description

Root rewrite applied by applyPlan(): clock the op by baseClk and sink enableId into it.

Definition at line 160 of file GatedClockConversion.h.

Member Data Documentation

◆ baseClk

MatRef circt::firrtl::GatedClockConversion::RootRewrite::baseClk

Definition at line 162 of file GatedClockConversion.h.

◆ enableId

unsigned circt::firrtl::GatedClockConversion::RootRewrite::enableId = kNoEnable

Definition at line 163 of file GatedClockConversion.h.

◆ op

Operation* circt::firrtl::GatedClockConversion::RootRewrite::op

Definition at line 161 of file GatedClockConversion.h.


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