CIRCT  20.0.0git
Classes | Public Types | Public Attributes | List of all members
circt::calyx::PredicateInfo Struct Reference

Predicate information for the floating point comparisons. More...

#include <CalyxLoweringUtils.h>

Collaboration diagram for circt::calyx::PredicateInfo:
Collaboration graph
[legend]

Classes

struct  InputPorts
 

Public Types

enum class  CombLogic { None , And , Or }
 

Public Attributes

CombLogic logic
 
SmallVector< InputPortsinputPorts
 

Detailed Description

Predicate information for the floating point comparisons.

Definition at line 821 of file CalyxLoweringUtils.h.

Member Enumeration Documentation

◆ CombLogic

Enumerator
None 
And 
Or 

Definition at line 835 of file CalyxLoweringUtils.h.

Member Data Documentation

◆ inputPorts

SmallVector<InputPorts> circt::calyx::PredicateInfo::inputPorts

Definition at line 837 of file CalyxLoweringUtils.h.

Referenced by circt::calyx::getPredicateInfo().

◆ logic

CombLogic circt::calyx::PredicateInfo::logic

Definition at line 836 of file CalyxLoweringUtils.h.

Referenced by circt::calyx::getPredicateInfo().


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