From 436d5d2103b2cfec6a6deb5bbba72ce8e820f785 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 2 May 2008 08:01:00 -0700 Subject: Version abc80502 --- src/opt/fret/fretMain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/opt') diff --git a/src/opt/fret/fretMain.c b/src/opt/fret/fretMain.c index 41de55b9..df784e6a 100644 --- a/src/opt/fret/fretMain.c +++ b/src/opt/fret/fretMain.c @@ -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; } -- cgit v1.2.3