CIRCT  19.0.0git
Public Attributes | List of all members
circt::pipelinetocalyx::PipelineScheduleable Struct Reference
Collaboration diagram for circt::pipelinetocalyx::PipelineScheduleable:
Collaboration graph
[legend]

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...
 

Detailed Description

Definition at line 74 of file LoopScheduleToCalyx.cpp.

Member Data Documentation

◆ initGroups

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 79 of file LoopScheduleToCalyx.cpp.

◆ whileOp

PipelineWhileOp circt::pipelinetocalyx::PipelineScheduleable::whileOp

While operation to schedule.

Definition at line 76 of file LoopScheduleToCalyx.cpp.


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