Commit 2b39d60f by Alan Mishchenko

Adding switch -N to 'super' to set an upper bound on the number of supergates generated.

parent b90f1c73
......@@ -169,7 +169,7 @@ int Super_CommandSupergates( Abc_Frame_t * pAbc, int argc, char **argv )
nLevels = 3;
DelayLimit = 3.5;
AreaLimit = 9;
nGatesMax = 10000;
nGatesMax = 1000000;
TimeLimit = 10;
fSkipInvs = 1;
fVerbose = 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