Commit ea1baf6f by Alan Mishchenko

Changing 'miter' to compute SEQUENTIAL miter by default.

parent d5253839
......@@ -6482,7 +6482,7 @@ int Abc_CommandMiter( Abc_Frame_t * pAbc, int argc, char ** argv )
pNtk = Abc_FrameReadNtk(pAbc);
// set defaults
fComb = 1;
fComb = 0;
fCheck = 1;
fImplic = 0;
fMulti = 0;
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