#include "mpmInt.h"
Go to the source code of this file.
Functions | |
| void | Mpm_CutPrint (Mpm_Cut_t *pCut) |
| int | Mpm_ObjAddCutToStore (Mpm_Man_t *p, Mpm_Cut_t *pCut, int ArrTime) |
| void | Mpm_ObjAddChoiceCutsToStore (Mpm_Man_t *p, Mig_Obj_t *pRoot, Mig_Obj_t *pObj, int ReqTime) |
| void | Mpm_ObjTranslateCutsFromStore (Mpm_Man_t *p, Mig_Obj_t *pObj) |
| int | Mpm_ManDeriveCuts (Mpm_Man_t *p, Mig_Obj_t *pObj) |
| int | Mpm_CutCompareDelay (Mpm_Uni_t *pOld, Mpm_Uni_t *pNew) |
| int | Mpm_CutCompareDelay2 (Mpm_Uni_t *pOld, Mpm_Uni_t *pNew) |
| int | Mpm_CutCompareArea (Mpm_Uni_t *pOld, Mpm_Uni_t *pNew) |
| int | Mpm_CutCompareArea2 (Mpm_Uni_t *pOld, Mpm_Uni_t *pNew) |
| void | Mpm_ManPrepare (Mpm_Man_t *p) |
| void | Mpm_ManPerformRound (Mpm_Man_t *p) |
| void | Mpm_ManPerform (Mpm_Man_t *p) |
Function*************************************************************
Synopsis [Cut comparison.]
Description [Returns positive number if new one is better than old one.]
SideEffects []
SeeAlso []
Definition at line 748 of file mpmMap.c.

| void Mpm_CutPrint | ( | Mpm_Cut_t * | pCut | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 580 of file mpmMap.c.


| void Mpm_ManPerform | ( | Mpm_Man_t * | p | ) |
Definition at line 833 of file mpmMap.c.


| void Mpm_ManPerformRound | ( | Mpm_Man_t * | p | ) |
Definition at line 807 of file mpmMap.c.


| void Mpm_ManPrepare | ( | Mpm_Man_t * | p | ) |
Function*************************************************************
Synopsis [Technology mapping experiment.]
Description []
SideEffects []
SeeAlso []
Definition at line 794 of file mpmMap.c.

| void Mpm_ObjAddChoiceCutsToStore | ( | Mpm_Man_t * | p, |
| Mig_Obj_t * | pRoot, | ||
| Mig_Obj_t * | pObj, | ||
| int | ReqTime ) |
Definition at line 529 of file mpmMap.c.


Function*************************************************************
Synopsis [Compares cut against those present in the store.]
Description []
SideEffects []
SeeAlso []
Definition at line 225 of file mpmMap.c.

Definition at line 547 of file mpmMap.c.
