diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2021-06-05 17:48:12 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2021-06-05 17:48:12 -0700 |
commit | 7d18d6b7aad526ba73b761f3c2f9292f7546b611 (patch) | |
tree | 87ca474a0cf510cacf36bfa84d28aae55c6658cf /src/base | |
parent | 84ec53fbf9f7ede950c7c3f1ccabf8987982ae7e (diff) | |
download | abc-7d18d6b7aad526ba73b761f3c2f9292f7546b611.tar.gz abc-7d18d6b7aad526ba73b761f3c2f9292f7546b611.tar.bz2 abc-7d18d6b7aad526ba73b761f3c2f9292f7546b611.zip |
Experiments with cut computation.
Diffstat (limited to 'src/base')
-rw-r--r-- | src/base/abci/abc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 45755ad2..c3af777d 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -48913,6 +48913,7 @@ int Abc_CommandAbc9Test( Abc_Frame_t * pAbc, int argc, char ** argv ) // } // Abc_FrameUpdateGia( pAbc, Abc_Procedure(pAbc->pGia) ); // printf( "AIG in \"%s\" has the sum of output support sizes equal to %d.\n", pAbc->pGia->pSpec, Gia_ManSumTotalOfSupportSizes(pAbc->pGia) ); + Gia_ManExtractTest( pAbc->pGia ); return 0; usage: Abc_Print( -2, "usage: &test [-FW num] [-svh]\n" ); |