Commit 455e0bae by Alan Mishchenko

Fix timing info communication in GIA APIs.

parent 2ef879e9
...@@ -2132,6 +2132,7 @@ void Gia_ManTransferTiming( Gia_Man_t * p, Gia_Man_t * pGia ) ...@@ -2132,6 +2132,7 @@ void Gia_ManTransferTiming( Gia_Man_t * p, Gia_Man_t * pGia )
p->vOutReqs = pGia->vOutReqs; pGia->vOutReqs = NULL; p->vOutReqs = pGia->vOutReqs; pGia->vOutReqs = NULL;
p->DefInArrs = pGia->DefInArrs; p->DefInArrs = pGia->DefInArrs;
p->DefOutReqs = pGia->DefOutReqs; p->DefOutReqs = pGia->DefOutReqs;
p->And2Delay = pGia->And2Delay;
} }
if ( pGia->vNamesIn || pGia->vNamesOut ) if ( pGia->vNamesIn || pGia->vNamesOut )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment