CIRCT 22.0.0git
Loading...
Searching...
No Matches
RTGAttributes.h
Go to the documentation of this file.
1//===- RTGAttributes.h - RTG dialect attributes -----------------*- C++ -*-===//
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#ifndef CIRCT_DIALECT_RTG_IR_RTGATTRIBUTES_H
10#define CIRCT_DIALECT_RTG_IR_RTGATTRIBUTES_H
11
15#include "mlir/IR/Attributes.h"
16#include "mlir/IR/BuiltinAttributes.h"
17
18namespace circt {
19namespace rtg {
20namespace detail {
21
23
24} // namespace detail
25} // namespace rtg
26} // namespace circt
27
28#define GET_ATTRDEF_CLASSES
29#include "circt/Dialect/RTG/IR/RTGAttributes.h.inc"
30
31#endif // CIRCT_DIALECT_RTG_IR_RTGATTRIBUTES_H
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition rtg.py:1