#include "base/abc/abc.h"#include "aig/miniaig/miniaig.h"#include "rewire_map.h"#include "rewire_vec.h"#include "rewire_tt.h"#include "rewire_time.h"#include <vector>#include <algorithm>

Go to the source code of this file.
Classes | |
| struct | Rewire::Miaig_Data |
| class | Rewire::Miaig |
Namespaces | |
| namespace | Rewire |
| #define Miaig_CustomForEachConstInput | ( | p, | |
| i ) |
Definition at line 127 of file rewire_miaig.h.
| #define Miaig_CustomForEachInput | ( | p, | |
| i ) |
Definition at line 128 of file rewire_miaig.h.
| #define Miaig_CustomForEachInputNode | ( | p, | |
| i ) |
Definition at line 131 of file rewire_miaig.h.
| #define Miaig_CustomForEachNode | ( | p, | |
| i ) |
Definition at line 129 of file rewire_miaig.h.
| #define Miaig_CustomForEachNodeOutput | ( | p, | |
| i ) |
Definition at line 134 of file rewire_miaig.h.
| #define Miaig_CustomForEachNodeOutputStart | ( | p, | |
| i, | |||
| s ) |
Definition at line 135 of file rewire_miaig.h.
| #define Miaig_CustomForEachNodeReverse | ( | p, | |
| i ) |
Definition at line 130 of file rewire_miaig.h.
| #define Miaig_CustomForEachNodeStart | ( | p, | |
| i, | |||
| s ) |
Definition at line 132 of file rewire_miaig.h.
| #define Miaig_CustomForEachObj | ( | p, | |
| i ) |
Definition at line 136 of file rewire_miaig.h.
| #define Miaig_CustomForEachObjFanin | ( | p, | |
| i, | |||
| iLit, | |||
| k ) |
Definition at line 137 of file rewire_miaig.h.
| #define Miaig_CustomForEachOutput | ( | p, | |
| i ) |
Definition at line 133 of file rewire_miaig.h.
| #define Miaig_ForEachConstInput | ( | i | ) |
Definition at line 139 of file rewire_miaig.h.
| #define Miaig_ForEachInput | ( | i | ) |
Definition at line 140 of file rewire_miaig.h.
| #define Miaig_ForEachInputNode | ( | i | ) |
Definition at line 143 of file rewire_miaig.h.
| #define Miaig_ForEachNode | ( | i | ) |
Definition at line 141 of file rewire_miaig.h.
| #define Miaig_ForEachNodeOutput | ( | i | ) |
Definition at line 146 of file rewire_miaig.h.
| #define Miaig_ForEachNodeOutputStart | ( | i, | |
| s ) |
Definition at line 147 of file rewire_miaig.h.
| #define Miaig_ForEachNodeReverse | ( | i | ) |
Definition at line 142 of file rewire_miaig.h.
| #define Miaig_ForEachNodeStart | ( | i, | |
| s ) |
Definition at line 144 of file rewire_miaig.h.
| #define Miaig_ForEachObj | ( | i | ) |
Definition at line 148 of file rewire_miaig.h.
| #define Miaig_ForEachObjFanin | ( | i, | |
| iLit, | |||
| k ) |
Definition at line 149 of file rewire_miaig.h.
| #define Miaig_ForEachObjFaninStart | ( | i, | |
| iLit, | |||
| k, | |||
| s ) |
Definition at line 150 of file rewire_miaig.h.
| #define Miaig_ForEachOutput | ( | i | ) |
Definition at line 145 of file rewire_miaig.h.
| #define RW_ABC |
CFile****************************************************************
FileName [rewire_miaig.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Re-wiring.]
Synopsis []
Author [Jiun-Hao Chen]
Affiliation [National Taiwan University]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 24 of file rewire_miaig.h.
| #define RW_INT_MAX ABC_INT_MAX |
Definition at line 30 of file rewire_miaig.h.
| #define Rw_Lit2Var Abc_Lit2Var |
Definition at line 34 of file rewire_miaig.h.
| #define Rw_LitIsCompl Abc_LitIsCompl |
Definition at line 35 of file rewire_miaig.h.
| #define Rw_LitNot Abc_LitNot |
Definition at line 36 of file rewire_miaig.h.
| #define Rw_LitNotCond Abc_LitNotCond |
Definition at line 37 of file rewire_miaig.h.
| #define Rw_LitRegular Abc_LitRegular |
Definition at line 38 of file rewire_miaig.h.
| #define Rw_MaxInt Abc_MaxInt |
Definition at line 31 of file rewire_miaig.h.
| #define Rw_MinInt Abc_MinInt |
Definition at line 32 of file rewire_miaig.h.
| #define Rw_Var2Lit Abc_Var2Lit |
Definition at line 33 of file rewire_miaig.h.