abc-master
|
#include "cswInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START unsigned | Csw_CutHash (Csw_Cut_t *pCut) |
DECLARATIONS ///. More... | |
int | Csw_TableCountCuts (Csw_Man_t *p) |
void | Csw_TableCutInsert (Csw_Man_t *p, Csw_Cut_t *pCut) |
Aig_Obj_t * | Csw_TableCutLookup (Csw_Man_t *p, Csw_Cut_t *pCut) |
ABC_NAMESPACE_IMPL_START unsigned Csw_CutHash | ( | Csw_Cut_t * | pCut | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [cswTable.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Cut sweeping.]
Synopsis []
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - July 11, 2007.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Computes hash value of the cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file cswTable.c.
int Csw_TableCountCuts | ( | Csw_Man_t * | p | ) |
Function*************************************************************
Synopsis [Returns the total number of cuts in the table.]
Description []
SideEffects []
SeeAlso []
Definition at line 82 of file cswTable.c.
Function*************************************************************
Synopsis [Adds the cut to the hash table.]
Description []
SideEffects []
SeeAlso []
Definition at line 103 of file cswTable.c.
Function*************************************************************
Synopsis [Returns an equivalent node if it exists.]
Description []
SideEffects []
SeeAlso []
Definition at line 121 of file cswTable.c.