abc-master
|
Go to the source code of this file.
Function*************************************************************
Synopsis [Collects the large supergate.]
Description []
SideEffects []
SeeAlso []
Definition at line 613 of file abcStrash.c.
Function*************************************************************
Synopsis [Strashes one logic node.]
Description [Assume the network is in the AIG form]
SideEffects []
SeeAlso []
Definition at line 468 of file abcStrash.c.
Function*************************************************************
Synopsis [Transfers the AIG from one manager into another.]
Description []
SideEffects []
SeeAlso []
Definition at line 445 of file abcStrash.c.
Function*************************************************************
Synopsis [Appends the second network to the first.]
Description [Modifies the first network by adding the logic of the second. Performs structural hashing while appending the networks. Does not change the second network. Returns 0 if the appending failed, 1 otherise.]
SideEffects []
SeeAlso []
Definition at line 320 of file abcStrash.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 791 of file abcStrash.c.
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Reapplies structural hashing to the AIG.]
Description [Because of the structural hashing, this procedure should not change the number of nodes. It is useful to detect the bugs in the original AIG.]
SideEffects []
SeeAlso []
Definition at line 49 of file abcStrash.c.
Function*************************************************************
Synopsis [Reapplies structural hashing to the AIG.]
Description [Because of the structural hashing, this procedure should not change the number of nodes. It is useful to detect the bugs in the original AIG.]
SideEffects []
SeeAlso []
Definition at line 138 of file abcStrash.c.
Function*************************************************************
Synopsis [Performs structural hashing by generating random number.]
Description []
SideEffects []
SeeAlso []
Definition at line 106 of file abcStrash.c.
Function*************************************************************
Synopsis [Reapplies structural hashing to the AIG.]
Description [Because of the structural hashing, this procedure should not change the number of nodes. It is useful to detect the bugs in the original AIG.]
SideEffects []
SeeAlso []
Definition at line 181 of file abcStrash.c.
Function*************************************************************
Synopsis [Transforms logic network into structurally hashed AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 265 of file abcStrash.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcStrash.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Strashing of the current network.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Prepares the network for strashing.]
Description []
SideEffects []
SeeAlso []
Definition at line 413 of file abcStrash.c.
Function*************************************************************
Synopsis [Copies the topmost levels of the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 660 of file abcStrash.c.
Function*************************************************************
Synopsis [Copies the topmost levels of the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 548 of file abcStrash.c.
Function*************************************************************
Synopsis [Copies the topmost levels of the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 525 of file abcStrash.c.
void Abc_NtkWriteAig | ( | Abc_Ntk_t * | pNtk, |
char * | pFileName | ||
) |
Function*************************************************************
Synopsis [Writes the AIG into a file for parsing.]
Description [Ordering: c0, pis, ands, pos. ]
SideEffects []
SeeAlso []
Definition at line 717 of file abcStrash.c.
Function*************************************************************
Synopsis [Comparison procedure for two integers.]
Description []
SideEffects []
SeeAlso []
Definition at line 593 of file abcStrash.c.