Version abc80502

This commit is contained in:
Alan Mishchenko
2008-05-02 08:01:00 -07:00
parent de81a1a1fb
commit 436d5d2103
14 changed files with 172 additions and 24 deletions
+1 -1
View File
@@ -523,7 +523,7 @@ Abc_FlowRetime_PushFlows( Abc_Ntk_t * pNtk, bool fVerbose ) {
if (fVerbose) vprintf("max-flow2 = %d\n", flow);
PRT( "time", clock() - clk );
// PRT( "time", clock() - clk );
return flow;
}