summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/abci/abc.c')
-rw-r--r--src/base/abci/abc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c
index b042bdb3..55208cad 100644
--- a/src/base/abci/abc.c
+++ b/src/base/abci/abc.c
@@ -9009,6 +9009,7 @@ int Abc_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv )
if ( pNtk )
{
+/*
Aig_Man_t * pAig = Abc_NtkToDar( pNtk, 0, 1 );
if ( fNewAlgo )
Saig_IsoDetectFast( pAig );
@@ -9018,6 +9019,9 @@ int Abc_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv )
Aig_ManStopP( &pRes );
}
Aig_ManStop( pAig );
+*/
+ extern void Abc_NtkShareXor( Abc_Ntk_t * pNtk );
+ Abc_NtkShareXor( pNtk );
}
// Abc2_NtkTestGia( "", 1 );