CIRCT
22.0.0git
Loading...
Searching...
No Matches
lib
Dialect
Datapath
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
9
#include "
circt/Dialect/Datapath/DatapathDialect.h
"
10
#include "
circt/Dialect/Comb/CombDialect.h
"
11
#include "
circt/Dialect/Datapath/DatapathOps.h
"
12
13
using namespace
circt
;
14
using namespace
datapath;
15
16
void
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"
CombDialect.h
DatapathDialect.h
DatapathOps.h
circt
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition
DebugAnalysis.h:21
Generated on Fri Sep 19 2025 00:10:07 for CIRCT by
1.9.8