Go to the documentation of this file.
9 #ifndef CIRCT_DIALECT_FSM_FSMOPS_H
10 #define CIRCT_DIALECT_FSM_FSMOPS_H
17 #include "mlir/IR/Builders.h"
18 #include "mlir/IR/OpImplementation.h"
19 #include "mlir/IR/SymbolTable.h"
20 #include "mlir/Interfaces/ControlFlowInterfaces.h"
21 #include "mlir/Interfaces/FunctionInterfaces.h"
23 #define GET_OP_CLASSES
24 #include "circt/Dialect/FSM/FSM.h.inc"