summaryrefslogtreecommitdiff
path: root/src/base/abc/abc.h
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-12-03 20:32:04 +0000
committerRuben Undheim <ruben.undheim@gmail.com>2018-12-03 20:32:04 +0000
commit5988cc4cd054db6172af8ea51bf0855777f0d44a (patch)
treebccd7d3893664755b08bae56114024d02dd8c2f2 /src/base/abc/abc.h
parentbfa5c2f2e843651f29c8c0da0fa1113c99cfc469 (diff)
New upstream version 1.01+20181130git163bba5+dfsg
Diffstat (limited to 'src/base/abc/abc.h')
-rw-r--r--src/base/abc/abc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/abc/abc.h b/src/base/abc/abc.h
index 65461ab..dd189c6 100644
--- a/src/base/abc/abc.h
+++ b/src/base/abc/abc.h
@@ -657,6 +657,7 @@ extern ABC_DLL void Abc_ObjPatchFanoutFanin( Abc_Obj_t * pObj, int
extern ABC_DLL Abc_Obj_t * Abc_ObjInsertBetween( Abc_Obj_t * pNodeIn, Abc_Obj_t * pNodeOut, Abc_ObjType_t Type );
extern ABC_DLL void Abc_ObjTransferFanout( Abc_Obj_t * pObjOld, Abc_Obj_t * pObjNew );
extern ABC_DLL void Abc_ObjReplace( Abc_Obj_t * pObjOld, Abc_Obj_t * pObjNew );
+extern ABC_DLL void Abc_ObjReplaceByConstant( Abc_Obj_t * pNode, int fConst1 );
extern ABC_DLL int Abc_ObjFanoutFaninNum( Abc_Obj_t * pFanout, Abc_Obj_t * pFanin );
/*=== abcFanOrder.c ==========================================================*/
extern ABC_DLL int Abc_NtkMakeLegit( Abc_Ntk_t * pNtk );