CIRCT 20.0.0git
Loading...
Searching...
No Matches
MooreAttributes.h
Go to the documentation of this file.
1//===- MooreAttributes.h - Declare Moore 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 Moore dialect.
10//
11//===----------------------------------------------------------------------===//
12
13#ifndef CIRCT_DIALECT_MOORE_MOOREATTRIBUTES_H
14#define CIRCT_DIALECT_MOORE_MOOREATTRIBUTES_H
15
16#include "circt/Support/FVInt.h"
17#include "mlir/IR/Attributes.h"
18#include "mlir/IR/BuiltinAttributes.h"
19#include "mlir/IR/BuiltinTypes.h"
20
21// Include generated attributes.
22#define GET_ATTRDEF_CLASSES
23#include "circt/Dialect/Moore/MooreAttributes.h.inc"
24
25#endif // CIRCT_DIALECT_MOORE_MOOREATTRIBUTES_H