summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abc.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-01-08 05:50:37 +0800
committerAlan Mishchenko <alanmi@berkeley.edu>2013-01-08 05:50:37 +0800
commit79f3ecb15f6a643496b0eacb80b42d4fd1ea3c77 (patch)
treeed99971db1b0f6cda08421fc61c672c4b07be377 /src/base/abci/abc.c
parente1a5556e8c331be2dae6ca63a4528ad8e1f56025 (diff)
downloadabc-79f3ecb15f6a643496b0eacb80b42d4fd1ea3c77.tar.gz
abc-79f3ecb15f6a643496b0eacb80b42d4fd1ea3c77.tar.bz2
abc-79f3ecb15f6a643496b0eacb80b42d4fd1ea3c77.zip
Technology mapper.
Diffstat (limited to 'src/base/abci/abc.c')
-rw-r--r--src/base/abci/abc.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c
index e9d6d9e8..febbc469 100644
--- a/src/base/abci/abc.c
+++ b/src/base/abci/abc.c
@@ -30356,7 +30356,8 @@ int Abc_CommandAbc9Test( Abc_Frame_t * pAbc, int argc, char ** argv )
// extern void Ga2_ManComputeTest( Gia_Man_t * p );
// extern void Bmc_CexTest( Gia_Man_t * p, Abc_Cex_t * pCex, int fVerbose );
// extern void Gia_IsoTest( Gia_Man_t * p, Abc_Cex_t * pCex, int fVerbose );
- extern void Unr_ManTest( Gia_Man_t * pGia );
+// extern void Unr_ManTest( Gia_Man_t * pGia );
+ extern void Mig_ManTest( Gia_Man_t * pGia );
Extra_UtilGetoptReset();
while ( ( c = Extra_UtilGetopt( argc, argv, "svh" ) ) != EOF )
@@ -30405,7 +30406,8 @@ int Abc_CommandAbc9Test( Abc_Frame_t * pAbc, int argc, char ** argv )
// Ga2_ManComputeTest( pAbc->pGia );
// Bmc_CexTest( pAbc->pGia, pAbc->pCex, fVerbose );
// Gia_IsoTest( pAbc->pGia, pAbc->pCex, 0 );
- Unr_ManTest( pAbc->pGia );
+// Unr_ManTest( pAbc->pGia );
+ Mig_ManTest( pAbc->pGia );
return 0;
usage:
Abc_Print( -2, "usage: &test [-svh]\n" );