CIRCT 20.0.0git
Loading...
Searching...
No Matches
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.
 
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).
 

Detailed Description

Definition at line 80 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 85 of file LoopScheduleToCalyx.cpp.

◆ whileOp

PipelineWhileOp circt::pipelinetocalyx::PipelineScheduleable::whileOp

While operation to schedule.

Definition at line 82 of file LoopScheduleToCalyx.cpp.


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