summaryrefslogtreecommitdiffstats
path: root/src/aig/fra/fraHot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aig/fra/fraHot.c')
-rw-r--r--src/aig/fra/fraHot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/fra/fraHot.c b/src/aig/fra/fraHot.c
index b2156193..c4472121 100644
--- a/src/aig/fra/fraHot.c
+++ b/src/aig/fra/fraHot.c
@@ -378,7 +378,7 @@ void Fra_OneHotEstimateCoverage( Fra_Man_t * p, Vec_Int_t * vOneHots )
// print the result
printf( "Care states ratio = %f. ", 1.0 * (nSimWords * 32 - nCovered) / (nSimWords * 32) );
printf( "(%d out of %d patterns) ", nSimWords * 32 - nCovered, nSimWords * 32 );
- PRT( "Time", clock() - clk );
+ ABC_PRT( "Time", clock() - clk );
}
/**Function*************************************************************