File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
include/circt/Dialect/Calyx Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 26
26
namespace circt {
27
27
namespace calyx {
28
28
29
- class AddFNOp ;
30
- class MulFNOp ;
31
29
// the goPort, donePort, resetPort and clkPort identify the attributes of the
32
30
// go, done, reset and clk port of the circuit.
33
31
static constexpr std::string_view goPort = " go" ;
@@ -73,11 +71,6 @@ enum class FloatingPointStandard {
73
71
IEEE754,
74
72
};
75
73
76
- // / Signals that the following operation operates on floating point values.
77
- template <typename ConcreteType>
78
- class FloatingPoint
79
- : public mlir::OpTrait::TraitBase<ConcreteType, FloatingPoint> {};
80
-
81
74
// / The direction of a Component or Cell port. this is similar to the
82
75
// / implementation found in the FIRRTL dialect.
83
76
enum Direction { Input = 0 , Output = 1 };
You can’t perform that action at this time.
0 commit comments