abc-master
|
#include "bdcInt.h"
Go to the source code of this file.
int Bdc_DecomposeFindInitialVarSet | ( | Bdc_Man_t * | p, |
Bdc_Isf_t * | pIsf, | ||
Bdc_Isf_t * | pIsfL, | ||
Bdc_Isf_t * | pIsfR | ||
) |
Function*************************************************************
Synopsis [Checks existence of weak OR-bidecomposition.]
Description []
SideEffects []
SeeAlso []
Definition at line 208 of file bdcDec.c.
|
inlinestatic |
Function*************************************************************
Synopsis [Checks existence of OR-bidecomposition.]
Description []
SideEffects []
SeeAlso []
Definition at line 328 of file bdcDec.c.
Bdc_Type_t Bdc_DecomposeStep | ( | Bdc_Man_t * | p, |
Bdc_Isf_t * | pIsf, | ||
Bdc_Isf_t * | pIsfL, | ||
Bdc_Isf_t * | pIsfR | ||
) |
Function*************************************************************
Synopsis [Performs one step of bi-decomposition.]
Description []
SideEffects []
SeeAlso []
Definition at line 444 of file bdcDec.c.
Function*************************************************************
Synopsis [Find variable that leads to minimum sum of support sizes.]
Description []
SideEffects []
SeeAlso []
Definition at line 548 of file bdcDec.c.
int Bdc_DecomposeUpdateRight | ( | Bdc_Man_t * | p, |
Bdc_Isf_t * | pIsf, | ||
Bdc_Isf_t * | pIsfL, | ||
Bdc_Isf_t * | pIsfR, | ||
Bdc_Fun_t * | pFunc0, | ||
Bdc_Type_t | Type | ||
) |
Function*************************************************************
Synopsis [Updates the ISF of the right after the left was decompoosed.]
Description []
SideEffects []
SeeAlso []
Definition at line 123 of file bdcDec.c.
Function*************************************************************
Synopsis [Checks existence of weak OR-bidecomposition.]
Description []
SideEffects []
SeeAlso []
Definition at line 251 of file bdcDec.c.
Bdc_Fun_t* Bdc_ManCreateGate | ( | Bdc_Man_t * | p, |
Bdc_Fun_t * | pFunc0, | ||
Bdc_Fun_t * | pFunc1, | ||
Bdc_Type_t | Type | ||
) |
Function*************************************************************
Synopsis [Creates gates.]
Description []
SideEffects []
SeeAlso []
Definition at line 621 of file bdcDec.c.
MACRO DEFINITIONS ///.
Function*************************************************************
Synopsis [Performs one step of bi-decomposition.]
Description []
SideEffects []
SeeAlso []
Definition at line 675 of file bdcDec.c.
Function*************************************************************
Synopsis [Creates gates.]
Description []
SideEffects []
SeeAlso []
Definition at line 600 of file bdcDec.c.
Function*************************************************************
Synopsis [Minimizes the support of the ISF.]
Description []
SideEffects []
SeeAlso []
Definition at line 87 of file bdcDec.c.
ABC_NAMESPACE_IMPL_START void Bdc_SuppMinimize2 | ( | Bdc_Man_t * | p, |
Bdc_Isf_t * | pIsf | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [bdcDec.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Truth-table-based bi-decomposition engine.]
Synopsis [Decomposition procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - January 30, 2007.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Minimizes the support of the ISF.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file bdcDec.c.