summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/giaFx.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2014-08-25 16:55:39 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2014-08-25 16:55:39 -0700
commit47dde4e4789c4c068f3c8ebe77a5a629da48936b (patch)
treebf6af774173dedb5470dd376af14883ee2868e71 /src/aig/gia/giaFx.c
parentcbbf78e6f4d8acd32b0afcdc0e4e87bc318a2590 (diff)
downloadabc-47dde4e4789c4c068f3c8ebe77a5a629da48936b.tar.gz
abc-47dde4e4789c4c068f3c8ebe77a5a629da48936b.tar.bz2
abc-47dde4e4789c4c068f3c8ebe77a5a629da48936b.zip
Correcting incorrect handling of timing in several &-commands.
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 );