abc-master
|
#include "int2Int.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Int2_ManJustify_rec (Gia_Man_t *p, Gia_Obj_t *pObj, Vec_Int_t *vSelect) |
DECLARATIONS ///. More... | |
Vec_Int_t * | Int2_ManRefineCube (Gia_Man_t *p, Vec_Int_t *vAssign, Vec_Int_t *vPrio) |
ABC_NAMESPACE_IMPL_START void Int2_ManJustify_rec | ( | Gia_Man_t * | p, |
Gia_Obj_t * | pObj, | ||
Vec_Int_t * | vSelect | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [int2Refine.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Interpolation engine.]
Synopsis [Various utilities.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - Dec 1, 2013.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file int2Refine.c.
Function*************************************************************
Synopsis [Computes the reduced set of flop variables.]
Description [Given is a single-output seq AIG manager and an assignment of its CIs. Returned is a subset of flops that justifies the output.]
SideEffects []
SeeAlso []
Definition at line 104 of file int2Refine.c.