| abc-master
    | 
Go to the source code of this file.
| Functions | |
| static ABC_NAMESPACE_IMPL_START void | Sim_SymmsCreateSquare (Sym_Man_t *p, unsigned *pPat) | 
| DECLARATIONS ///.  More... | |
| static void | Sim_SymmsDeriveInfo (Sym_Man_t *p, unsigned *pPat, Abc_Obj_t *pNode, Vec_Ptr_t *vMatrsNonSym, int Output) | 
| void | Sim_SymmsSimulate (Sym_Man_t *p, unsigned *pPat, Vec_Ptr_t *vMatrsNonSym) | 
| FUNCTION DEFINITIONS ///.  More... | |
| 
 | static | 
DECLARATIONS ///.
CFile****************************************************************
FileName [simSymSim.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Simulation to determine two-variable symmetries.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Creates the square matrix of simulation info.]
Description []
SideEffects []
SeeAlso []
Definition at line 95 of file simSymSim.c.
| 
 | static | 
Function*************************************************************
Synopsis [Transfers the info to the POs.]
Description []
SideEffects []
SeeAlso []
Definition at line 130 of file simSymSim.c.
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Detects non-symmetric pairs using one pattern.]
Description []
SideEffects []
SeeAlso []
Definition at line 49 of file simSymSim.c.