CIRCT 24.0.0git
Loading...
Searching...
No Matches
AXI4Ops.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// This file implements the AXI4 ops.
10//
11//===----------------------------------------------------------------------===//
12
14
15using namespace circt;
16using namespace axi4;
17
18//===----------------------------------------------------------------------===//
19// TableGen generated logic.
20//===----------------------------------------------------------------------===//
21
22// Provide the autogenerated implementation guts for the Op classes.
23#define GET_OP_CLASSES
24#include "circt/Dialect/AXI4/AXI4.cpp.inc"
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.