Commit e9783622 by Alan Mishchenko

Disabling SAT sweeping in 'map' by default.

parent 84b54597
...@@ -13052,7 +13052,7 @@ int Abc_CommandMap( Abc_Frame_t * pAbc, int argc, char ** argv ) ...@@ -13052,7 +13052,7 @@ int Abc_CommandMap( Abc_Frame_t * pAbc, int argc, char ** argv )
DelayMulti = 0; DelayMulti = 0;
fAreaOnly = 0; fAreaOnly = 0;
fRecovery = 1; fRecovery = 1;
fSweep = 1; fSweep = 0;
fSwitching = 0; fSwitching = 0;
fVerbose = 0; fVerbose = 0;
Extra_UtilGetoptReset(); Extra_UtilGetoptReset();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment