summaryrefslogtreecommitdiffstats
path: root/src/base/abci
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2019-09-13 17:28:00 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2019-09-13 17:28:00 -0700
commit4256ad0acbb793814ac79c6efe5715daad8ff540 (patch)
tree4c8a173a58e78b214f5124695a4fee79f21012ff /src/base/abci
parent5081b41dc0b500cc4e6fadfa0292f00c42340c9e (diff)
downloadabc-4256ad0acbb793814ac79c6efe5715daad8ff540.tar.gz
abc-4256ad0acbb793814ac79c6efe5715daad8ff540.tar.bz2
abc-4256ad0acbb793814ac79c6efe5715daad8ff540.zip
Several suggested bug-fixes.
Diffstat (limited to 'src/base/abci')
-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 3eafcfb9..43ef2ec7 100644
--- a/src/base/abci/abc.c
+++ b/src/base/abci/abc.c
@@ -4105,7 +4105,7 @@ int Abc_CommandCleanup( Abc_Frame_t * pAbc, int argc, char ** argv )
}
if ( Abc_NtkIsStrash(pNtk) )
{
- if ( !fCleanupPos && !fCleanupPos )
+ if ( !fCleanupPis && !fCleanupPos )
{
Abc_Print( -1, "Cleanup for PIs and POs is not enabled.\n" );
pNtkRes = Abc_NtkDup( pNtk );