summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2018-10-22 18:59:06 +0700
committerAlan Mishchenko <alanmi@berkeley.edu>2018-10-22 18:59:06 +0700
commit684f1ec7a546e846d3c42c79f1f271fabd4c30e6 (patch)
tree2440c6f608a90947aa473116ce29dab111232beb
parent341e55ab3b53fe222407f0f8771cf05df49d568f (diff)
downloadabc-684f1ec7a546e846d3c42c79f1f271fabd4c30e6.tar.gz
abc-684f1ec7a546e846d3c42c79f1f271fabd4c30e6.tar.bz2
abc-684f1ec7a546e846d3c42c79f1f271fabd4c30e6.zip
Fix timing info communication in GIA APIs.
-rw-r--r--src/base/abci/abc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c
index 181ca54a..2e86f61d 100644
--- a/src/base/abci/abc.c
+++ b/src/base/abci/abc.c
@@ -29435,6 +29435,7 @@ int Abc_CommandAbc9Get( Abc_Frame_t * pAbc, int argc, char ** argv )
pGia->DefOutReqs = Abc_NtkReadDefaultRequiredWorst(pNtk);
pGia->vInArrs = Vec_FltAllocArray( Abc_NtkGetCiArrivalFloats(pNtk), Abc_NtkCiNum(pNtk) );
pGia->vOutReqs = Vec_FltAllocArray( Abc_NtkGetCoRequiredFloats(pNtk), Abc_NtkCoNum(pNtk) );
+ pGia->And2Delay = pNtk->AndGateDelay;
}
Abc_FrameUpdateGia( pAbc, pGia );
return 0;