#include "acecInt.h"#include "misc/vec/vecWec.h"#include "misc/vec/vecHsh.h"#include "misc/vec/vecQue.h"
Go to the source code of this file.
Classes | |
| struct | Pln_Man_t_ |
Typedefs | |
| typedef typedefABC_NAMESPACE_IMPL_START struct Pln_Man_t_ | Pln_Man_t |
| DECLARATIONS ///. | |
Functions | |
| Pln_Man_t * | Pln_ManAlloc (Gia_Man_t *pGia, Vec_Int_t *vOrder) |
| FUNCTION DEFINITIONS ///. | |
| void | Pln_ManStop (Pln_Man_t *p) |
| int | Pln_ManCompare3 (int *pData0, int *pData1) |
| void | Pln_ManPrintFinal (Pln_Man_t *p, int fVerbose, int fVeryVerbose) |
| void | Gia_PolynBuildOne (Pln_Man_t *p, int iMono) |
| void | Gia_PolynBuild (Gia_Man_t *pGia, Vec_Int_t *vOrder, int fSigned, int fVerbose, int fVeryVerbose) |
| void | Gia_PolynBuild2 (Gia_Man_t *pGia, int fSigned, int fVerbose, int fVeryVerbose) |
| typedef typedefABC_NAMESPACE_IMPL_START struct Pln_Man_t_ Pln_Man_t |
DECLARATIONS ///.
CFile****************************************************************
FileName [acecPolyn.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [CEC for arithmetic circuits.]
Synopsis [Polynomial extraction.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 45 of file acecPolyn.c.
| void Gia_PolynBuild | ( | Gia_Man_t * | pGia, |
| Vec_Int_t * | vOrder, | ||
| int | fSigned, | ||
| int | fVerbose, | ||
| int | fVeryVerbose ) |
Definition at line 340 of file acecPolyn.c.

| void Gia_PolynBuild2 | ( | Gia_Man_t * | pGia, |
| int | fSigned, | ||
| int | fVerbose, | ||
| int | fVeryVerbose ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 428 of file acecPolyn.c.
| void Gia_PolynBuildOne | ( | Pln_Man_t * | p, |
| int | iMono ) |
Definition at line 258 of file acecPolyn.c.

FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Computation manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 76 of file acecPolyn.c.

| int Pln_ManCompare3 | ( | int * | pData0, |
| int * | pData1 ) |
Definition at line 117 of file acecPolyn.c.

| void Pln_ManPrintFinal | ( | Pln_Man_t * | p, |
| int | fVerbose, | ||
| int | fVeryVerbose ) |
Definition at line 125 of file acecPolyn.c.


| void Pln_ManStop | ( | Pln_Man_t * | p | ) |
Definition at line 101 of file acecPolyn.c.
