CIRCT 22.0.0git
Loading...
Searching...
No Matches
DatapathDialect.cpp
Go to the documentation of this file.
1//===----------------------------------------------------------------------===//
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
12
13using namespace circt;
14using namespace datapath;
15
16void DatapathDialect::initialize() {
17 addOperations<
18#define GET_OP_LIST
19#include "circt/Dialect/Datapath/Datapath.cpp.inc"
20 >();
21}
22
23#include "circt/Dialect/Datapath/DatapathDialect.cpp.inc"
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.