From 28cbb280b707f56858a3af2a813ac0bcd961e83e Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 4 May 2016 07:05:43 -0700 Subject: Update to &show to show AIGs with XORs and MUXes (derived by &st -m). --- src/base/abci/abc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base') diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index f8935902..1c0d5f05 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -39357,7 +39357,7 @@ usage: Abc_Print( -2, " performs heuristic exclusive sum-of-project minimization\n" ); Abc_Print( -2, " -Q N : minimization quality [default = 0]\n"); Abc_Print( -2, " increasing this number improves quality and adds to runtime\n"); - Abc_Print( -2, " -Q N : verbosity level [default = 0]\n"); + Abc_Print( -2, " -V N : verbosity level [default = 0]\n"); Abc_Print( -2, " 0 = no output; 1 = outline; 2 = verbose\n"); Abc_Print( -2, " : the output file name in ESOP-PLA format\n"); Abc_Print( -2, "\n" ); @@ -40948,7 +40948,7 @@ int Abc_CommandAbc9Test( Abc_Frame_t * pAbc, int argc, char ** argv ) // Jf_ManTestCnf( pAbc->pGia ); // Gia_ManCheckFalseTest( pAbc->pGia, nFrames ); // Gia_ParTest( pAbc->pGia, nWords, nProcs ); - Gia_Iso3Test( pAbc->pGia ); + Gia_PolynExplore( pAbc->pGia ); // printf( "\nThis command is currently disabled.\n\n" ); return 0; -- cgit v1.2.3