summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/giaIiff.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aig/gia/giaIiff.c')
-rw-r--r--src/aig/gia/giaIiff.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/aig/gia/giaIiff.c b/src/aig/gia/giaIiff.c
index 6be38b94..cb1db0d3 100644
--- a/src/aig/gia/giaIiff.c
+++ b/src/aig/gia/giaIiff.c
@@ -19,6 +19,8 @@
***********************************************************************/
#include "gia.h"
+#include "misc/st/st.h"
+#include "map/mio/mio.h"
ABC_NAMESPACE_IMPL_START
@@ -42,6 +44,10 @@ ABC_NAMESPACE_IMPL_START
SeeAlso []
***********************************************************************/
+int Gia_ManDeriveMatches( Mio_Library_t * pLib, Vec_Ptr_t ** pvNames, Vec_Wrd_t ** pvTruths, Vec_Mem_t ** pvTtMem, Vec_Int_t ** pvTt2Match, Vec_Int_t ** pvTt2Match4, Vec_Int_t ** pvConfigs )
+{
+ return 0;
+}
Gia_Man_t * Gia_ManIiffTest( char * pFileName, Gia_Man_t * pGia, int nLutSize, int nNumCuts, int fUseGates, int fUseCells, int fVerbose )
{
return NULL;