|
CIRCT 22.0.0git
|

Public Attributes | |
| PipelineWhileOp | whileOp |
| While operation to schedule. | |
| SmallVector< calyx::GroupOp > | initGroups |
| The group(s) to schedule before the while operation These groups should set the initial value(s) of the loop init_args register(s). | |
Definition at line 80 of file LoopScheduleToCalyx.cpp.
| SmallVector<calyx::GroupOp> circt::pipelinetocalyx::PipelineScheduleable::initGroups |
The group(s) to schedule before the while operation These groups should set the initial value(s) of the loop init_args register(s).
Definition at line 85 of file LoopScheduleToCalyx.cpp.
| PipelineWhileOp circt::pipelinetocalyx::PipelineScheduleable::whileOp |
While operation to schedule.
Definition at line 82 of file LoopScheduleToCalyx.cpp.