summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/giaFx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aig/gia/giaFx.c')
-rw-r--r--src/aig/gia/giaFx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/aig/gia/giaFx.c b/src/aig/gia/giaFx.c
index 7c5ae010..cd81aa54 100644
--- a/src/aig/gia/giaFx.c
+++ b/src/aig/gia/giaFx.c
@@ -464,6 +464,7 @@ Gia_Man_t * Gia_ManPerformFx( Gia_Man_t * p, int nNewNodesMax, int LitCountMax,
// Abc_PrintTime( 1, "Fx runtime", Abc_Clock() - clk );
// insert information
pNew = Gia_ManFxInsert( p, vCubes, vCompl );
+ Gia_ManTransferTiming( p, pNew );
// cleanup
Vec_WecFree( vCubes );
Vec_StrFree( vCompl );