CIRCT
20.0.0git
Loading...
Searching...
No Matches
lib
Dialect
Debug
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
9
#include "
circt/Dialect/Debug/DebugDialect.h
"
10
#include "
circt/Dialect/Debug/DebugOps.h
"
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"
DebugDialect.h
DebugOps.h
circt
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition
DebugAnalysis.h:21
debug
Definition
debug.py:1
Generated on Thu Jan 16 2025 00:07:35 for CIRCT by
1.9.8