
Go to the source code of this file.
Classes | |
| struct | Mop_Man_t_ |
Typedefs | |
| typedef typedefABC_NAMESPACE_IMPL_START struct Mop_Man_t_ | Mop_Man_t |
| DECLARATIONS ///. | |
| typedef typedefABC_NAMESPACE_IMPL_START struct Mop_Man_t_ Mop_Man_t |
DECLARATIONS ///.
CFile****************************************************************
FileName [ioReadPlaMo.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Command processing package.]
Synopsis [Procedure to read network from file.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 30 of file ioReadPlaMo.c.
| Mop_Man_t * Mop_ManAlloc | ( | int | nIns, |
| int | nOuts, | ||
| int | nCubes ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 64 of file ioReadPlaMo.c.

Function*************************************************************
Synopsis [Count how many times each variable appears in the input parts.]
Description []
SideEffects []
SeeAlso []
Definition at line 309 of file ioReadPlaMo.c.

Definition at line 409 of file ioReadPlaMo.c.

Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 721 of file ioReadPlaMo.c.

Definition at line 735 of file ioReadPlaMo.c.


Definition at line 461 of file ioReadPlaMo.c.


| char * Mop_ManLoadFile | ( | char * | pFileName | ) |
Function*************************************************************
Synopsis [Reads the file into a character buffer.]
Description []
SideEffects []
SeeAlso []
Definition at line 97 of file ioReadPlaMo.c.


Definition at line 637 of file ioReadPlaMo.c.


Definition at line 606 of file ioReadPlaMo.c.

Definition at line 583 of file ioReadPlaMo.c.


| int Mop_ManMergeDist1Pairs | ( | Mop_Man_t * | p, |
| Vec_Int_t * | vGroup, | ||
| Vec_Int_t * | vGroupPrev, | ||
| Vec_Int_t * | vStats, | ||
| int | nLimit ) |
Definition at line 482 of file ioReadPlaMo.c.


Definition at line 535 of file ioReadPlaMo.c.

| void Mop_ManPrint | ( | Mop_Man_t * | p | ) |
Definition at line 220 of file ioReadPlaMo.c.

| void Mop_ManPrintOne | ( | Mop_Man_t * | p, |
| int | iCube ) |
Definition at line 207 of file ioReadPlaMo.c.

| Mop_Man_t * Mop_ManRead | ( | char * | pFileName | ) |
Definition at line 147 of file ioReadPlaMo.c.


| int Mop_ManReadParams | ( | char * | pBuffer, |
| int * | pnIns, | ||
| int * | pnOuts ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 134 of file ioReadPlaMo.c.


| void Mop_ManReduce | ( | Mop_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 686 of file ioReadPlaMo.c.


| void Mop_ManReduce2 | ( | Mop_Man_t * | p | ) |
Definition at line 649 of file ioReadPlaMo.c.


Definition at line 381 of file ioReadPlaMo.c.


| void Mop_ManStop | ( | Mop_Man_t * | p | ) |
| Abc_Ntk_t * Mop_ManTest | ( | char * | pFileName, |
| int | fMerge, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 788 of file ioReadPlaMo.c.
