Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abc/
H A DabcNtk.c115 int fCopyNames, i; in Abc_NtkStartFrom() local
119 fCopyNames = ( Type != ABC_NTK_NETLIST ); in Abc_NtkStartFrom()
134 Abc_NtkDupObj( pNtkNew, pObj, fCopyNames ); in Abc_NtkStartFrom()
136 Abc_NtkDupObj( pNtkNew, pObj, fCopyNames ); in Abc_NtkStartFrom()
138 Abc_NtkDupBox( pNtkNew, pObj, fCopyNames ); in Abc_NtkStartFrom()
182 int fCopyNames, i; in Abc_NtkStartFromWithLatches() local
187 fCopyNames = ( Type != ABC_NTK_NETLIST ); in Abc_NtkStartFromWithLatches()
202 Abc_NtkDupObj( pNtkNew, Abc_NtkPi(pNtk, i), fCopyNames ); in Abc_NtkStartFromWithLatches()
204 Abc_NtkDupObj( pNtkNew, Abc_NtkPo(pNtk, i), fCopyNames ); in Abc_NtkStartFromWithLatches()
H A DabcUtil.c2949 int fCopyNames = 1; in Abc_NtkDeriveWithOnePo() local
2966 Abc_NtkDupObj( pNtkNew, pObj, fCopyNames ); in Abc_NtkDeriveWithOnePo()
2974 Abc_NtkDupBox( pNtkNew, pObj, fCopyNames ); in Abc_NtkDeriveWithOnePo()