diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2013-09-30 22:41:55 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2013-09-30 22:41:55 -0700 |
commit | 1fb7ef8153eb42bc8b614f109571c9e47138b956 (patch) | |
tree | 4dbed89f936a808c2b73343289f9716a33e5ab6a /src/base/abci | |
parent | 4f72aff1d164b1ebb190ac5e1e7a5c01d8d1e720 (diff) | |
download | abc-1fb7ef8153eb42bc8b614f109571c9e47138b956.tar.gz abc-1fb7ef8153eb42bc8b614f109571c9e47138b956.tar.bz2 abc-1fb7ef8153eb42bc8b614f109571c9e47138b956.zip |
Converting mapped AIG into strashed AIG.
Diffstat (limited to 'src/base/abci')
-rw-r--r-- | src/base/abci/abc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 7b9c8f82..675e9734 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -27553,11 +27553,6 @@ int Abc_CommandAbc9Balance( Abc_Frame_t * pAbc, int argc, char ** argv ) Abc_Print( -1, "Abc_CommandAbc9Balance(): There is no AIG.\n" ); return 1; } - if ( Gia_ManHasMapping(pAbc->pGia) ) - { - Abc_Print( -1, "Abc_CommandAbc9Balance(): The current AIG is mapped.\n" ); - return 1; - } if ( fDelayOnly ) pTemp = Gia_ManBalance( pAbc->pGia, fSimpleAnd, fVerbose ); else |