
Go to the source code of this file.
Function*************************************************************
Synopsis [Collects the large supergate.]
Description []
SideEffects []
SeeAlso []
Definition at line 683 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 [Copies the topmost levels of the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 617 of file abcStrash.c.

Function*************************************************************
Synopsis [Copies the bottommost levels of the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 594 of file abcStrash.c.


Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 861 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.


Function*************************************************************
Synopsis [Copies the topmost levels of the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 730 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 787 of file abcStrash.c.
