CIRCT  20.0.0git
DebugDialect.cpp
Go to the documentation of this file.
1 //===- DebugDialect.cpp - Debug dialect implementation --------------------===//
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 
12 using namespace circt;
13 using namespace debug;
14 
15 void DebugDialect::initialize() {
16  registerOps();
17  registerTypes();
18 }
19 
20 // Dialect implementation generated from `DebugDialect.td`
21 #include "circt/Dialect/Debug/DebugDialect.cpp.inc"
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition: DebugAnalysis.h:21
Definition: debug.py:1