|
CIRCT 24.0.0git
|
Caller-side connects driving a planned input port pair. More...

Public Attributes | |
| InstanceOp | inst |
| unsigned | baseIdx |
| unsigned | enIdx |
| MatRef | baseClk |
| unsigned | enableId = kNoEnable |
kNoEnable drives a constant 1. | |
Caller-side connects driving a planned input port pair.
Definition at line 183 of file GatedClockConversion.h.
| MatRef circt::firrtl::GatedClockConversion::InstanceDrive::baseClk |
Definition at line 186 of file GatedClockConversion.h.
| unsigned circt::firrtl::GatedClockConversion::InstanceDrive::baseIdx |
Definition at line 185 of file GatedClockConversion.h.
Referenced by circt::firrtl::GatedClockConversion::recordInstanceDrive().
| unsigned circt::firrtl::GatedClockConversion::InstanceDrive::enableId = kNoEnable |
kNoEnable drives a constant 1.
Definition at line 188 of file GatedClockConversion.h.
| unsigned circt::firrtl::GatedClockConversion::InstanceDrive::enIdx |
Definition at line 185 of file GatedClockConversion.h.
| InstanceOp circt::firrtl::GatedClockConversion::InstanceDrive::inst |
Definition at line 184 of file GatedClockConversion.h.