CIRCT  19.0.0git
InstanceGraphInterface.h
Go to the documentation of this file.
1 //===- InstanceGraphInterface.h - Instance graph interface ------*- C++ -*-===//
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 //
9 // This file declares stuff related to the instance graph interface.
10 //
11 //===----------------------------------------------------------------------===//
12 
13 #ifndef CIRCT_SUPPORT_INSTANCEGRAPHINTERFACE_H
14 #define CIRCT_SUPPORT_INSTANCEGRAPHINTERFACE_H
15 
16 #include "circt/Support/LLVM.h"
17 #include "mlir/IR/OpDefinition.h"
18 #include "mlir/IR/SymbolTable.h"
19 
20 /// The InstanceGraph op interface, see InstanceGraphInterface.td for more
21 /// details.
22 #include "circt/Support/InstanceGraphInterface.h.inc"
23 
24 #endif // CIRCT_SUPPORT_INSTANCEGRAPHINTERFACE_H