CIRCT 20.0.0git
Loading...
Searching...
No Matches
SystemCAttributes.h
Go to the documentation of this file.
1//===- SystemCAttributes.h - Declare SystemC 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// This file declares the attributes for the SystemC dialect.
10//
11//===----------------------------------------------------------------------===//
12
13#ifndef CIRCT_DIALECT_SYSTEMC_SYSTEMCATTRIBUTES_H
14#define CIRCT_DIALECT_SYSTEMC_SYSTEMCATTRIBUTES_H
15
16#include "mlir/IR/Attributes.h"
17#include "mlir/IR/BuiltinAttributes.h"
18#include "llvm/ADT/APInt.h"
19
20// Include generated attributes.
21#define GET_ATTRDEF_CLASSES
22#include "circt/Dialect/SystemC/SystemCEnums.h.inc"
23// do not reorder
24#include "circt/Dialect/SystemC/SystemCAttributes.h.inc"
25
26#endif // CIRCT_DIALECT_SYSTEMC_SYSTEMCATTRIBUTES_H