abc-master
|
#include "cgtInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | Cgt_CheckImplication (Cgt_Man_t *p, Aig_Obj_t *pGate, Aig_Obj_t *pMiter) |
DECLARATIONS ///. More... | |
ABC_NAMESPACE_IMPL_START int Cgt_CheckImplication | ( | Cgt_Man_t * | p, |
Aig_Obj_t * | pGate, | ||
Aig_Obj_t * | pMiter | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [cgtSat.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Clock gating package.]
Synopsis [Checking implications using SAT.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Runs equivalence test for the two nodes.]
Description [Both nodes should be regular and different from each other.]
SideEffects []
SeeAlso []
Definition at line 46 of file cgtSat.c.