Home
last modified time | relevance | path

Searched refs:ABC_OPER_SLICE (Results 1 – 7 of 7) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/miniaig/
H A Dndr.h468 else if ( Type == ABC_OPER_SLICE ) in Ndr_WriteVerilogModule()
727 …Ndr_AddObject( pDesign, ModuleID, ABC_OPER_SLICE, 0, 3, 0, 0, 1, &FaninA, 1, &FaninA0, … in Ndr_ModuleTestAdder()
728 …Ndr_AddObject( pDesign, ModuleID, ABC_OPER_SLICE, 0, 3, 0, 0, 1, &FaninB, 1, &FaninB0, … in Ndr_ModuleTestAdder()
735 …Ndr_AddObject( pDesign, ModuleID, ABC_OPER_SLICE, 0, 4, 4, 0, 1, &FaninR0, 1, &FaninRCO, … in Ndr_ModuleTestAdder()
739 …Ndr_AddObject( pDesign, ModuleID, ABC_OPER_SLICE, 0, 4, 4, 0, 1, &FaninR1, 1, &FaninCO, … in Ndr_ModuleTestAdder()
819 …Ndr_AddObject( pDesign, Module41, ABC_OPER_SLICE, 0, 3, 0, 0, 1, &FaninD, 1, &FaninD0,… in Ndr_ModuleTestHierarchy()
820 …Ndr_AddObject( pDesign, Module41, ABC_OPER_SLICE, 0, 7, 4, 0, 1, &FaninD, 1, &FaninD1,… in Ndr_ModuleTestHierarchy()
821 …Ndr_AddObject( pDesign, Module41, ABC_OPER_SLICE, 0, 11,8, 0, 1, &FaninD, 1, &FaninD2,… in Ndr_ModuleTestHierarchy()
822 …Ndr_AddObject( pDesign, Module41, ABC_OPER_SLICE, 0, 15,12,0, 1, &FaninD, 1, &FaninD3,… in Ndr_ModuleTestHierarchy()
824 …Ndr_AddObject( pDesign, Module41, ABC_OPER_SLICE, 0, 0, 0, 0, 1, &FaninSel, 1, &FaninSel… in Ndr_ModuleTestHierarchy()
[all …]
H A DabcOper.h144 ABC_OPER_SLICE, // 91 enumerator
222 if ( Type == ABC_OPER_SLICE ) return "[:]"; in Abc_OperName()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/wlc/
H A DwlcNdr.c63 if ( Type == ABC_OPER_SLICE ) return WLC_OBJ_BIT_SELECT; // 22: bit selection in Ndr_TypeNdr2Wlc()
124 if ( Type == WLC_OBJ_BIT_SELECT ) return ABC_OPER_SLICE; // 22: bit selection in Ndr_TypeWlc2Ndr()
424 if ( Type == ABC_OPER_SLICE ) in Wlc_NtkFromNdr()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/wln/
H A DwlnRetime.c520 …mple && (Wln_ObjIsFf(p->pNtk, iObj) || Wln_ObjType(p->pNtk, iObj) == ABC_OPER_SLICE || Wln_ObjType… in Wln_RetAddToMoves()
561 …if ( Wln_ObjIsFf(pNtk, iObj) || Wln_ObjType(pNtk, iObj) == ABC_OPER_SLICE || Wln_ObjType(pNtk, iOb… in Wln_NtkRetimeCreateDelayInfo()
H A Dwln.h105 … Wln_Ntk_t * p, int i ) { return Wln_ObjType(p, i) == ABC_OPER_SLICE; … in Wln_ObjIsSlice()
H A DwlnWriteVer.c375 else if ( Wln_ObjType(p, iObj) == ABC_OPER_SLICE ) in Wln_WriteVerInt()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/acb/
H A Dacb.h250 …cb_Ntk_t * p, int i ) { return Acb_ObjType(p, i) == ABC_OPER_SLICE; … in Acb_ObjIsSlice()