abc-master
|
Go to the source code of this file.
int Abc_NtkCheck | ( | Abc_Ntk_t * | pNtk | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Checks the integrity of the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 61 of file abcCheck.c.
Function*************************************************************
Synopsis [Checks the integrity of a latch.]
Description []
SideEffects []
SeeAlso []
Definition at line 571 of file abcCheck.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcCheck.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Consistency checking procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Checks the names.]
Description []
SideEffects []
SeeAlso []
Definition at line 238 of file abcCheck.c.
Function*************************************************************
Synopsis [Checks the integrity of a net.]
Description []
SideEffects []
SeeAlso []
Definition at line 493 of file abcCheck.c.
Function*************************************************************
Synopsis [Checks the integrity of a node.]
Description []
SideEffects []
SeeAlso []
Definition at line 519 of file abcCheck.c.
Function*************************************************************
Synopsis [Checks the connectivity of the object.]
Description []
SideEffects []
SeeAlso []
Definition at line 414 of file abcCheck.c.
|
static |
Function*************************************************************
Synopsis [Checks the PIs of the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 312 of file abcCheck.c.
|
static |
Function*************************************************************
Synopsis [Checks the POs of the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 360 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 77 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 854 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 919 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 885 of file abcCheck.c.
Function*************************************************************
Synopsis [Compares the latches of the two networks.]
Description []
SideEffects []
SeeAlso []
Definition at line 703 of file abcCheck.c.
Function*************************************************************
Synopsis [Compares the PIs of the two networks.]
Description []
SideEffects []
SeeAlso []
Definition at line 637 of file abcCheck.c.
Function*************************************************************
Synopsis [Compares the POs of the two networks.]
Description []
SideEffects []
SeeAlso []
Definition at line 670 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 741 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 93 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 809 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 768 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 838 of file abcCheck.c.
|
inlinestatic |
Definition at line 44 of file abcCheck.c.