diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2017-03-31 21:07:19 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2017-03-31 21:07:19 -0700 |
commit | ac59789e9bb659e206704ff5fa8c11585a8b824a (patch) | |
tree | 6378a5585b4413ab0e66637174ac09bd74d65794 /src/base/abci | |
parent | ecbb5c4d0c061f09cd91189f56529e6f94cd2a3c (diff) | |
download | abc-ac59789e9bb659e206704ff5fa8c11585a8b824a.tar.gz abc-ac59789e9bb659e206704ff5fa8c11585a8b824a.tar.bz2 abc-ac59789e9bb659e206704ff5fa8c11585a8b824a.zip |
Experiments with don't-cares.
Diffstat (limited to 'src/base/abci')
-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 01bffece..4b03cf87 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -5777,6 +5777,7 @@ int Abc_CommandMfse( Abc_Frame_t * pAbc, int argc, char ** argv ) Abc_Print( -1, "Command is only applicable to LUT size no more than 6.\n" ); return 1; } + Abc_NtkToSop( pNtk, -1, ABC_INFINITY ); pNtkNew = Abc_NtkOptMfse( pNtk, pPars ); if ( pNtkNew == NULL ) { |