|
CIRCT 22.0.0git
|
Predicate information for the floating point comparisons. More...
#include <CalyxLoweringUtils.h>

Classes | |
| struct | InputPorts |
Public Types | |
| enum class | CombLogic { None , And , Or } |
Public Attributes | |
| CombLogic | logic |
| SmallVector< InputPorts > | inputPorts |
Predicate information for the floating point comparisons.
Definition at line 861 of file CalyxLoweringUtils.h.
|
strong |
| Enumerator | |
|---|---|
| None | |
| And | |
| Or | |
Definition at line 875 of file CalyxLoweringUtils.h.
| SmallVector<InputPorts> circt::calyx::PredicateInfo::inputPorts |
Definition at line 877 of file CalyxLoweringUtils.h.
| CombLogic circt::calyx::PredicateInfo::logic |
Definition at line 876 of file CalyxLoweringUtils.h.