summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/giaIf.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2015-04-04 16:01:12 +0700
committerAlan Mishchenko <alanmi@berkeley.edu>2015-04-04 16:01:12 +0700
commit7c3eab6eb469d4c4324fa900e0249d7ab6f0f35e (patch)
tree7ee3cfb8d04c3fbdd962ccf6c52a134846414001 /src/aig/gia/giaIf.c
parente52d3a0c16de062eb7d5558e3ffe7ee006443065 (diff)
downloadabc-7c3eab6eb469d4c4324fa900e0249d7ab6f0f35e.tar.gz
abc-7c3eab6eb469d4c4324fa900e0249d7ab6f0f35e.tar.bz2
abc-7c3eab6eb469d4c4324fa900e0249d7ab6f0f35e.zip
Properly copying and saving the timing info in &get and &put.
Diffstat (limited to 'src/aig/gia/giaIf.c')
-rw-r--r--src/aig/gia/giaIf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/aig/gia/giaIf.c b/src/aig/gia/giaIf.c
index 8a45701d..ba824a5e 100644
--- a/src/aig/gia/giaIf.c
+++ b/src/aig/gia/giaIf.c
@@ -2035,6 +2035,8 @@ void Gia_ManTransferTiming( Gia_Man_t * p, Gia_Man_t * pGia )
{
p->vInArrs = pGia->vInArrs; pGia->vInArrs = NULL;
p->vOutReqs = pGia->vOutReqs; pGia->vOutReqs = NULL;
+ p->DefInArrs = pGia->DefInArrs;
+ p->DefOutReqs = pGia->DefOutReqs;
}
if ( pGia->pManTime == NULL || p == pGia )
return;