
Go to the source code of this file.
Functions | |
| int | Abc_NtkCheck (Abc_Ntk_t *pNtk) |
| FUNCTION DEFINITIONS ///. | |
| int | Abc_NtkCheckRead (Abc_Ntk_t *pNtk) |
| int | Abc_NtkDoCheck (Abc_Ntk_t *pNtk) |
| int | Abc_NtkCheckObj (Abc_Ntk_t *pNtk, Abc_Obj_t *pObj) |
| int | Abc_NtkCompareBoxes (Abc_Ntk_t *pNtk1, Abc_Ntk_t *pNtk2, int fComb) |
| int | Abc_NtkCompareSignals (Abc_Ntk_t *pNtk1, Abc_Ntk_t *pNtk2, int fOnlyPis, int fComb) |
| int | Abc_NtkIsAcyclicHierarchy_rec (Abc_Ntk_t *pNtk) |
| int | Abc_NtkIsAcyclicHierarchy (Abc_Ntk_t *pNtk) |
| int | Abc_NtkNamesCompare (char **pName1, char **pName2) |
| int | Abc_NtkCheckUniqueCiNames (Abc_Ntk_t *pNtk) |
| int | Abc_NtkCheckUniqueCoNames (Abc_Ntk_t *pNtk) |
| int | Abc_NtkCheckUniqueCioNames (Abc_Ntk_t *pNtk) |
| int Abc_NtkCheck | ( | Abc_Ntk_t * | pNtk | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Checks the integrity of the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 64 of file abcCheck.c.

Function*************************************************************
Synopsis [Checks the connectivity of the object.]
Description []
SideEffects []
SeeAlso []
Definition at line 420 of file abcCheck.c.


| int Abc_NtkCheckRead | ( | Abc_Ntk_t * | pNtk | ) |
Function*************************************************************
Synopsis [Checks the integrity of the network after reading.]
Description []
SideEffects []
SeeAlso []
Definition at line 80 of file abcCheck.c.


| int Abc_NtkCheckUniqueCiNames | ( | Abc_Ntk_t * | pNtk | ) |
Function*************************************************************
Synopsis [Returns 0 if CI names are repeated.]
Description []
SideEffects []
SeeAlso []
Definition at line 862 of file abcCheck.c.

| int Abc_NtkCheckUniqueCioNames | ( | Abc_Ntk_t * | pNtk | ) |
Function*************************************************************
Synopsis [Returns 0 if there is a pair of CI/CO with the same name and logic in between.]
Description []
SideEffects []
SeeAlso []
Definition at line 927 of file abcCheck.c.

| int Abc_NtkCheckUniqueCoNames | ( | Abc_Ntk_t * | pNtk | ) |
Function*************************************************************
Synopsis [Returns 0 if CO names are repeated.]
Description []
SideEffects []
SeeAlso []
Definition at line 893 of file abcCheck.c.

Function*************************************************************
Synopsis [Compares the latches of the two networks.]
Description []
SideEffects []
SeeAlso []
Definition at line 711 of file abcCheck.c.


Function*************************************************************
Synopsis [Compares the signals of the networks.]
Description []
SideEffects [Ordering POs by name is a very bad idea! It destroys the natural order of the logic in the circuit.]
SeeAlso []
Definition at line 749 of file abcCheck.c.


| int Abc_NtkDoCheck | ( | Abc_Ntk_t * | pNtk | ) |
Function*************************************************************
Synopsis [Checks the integrity of the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 96 of file abcCheck.c.


| int Abc_NtkIsAcyclicHierarchy | ( | Abc_Ntk_t * | pNtk | ) |
Function*************************************************************
Synopsis [Returns 0 if the network hierachy contains a cycle.]
Description []
SideEffects []
SeeAlso []
Definition at line 817 of file abcCheck.c.


| int Abc_NtkIsAcyclicHierarchy_rec | ( | Abc_Ntk_t * | pNtk | ) |
Function*************************************************************
Synopsis [Returns 0 if the network hierachy contains a cycle.]
Description []
SideEffects []
SeeAlso []
Definition at line 776 of file abcCheck.c.


| int Abc_NtkNamesCompare | ( | char ** | pName1, |
| char ** | pName2 ) |
Function*************************************************************
Synopsis [Returns 0 if CI names are repeated.]
Description []
SideEffects []
SeeAlso []
Definition at line 846 of file abcCheck.c.

