summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abc.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-03-25 01:24:26 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-03-25 01:24:26 -0700
commit309bcf2dec92b745c3ec0078691997823317c58b (patch)
tree5f337a761438710c12a7cc8680581874195a9e2f /src/base/abci/abc.c
parentabb889fe6e0a567f69fe4bb328d717e15df04ac6 (diff)
downloadabc-309bcf2dec92b745c3ec0078691997823317c58b.tar.gz
abc-309bcf2dec92b745c3ec0078691997823317c58b.tar.bz2
abc-309bcf2dec92b745c3ec0078691997823317c58b.zip
Logic sharing for multi-input gates.
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 );