CIRCT
20.0.0git
|
#include <CalyxLoweringUtils.h>
Public Member Functions | |
virtual Block * | getConditionBlock ()=0 |
virtual Value | getConditionValue ()=0 |
Additional Inherited Members | |
Private Member Functions inherited from circt::calyx::BasicLoopInterface | |
virtual | ~BasicLoopInterface () |
virtual Block::BlockArgListType | getBodyArgs ()=0 |
virtual Block * | getBodyBlock ()=0 |
virtual Location | getLoc ()=0 |
virtual std::optional< int64_t > | getBound ()=0 |
Definition at line 146 of file CalyxLoweringUtils.h.
|
pure virtual |
Implemented in circt::scftocalyx::ScfWhileOp, and circt::pipelinetocalyx::PipelineWhileOp.
|
pure virtual |
Implemented in circt::scftocalyx::ScfWhileOp, and circt::pipelinetocalyx::PipelineWhileOp.