CIRCT
24.0.0git
Loading...
Searching...
No Matches
lib
Dialect
AXI4
AXI4Dialect.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/AXI4/AXI4Dialect.h
"
10
#include "
circt/Dialect/AXI4/AXI4Ops.h
"
11
12
using namespace
circt
;
13
using namespace
axi4;
14
15
void
AXI4Dialect::initialize() {
16
registerAttributes();
17
registerTypes();
18
addOperations<
19
#define GET_OP_LIST
20
#include "circt/Dialect/AXI4/AXI4.cpp.inc"
21
>();
22
}
23
24
#include "circt/Dialect/AXI4/AXI4Dialect.cpp.inc"
AXI4Dialect.h
AXI4Ops.h
circt
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition
DebugAnalysis.h:21
Generated on Thu Aug 20 2026 00:06:58 for CIRCT by
1.9.8