CIRCT  19.0.0git
SeqAttributes.cpp
Go to the documentation of this file.
1 //===- SeqAttributes.cpp - Implement Seq attributes -----------------------===//
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 
11 #include "mlir/IR/Builders.h"
12 #include "mlir/IR/DialectImplementation.h"
13 #include "llvm/ADT/TypeSwitch.h"
14 
15 using namespace circt;
16 using namespace seq;
17 
18 #include "circt/Dialect/Seq/SeqEnums.cpp.inc"
19 #define GET_ATTRDEF_CLASSES
20 #include "circt/Dialect/Seq/SeqAttributes.cpp.inc"
21 
22 void SeqDialect::registerAttributes() {
23  addAttributes<
24 #define GET_ATTRDEF_LIST
25 #include "circt/Dialect/Seq/SeqAttributes.cpp.inc"
26  >();
27 }
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition: DebugAnalysis.h:21
Definition: seq.py:1