|
CIRCT 22.0.0git
|
Functions | |
| Direction | get (bool isOutput) |
Returns an output direction if isOutput is true, otherwise returns an input direction. | |
| IntegerAttr | packAttribute (MLIRContext *context, size_t nIns, size_t nOuts) |
| Returns an IntegerAttr containing the packed representation of the direction counts. | |
| Direction circt::calyx::direction::get | ( | bool | isOutput | ) |
Returns an output direction if isOutput is true, otherwise returns an input direction.
Definition at line 55 of file CalyxOps.cpp.
| IntegerAttr circt::calyx::direction::packAttribute | ( | MLIRContext * | context, |
| size_t | nIns, | ||
| size_t | nOuts | ||
| ) |
Returns an IntegerAttr containing the packed representation of the direction counts.
Direction::Input is zero, and Direction::Output is one.
Definition at line 59 of file CalyxOps.cpp.
Referenced by buildComponentLike(), and parseComponentSignature().