summaryrefslogtreecommitdiffstats
path: root/src/base/abc/abc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/abc/abc.h')
-rw-r--r--src/base/abc/abc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abc/abc.h b/src/base/abc/abc.h
index b0bae148..bb6bc3cb 100644
--- a/src/base/abc/abc.h
+++ b/src/base/abc/abc.h
@@ -737,7 +737,7 @@ extern ABC_DLL Abc_Ntk_t * Abc_NtkCreateWithNode( char * pSop );
extern ABC_DLL void Abc_NtkDelete( Abc_Ntk_t * pNtk );
extern ABC_DLL void Abc_NtkFixNonDrivenNets( Abc_Ntk_t * pNtk );
extern ABC_DLL void Abc_NtkMakeComb( Abc_Ntk_t * pNtk, int fRemoveLatches );
-extern ABC_DLL void Abc_NtkPermute( Abc_Ntk_t * pNtk, int fInputs, int fOutputs, int fFlops );
+extern ABC_DLL void Abc_NtkPermute( Abc_Ntk_t * pNtk, int fInputs, int fOutputs, int fFlops, char * pFlopPermFile );
extern ABC_DLL void Abc_NtkUnpermute( Abc_Ntk_t * pNtk );
/*=== abcObj.c ==========================================================*/
extern ABC_DLL Abc_Obj_t * Abc_ObjAlloc( Abc_Ntk_t * pNtk, Abc_ObjType_t Type );