CIRCT  19.0.0git
SimOps.cpp
Go to the documentation of this file.
1 //===- SimOps.cpp - Implement the Sim operations ------------------------===//
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 implements `sim` dialect ops.
10 //
11 //===----------------------------------------------------------------------===//
12 
14 
15 using namespace mlir;
16 using namespace circt;
17 using namespace sim;
18 
19 //===----------------------------------------------------------------------===//
20 // TableGen generated logic.
21 //===----------------------------------------------------------------------===//
22 
23 // Provide the autogenerated implementation guts for the Op classes.
24 #define GET_OP_CLASSES
25 #include "circt/Dialect/Sim/Sim.cpp.inc"
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition: DebugAnalysis.h:21