
Go to the source code of this file.
| void Wlc_ManSetDefaultParams | ( | Wlc_Par_t * | pPars | ) |
| Wlc_Ntk_t * Wlc_NtkAlloc | ( | char * | pName, |
| int | nObjsAlloc ) |
Function*************************************************************
Synopsis [Working with models.]
Description []
SideEffects []
SeeAlso []
Definition at line 152 of file wlcNtk.c.


| void Wlc_NtkCleanMarks | ( | Wlc_Ntk_t * | p | ) |
Function*************************************************************
Synopsis [Select the cone of the given output.]
Description []
SideEffects []
SeeAlso []
Definition at line 1135 of file wlcNtk.c.

| void Wlc_NtkCollectStats | ( | Wlc_Ntk_t * | p, |
| int | nObjs[2][WLC_OBJ_NUMBER] ) |
Function*************************************************************
Synopsis [Collects statistics for each side of the miter.]
Description []
SideEffects []
SeeAlso []
Definition at line 430 of file wlcNtk.c.


| int Wlc_NtkCountMarked | ( | Wlc_Ntk_t * | p, |
| int * | pnPis, | ||
| int * | pnFos, | ||
| int * | pnAdders, | ||
| int * | pnMults ) |
Definition at line 1142 of file wlcNtk.c.

Function*************************************************************
Synopsis [This procedure simply count the number of PPI bits.]
Description []
SideEffects []
SeeAlso []
Definition at line 1395 of file wlcNtk.c.

| int Wlc_NtkCountRealPis | ( | Wlc_Ntk_t * | p | ) |
| int Wlc_NtkCreateLevels | ( | Wlc_Ntk_t * | p | ) |
Definition at line 372 of file wlcNtk.c.


| int Wlc_NtkCreateLevels_ | ( | Wlc_Ntk_t * | p | ) |
Function*************************************************************
Synopsis [Assigns object levels.]
Description []
SideEffects []
SeeAlso []
Definition at line 311 of file wlcNtk.c.
Function*************************************************************
Synopsis [Assigns object levels.]
Description []
SideEffects []
SeeAlso []
Definition at line 361 of file wlcNtk.c.


| int Wlc_NtkCreateLevelsRev | ( | Wlc_Ntk_t * | p | ) |
Definition at line 326 of file wlcNtk.c.
| int Wlc_NtkDcFlopNum | ( | Wlc_Ntk_t * | p | ) |
Function*************************************************************
Synopsis [Count the number of flops initialized to DC value.]
Description []
SideEffects []
SeeAlso []
Definition at line 1351 of file wlcNtk.c.


Definition at line 986 of file wlcNtk.c.


Definition at line 941 of file wlcNtk.c.


| Wlc_Ntk_t * Wlc_NtkDupDfsAbs | ( | Wlc_Ntk_t * | p, |
| Vec_Int_t * | vPisOld, | ||
| Vec_Int_t * | vPisNew, | ||
| Vec_Int_t * | vFlops ) |
Definition at line 1055 of file wlcNtk.c.

Definition at line 957 of file wlcNtk.c.


Function*************************************************************
Synopsis [Duplicates the network by copying each node.]
Description []
SideEffects []
SeeAlso []
Definition at line 1232 of file wlcNtk.c.

| void Wlc_NtkFree | ( | Wlc_Ntk_t * | p | ) |
| void Wlc_NtkMarkCone | ( | Wlc_Ntk_t * | p, |
| int | iCoId, | ||
| int | Range, | ||
| int | fSeq, | ||
| int | fAllPis ) |
Definition at line 1181 of file wlcNtk.c.


Definition at line 1166 of file wlcNtk.c.


| int Wlc_NtkMemUsage | ( | Wlc_Ntk_t * | p | ) |
Definition at line 285 of file wlcNtk.c.


| char * Wlc_NtkNewName | ( | Wlc_Ntk_t * | p, |
| int | iCoId, | ||
| int | fSeq ) |
| void Wlc_NtkPrintDistrib | ( | Wlc_Ntk_t * | p, |
| int | fTwoSides, | ||
| int | fVerbose ) |
Definition at line 510 of file wlcNtk.c.


Definition at line 703 of file wlcNtk.c.


| void Wlc_NtkPrintNodes | ( | Wlc_Ntk_t * | p, |
| int | Type ) |
| void Wlc_NtkPrintObjects | ( | Wlc_Ntk_t * | p | ) |
| void Wlc_NtkPrintStats | ( | Wlc_Ntk_t * | p, |
| int | fDistrib, | ||
| int | fTwoSides, | ||
| int | fVerbose ) |
Definition at line 784 of file wlcNtk.c.

| void Wlc_NtkProfileCones | ( | Wlc_Ntk_t * | p | ) |
Definition at line 1202 of file wlcNtk.c.

Definition at line 387 of file wlcNtk.c.

| void Wlc_NtkSetRefs | ( | Wlc_Ntk_t * | p | ) |
Function*************************************************************
Synopsis [Create references.]
Description []
SideEffects []
SeeAlso []
Definition at line 1373 of file wlcNtk.c.

| void Wlc_NtkShortNames | ( | Wlc_Ntk_t * | p | ) |
Function*************************************************************
Synopsis [Creates short names for all objects.]
Description []
SideEffects []
SeeAlso []
Definition at line 1292 of file wlcNtk.c.

Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 830 of file wlcNtk.c.

Definition at line 240 of file wlcNtk.c.


| int Wlc_ObjAlloc | ( | Wlc_Ntk_t * | p, |
| int | Type, | ||
| int | Signed, | ||
| int | End, | ||
| int | Beg ) |
Definition at line 199 of file wlcNtk.c.


Function*************************************************************
Synopsis [Duplicates the network in a topological order.]
Description []
SideEffects []
SeeAlso []
Definition at line 904 of file wlcNtk.c.

Definition at line 930 of file wlcNtk.c.


| char * Wlc_ObjName | ( | Wlc_Ntk_t * | p, |
| int | iObj ) |
Definition at line 168 of file wlcNtk.c.

| char * Wlc_ObjTypeName | ( | Wlc_Obj_t * | p | ) |
| char * Wlc_ReduceMarkedInitStr | ( | Wlc_Ntk_t * | p, |
| char * | pInit ) |
Definition at line 876 of file wlcNtk.c.


Function*************************************************************
Synopsis [Reduce init vector.]
Description []
SideEffects []
SeeAlso []
Definition at line 865 of file wlcNtk.c.
