CIRCT 20.0.0git
Loading...
Searching...
No Matches
ESIAttributes.h
Go to the documentation of this file.
1//===- ESIAttributes.h - attributes for the ESI dialect ---------*- C++ -*-===//
2//
3//
4// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5// See https://llvm.org/LICENSE.txt for license information.
6// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7//
8//===----------------------------------------------------------------------===//
9
10#ifndef CIRCT_DIALECT_ESI_ESIATTRIBUTES_H
11#define CIRCT_DIALECT_ESI_ESIATTRIBUTES_H
12
14#include "circt/Support/LLVM.h"
15#include "mlir/IR/Dialect.h"
16#include "mlir/IR/Operation.h"
17
18#include "ESIDialect.h"
19
20#define GET_ATTRDEF_CLASSES
21#include "circt/Dialect/ESI/ESIAttributes.h.inc"
22
23#endif