Home
last modified time | relevance | path

Searched refs:Mio_GateReadName (Results 1 – 22 of 22) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/io/
H A DioWriteVerilog.c527 …if ( Abc_ObjFaninNum(pObj) == 0 && (!strcmp(Mio_GateReadName(pGate), "_const0_") || !strcmp(Mio_Ga… in Io_WriteVerilogObjects()
529 …o_WriteVerilogGetName(Abc_ObjName( Abc_ObjFanout0(pObj) )), !strcmp(Mio_GateReadName(pGate), "_con… in Io_WriteVerilogObjects()
535 fprintf( pFile, "%-*s ", Length, Mio_GateReadName(pGate) ); in Io_WriteVerilogObjects()
544 … fprintf( pFile, " %-*s g%0*d", Length, Mio_GateReadName(pGate), nDigits, Counter++ ); in Io_WriteVerilogObjects()
H A DioWriteBook.c388 fprintf( pFile, "%s_%s\t", Abc_ObjName( Abc_ObjFanout0(pNode) ), Mio_GateReadName(pGate) ); in Io_NtkWriteNodeGate()
470 fprintf( pFile, "%s : ", Mio_GateReadName((Mio_Gate_t *)pFanin->pData) ); in Io_NtkWriteIntNet()
498 fprintf( pFile, "%s : ", Mio_GateReadName((Mio_Gate_t *)pFanout->pData) ); in Io_NtkWriteIntNet()
H A DioWriteDot.c302 pSopString = Mio_GateReadName((Mio_Gate_t *)pNode->pData); in Io_WriteDotNtk()
647 pSopString = Mio_GateReadName((Mio_Gate_t *)pNode->pData); in Io_WriteDotSeq()
H A DioWriteBlif.c583 fprintf( pFile, " %-*s ", Length, Mio_GateReadName(pGate) ); in Io_NtkWriteNodeGate()
594 …port = 1, printf( "Warning: Missing second output of gate(s) \"%s\".\n", Mio_GateReadName(pGate) ); in Io_NtkWriteNodeGate()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/bac/
H A DbacBlast.c501 p->ElemGates[0] = Abc_NamStrFindOrAdd( p->pMods, Mio_GateReadName(pGate0), NULL ); in Bac_NtkPrepareLibrary()
502 p->ElemGates[1] = Abc_NamStrFindOrAdd( p->pMods, Mio_GateReadName(pGate1), NULL ); in Bac_NtkPrepareLibrary()
503 p->ElemGates[2] = Abc_NamStrFindOrAdd( p->pMods, Mio_GateReadName(pGate2), NULL ); in Bac_NtkPrepareLibrary()
506 Abc_NamStrFindOrAdd( p->pMods, Mio_GateReadName(pGate), NULL ); in Bac_NtkPrepareLibrary()
548 …Bac_ObjAlloc( pCbaNtk, BAC_BOX_GATE, Abc_NamStrFind(p->pMods, Mio_GateReadName((Mio_Gate_t *)pObj-… in Bac_NtkInsertNtk()
H A DbacPtr.c288 Vec_PtrWriteEntry( vGateNames, Type, Mio_GateReadName(pGate) ); in Bac_ManCollectGateNameOne()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/mio/
H A DmioUtils.c1079 printf ("DEBUG: problem gate is %s\n", Mio_GateReadName( pGate )); in Mio_DeriveGateDelays()
1340 printf( "%16s : ", Mio_GateReadName( ppGates[i] ) ); in Nf_ManPrepareLibrary()
1405 CellId = Abc_SclCellFind( pScl, Mio_GateReadName(pGate) ); in Mio_LibraryTransferCellIds()
1407 printf( "Cannot find cell ID of gate %s.\n", Mio_GateReadName(pGate) ); in Mio_LibraryTransferCellIds()
1453 fprintf( pFile, "%-24s %6d\n", Mio_GateReadName(pGate), Mio_GateReadProfile(pGate) ); in Mio_LibraryWriteProfile()
1475 pGateDst = Mio_LibraryReadGateByName( pLibDst, Mio_GateReadName(pGateSrc), NULL ); in Mio_LibraryTransferProfile()
1484 …printf( "Cannot find gate \"%s\" in library \"%s\".\n", Mio_GateReadName(pGateSrc), Mio_LibraryRea… in Mio_LibraryTransferProfile()
1500 pGateDst = Mio_LibraryReadGateByName( pLibDst, Mio_GateReadName(pGateSrc), NULL ); in Mio_LibraryTransferProfile2()
1509 …printf( "Cannot find gate \"%s\" in library \"%s\".\n", Mio_GateReadName(pGateSrc), Mio_LibraryRea… in Mio_LibraryTransferProfile2()
H A DmioApi.c86 LenCur = strlen( Mio_GateReadName(pGate) ); in Mio_LibraryReadGateNameMax()
168 char * Mio_GateReadName ( Mio_Gate_t * pGate ) { return pGate->pName; … in Mio_GateReadName() function
H A Dmio.h140 extern char * Mio_GateReadName ( Mio_Gate_t * pGate );
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/scl/
H A DsclUtil.c57 …bufferId = Abc_SclCellFind( pLib, Mio_GateReadName(Mio_LibraryReadBuf((Mio_Library_t *)p->pManFunc… in Abc_SclMioGates2SclGates()
64 gateId = Abc_SclCellFind( pLib, Mio_GateReadName((Mio_Gate_t *)pObj->pData) ); in Abc_SclMioGates2SclGates()
H A DsclSize.c724 printf( "%-16s : ", Mio_GateReadName((Mio_Gate_t *)pObj->pData) ); in Abc_SclCheckCommonInputs()
727 printf( "%-16s : ", Mio_GateReadName((Mio_Gate_t *)pFanin->pData) ); in Abc_SclCheckCommonInputs()
731 printf( "%-16s : ", Mio_GateReadName((Mio_Gate_t *)pTemp->pData) ); in Abc_SclCheckCommonInputs()
849 Abc_ObjIsPi(pObj) ? "pi" : Mio_GateReadName((Mio_Gate_t *)pObj->pData), in Abc_SclPrintBuffersOne()
H A DsclLibScl.c99 pCell->pName = Abc_UtilStrsav( Mio_GateReadName( pGate ) ); in Abc_SclReadLibraryGenlib()
H A DsclBuffer.c883 …Abc_ObjId(pObj), Mio_GateReadName((Mio_Gate_t *)pObj->pData), Abc_ObjFaninNum(pObj), Abc_ObjFanout… in Abc_BufPerformOne()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/ver/
H A DverCore.c1578 …f( pMan->sError, "Cannot parse gate %s (expected opening parenthesis).", Mio_GateReadName(pGate) ); in Ver_ParseGate()
1599 sprintf( pMan->sError, "Cannot parse gate %s (expected .).", Mio_GateReadName(pGate) ); in Ver_ParseGate()
1621 … formal parameter %s of gate %s (expected opening parenthesis).", pWord, Mio_GateReadName(pGate) ); in Ver_ParseGate()
1654 … formal parameter %s of gate %s (expected closing parenthesis).", pWord, Mio_GateReadName(pGate) ); in Ver_ParseGate()
1683 … formal parameter %s of gate %s (expected closing parenthesis).", pWord, Mio_GateReadName(pGate) ); in Ver_ParseGate()
1693 sprintf( pMan->sError, "Parsing of gate %s has failed.", Mio_GateReadName(pGate) ); in Ver_ParseGate()
1702 …ntf( pMan->sError, "Cannot read gate %s (expected closing semicolumn).", Mio_GateReadName(pGate) ); in Ver_ParseGate()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A DabcMap.c384 pRoot = Mio_LibraryReadGateByName( pLib, Mio_GateReadName(pRoot), NULL ); in Abc_NodeFromMapSuper_rec()
764 pRoot = Mio_LibraryReadGateByName( pLib, Mio_GateReadName(pRoot), NULL ); in Abc_NodeFromMapSuperChoice_rec()
852 Vec_StrPrintStr( vGates, Mio_GateReadName((Mio_Gate_t *)pObj->pData) ); in Abc_NtkWriteMiniMapping()
H A DabcTiming.c1063 … Length = Abc_MaxInt( Length, strlen(Mio_GateReadName((Mio_Gate_t *)pNode->pData)) ); in Abc_NtkDelayTrace()
1089 printf( " (%s)", Mio_GateReadName((Mio_Gate_t *)pNode->pData) ); in Abc_NtkDelayTrace()
1090 … for ( k = strlen(Mio_GateReadName((Mio_Gate_t *)pNode->pData)); k < Length; k++ ) in Abc_NtkDelayTrace()
H A DabcPrint.c1369 nGateNameLen = Abc_MaxInt( nGateNameLen, strlen(Mio_GateReadName(ppGates[i])) ); in Abc_NtkPrintGates()
1383 nGateNameLen, Mio_GateReadName( ppGates[i] ), in Abc_NtkPrintGates()
1629 fprintf( pFile, " %s\n", Mio_GateReadName((Mio_Gate_t *)pObj->pData) ); in Abc_ObjPrint()
H A DabcDetect.c93 … fprintf( pFile, "%d %s %s\n", Count, Abc_ObjName(pObj), Mio_GateReadName(pGate) ), Count++; in Abc_NtkGenFaultList()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/mapper/
H A DmapperTree.c601 if ( st__is_member( tExcludeGate, Mio_GateReadName( pGate->pRoot ) ) ) in Map_LibraryDeriveGateInfo()
993 printf( "%6s", Mio_GateReadName(pGate->pRoot) ); in Map_LibraryPrintTree()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/super/
H A DsuperGate.c1206 strcat( pBuffer, Mio_GateReadName(pGate->pRoot) ); in Super_WriteLibraryGateName_rec()
1319 fprintf( pFile, "%s", Mio_GateReadName(pSuper->pRoot) ); in Super_WriteLibraryTreeFile_rec()
1403 Vec_StrPrintStr( vStr, Mio_GateReadName(pSuper->pRoot) ); in Super_WriteLibraryTreeStr_rec()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abc/
H A DabcUtil.c3103 char * pGateName = Mio_GateReadName((Mio_Gate_t *)pObj->pData); in Abc_GateToType()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/sfm/
H A DsfmDec.c580Mio_GateReadName((Mio_Gate_t *)Vec_PtrEntry(&p->vGateHands, Vec_IntEntry(&p->vObjGates,p->iTarget)… in Sfm_DecPrint()