CIRCT 20.0.0git
Loading...
Searching...
No Matches
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
12using namespace circt;
13using namespace debug;
14
15void 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 debug.py:1