summaryrefslogtreecommitdiffstats
path: root/src/base
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2016-05-04 07:22:13 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2016-05-04 07:22:13 -0700
commit21896ba6bc6b2e0db0493f37e62b405866e54a04 (patch)
treeeaf685e0bfae9c670b28e5a425ee5534c176219b /src/base
parent28cbb280b707f56858a3af2a813ac0bcd961e83e (diff)
downloadabc-21896ba6bc6b2e0db0493f37e62b405866e54a04.tar.gz
abc-21896ba6bc6b2e0db0493f37e62b405866e54a04.tar.bz2
abc-21896ba6bc6b2e0db0493f37e62b405866e54a04.zip
Update to &show to show AIGs with XORs and MUXes (derived by &st -m).
Diffstat (limited to 'src/base')
-rw-r--r--src/base/abci/abc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c
index 1c0d5f05..26f81c2a 100644
--- a/src/base/abci/abc.c
+++ b/src/base/abci/abc.c
@@ -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_PolynExplore( pAbc->pGia );
+// Gia_PolynExplore( pAbc->pGia );
// printf( "\nThis command is currently disabled.\n\n" );
return 0;