Home
last modified time | relevance | path

Searched refs:Abc_SopSynthesize (Results 1 – 2 of 2) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/acb/
H A DacbFunc.c1895 extern Vec_Wec_t * Abc_SopSynthesize( Vec_Ptr_t * vSops ); in Acb_GeneratePatch()
1897 …Vec_Wec_t * vGates = vGias ? Abc_GiaSynthesize(vGias, NULL) : Abc_SopSynthesize(vSops); Vec_Int_t… in Acb_GeneratePatch()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abc/
H A DabcUtil.c3117 Vec_Wec_t * Abc_SopSynthesize( Vec_Ptr_t * vSops ) in Abc_SopSynthesize() function