CIRCT  19.0.0git
FSMTypes.cpp
Go to the documentation of this file.
1 //===- FSMTypes.cpp - Implementation of FSM dialect types -----------------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8 
11 #include "mlir/IR/DialectImplementation.h"
12 #include "llvm/ADT/StringExtras.h"
13 #include "llvm/ADT/StringSwitch.h"
14 #include "llvm/ADT/TypeSwitch.h"
15 
16 using namespace circt;
17 using namespace fsm;
18 
19 #define GET_TYPEDEF_CLASSES
20 #include "circt/Dialect/FSM/FSMTypes.cpp.inc"
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition: DebugAnalysis.h:21
Definition: fsm.py:1