mirror of https://github.com/YosysHQ/abc.git
Fix timing info communication in GIA APIs.
This commit is contained in:
parent
2ef879e928
commit
455e0bae3e
|
|
@ -2132,6 +2132,7 @@ void Gia_ManTransferTiming( Gia_Man_t * p, Gia_Man_t * pGia )
|
|||
p->vOutReqs = pGia->vOutReqs; pGia->vOutReqs = NULL;
|
||||
p->DefInArrs = pGia->DefInArrs;
|
||||
p->DefOutReqs = pGia->DefOutReqs;
|
||||
p->And2Delay = pGia->And2Delay;
|
||||
}
|
||||
if ( pGia->vNamesIn || pGia->vNamesOut )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue