CIRCT
20.0.0git
|
Public Attributes | |
PipelineWhileOp | whileOp |
While operation to schedule. More... | |
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). More... | |
Definition at line 79 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 84 of file LoopScheduleToCalyx.cpp.
PipelineWhileOp circt::pipelinetocalyx::PipelineScheduleable::whileOp |
While operation to schedule.
Definition at line 81 of file LoopScheduleToCalyx.cpp.