CIRCT
20.0.0git
lib
Dialect
AIG
AIGDialect.cpp
Go to the documentation of this file.
1
//===- AIGDialect.cpp - Implement the AIG dialect -------------------------===//
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 implements the AIG dialect.
10
//
11
//===----------------------------------------------------------------------===//
12
13
#include "
circt/Dialect/AIG/AIGDialect.h
"
14
#include "
circt/Dialect/AIG/AIGOps.h
"
15
#include "mlir/IR/Builders.h"
16
#include "mlir/IR/BuiltinTypes.h"
17
#include "mlir/IR/DialectImplementation.h"
18
19
using namespace
circt
;
20
using namespace
aig;
21
22
//===----------------------------------------------------------------------===//
23
// Dialect specification.
24
//===----------------------------------------------------------------------===//
25
26
void
AIGDialect::initialize() {
27
// Register operations.
28
addOperations<
29
#define GET_OP_LIST
30
#include "circt/Dialect/AIG/AIG.cpp.inc"
31
>();
32
}
33
34
#include "circt/Dialect/AIG/AIGDialect.cpp.inc"
AIGDialect.h
AIGOps.h
circt
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition:
DebugAnalysis.h:21
Generated on Sun Dec 29 2024 00:08:16 for CIRCT by
1.9.1