CIRCT
22.0.0git
Loading...
Searching...
No Matches
include
circt
Conversion
CombToSynth.h
Go to the documentation of this file.
1
//===----------------------------------------------------------------------===//
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
#ifndef CIRCT_CONVERSION_COMBTOSYNTH_H
10
#define CIRCT_CONVERSION_COMBTOSYNTH_H
11
12
#include "
circt/Support/LLVM.h
"
13
#include "llvm/ADT/SmallVector.h"
14
#include <memory>
15
#include <string>
16
17
namespace
circt
{
18
19
enum
CombToSynthTargetIR
{
20
// Lower to And-Inverter
21
AIG
,
22
// Lower to Majority-Inverter
23
MIG
24
};
25
26
#define GEN_PASS_DECL_CONVERTCOMBTOSYNTH
27
#include "circt/Conversion/Passes.h.inc"
28
29
}
// namespace circt
30
31
#endif
// CIRCT_CONVERSION_COMBTOSYNTH_H
LLVM.h
circt
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition
DebugAnalysis.h:21
circt::CombToSynthTargetIR
CombToSynthTargetIR
Definition
CombToSynth.h:19
circt::AIG
@ AIG
Definition
CombToSynth.h:21
circt::MIG
@ MIG
Definition
CombToSynth.h:23
Generated on Sat Sep 20 2025 00:09:41 for CIRCT by
1.9.8