Home
last modified time | relevance | path

Searched refs:pLutAreas (Results 1 – 11 of 11) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/fpga/
H A DfpgaLib.c44 float * Fpga_LutLibReadLutAreas( Fpga_LutLib_t * p ) { return p->pLutAreas; } in Fpga_LutLibReadLutAreas()
45 …Area( Fpga_LutLib_t * p, int Size ) { assert( Size <= p->LutMax ); return p->pLutAreas[Size]; } in Fpga_LutLibReadLutArea()
93 p->pLutAreas[i] = (float)atof(pToken); in Fpga_LutLibRead()
214 printf( "%d %7.2f ", i, pLutLib->pLutAreas[i] ); in Fpga_LutLibPrint()
222 printf( "%d %7.2f %7.2f\n", i, pLutLib->pLutAreas[i], pLutLib->pLutDelays[i][0] ); in Fpga_LutLibPrint()
H A DfpgaCutUtils.c148 return p->pLutLib->pLutAreas[(int)pCut->nLeaves]; in Fpga_CutGetRootArea()
284 pCut->aFlow = pMan->pLutLib->pLutAreas[(int)pCut->nLeaves]; in Fpga_CutGetParameters()
318 pCut->aFlow = pMan->pLutLib->pLutAreas[(int)pCut->nLeaves]; in Fpga_CutGetAreaFlow()
395 aArea = pMan->pLutLib->pLutAreas[(int)pCut->nLeaves]; in Fpga_CutRef()
432 aArea = pMan->pLutLib->pLutAreas[(int)pCut->nLeaves]; in Fpga_CutDeref()
H A DfpgaUtils.c187 aTotal += pMan->pLutLib->pLutAreas[(int)pNode->pCutBest->nLeaves]; in Fpga_MappingArea()
222 aArea += pMan->pLutLib->pLutAreas[(int)pNode->pCutBest->nLeaves]; in Fpga_MappingArea_rec()
281 aArea = pMan->pLutLib->pLutAreas[(int)pNode->pCutBest->nLeaves]; in Fpga_MappingSetRefsAndArea_rec()
H A DfpgaInt.h175 float pLutAreas[FPGA_MAX_LUTSIZE+1]; // the areas of LUTs member
H A DfpgaCreate.c59 … Fpga_ManReadLutAreas( Fpga_Man_t * p ) { return p->pLutLib->pLutAreas; } in Fpga_ManReadLutAreas()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/if/
H A DifLibLut.c93 p->pLutAreas[i] = (float)atof(pToken); in If_LibLutReadString()
239 p->pLutAreas[i] = (float)atof(pToken); in If_LibLutRead()
361 Abc_Print( 1, "%d %7.2f ", i, pLutLib->pLutAreas[i] ); in If_LibLutPrint()
369 … Abc_Print( 1, "%d %7.2f %7.2f\n", i, pLutLib->pLutAreas[i], pLutLib->pLutDelays[i][0] ); in If_LibLutPrint()
H A Dif.h185 float pLutAreas[IF_MAX_LUTSIZE+1]; // the areas of LUTs member
447 …pCut->fUser? (float)pCut->Cost : (p->pPars->pLutLib? p->pPars->pLutLib->pLutAreas[pCut->nLeaves] :… in If_CutLutArea()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/mpm/
H A Dmpm.h52 int pLutAreas[MPM_VAR_MAX+1]; // the areas of LUTs member
H A DmpmLib.c54 pLib->pLutAreas[i] = MPM_UNIT_AREA; in Mpm_LibLutSetSimple()
H A DmpmMap.c156 return p->pLibLut->pLutAreas[pCut->nLeaves]; in Mpm_CutGetArea()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A DabcPrint.c222 Counter += pLutLib->pLutAreas[Abc_ObjFaninNum(pObj)]; in Abc_NtkGetArea()