diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/map/scl/sclMan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/scl/sclMan.h b/src/map/scl/sclMan.h index 15afb6de..a5657dc4 100644 --- a/src/map/scl/sclMan.h +++ b/src/map/scl/sclMan.h @@ -306,7 +306,7 @@ static inline float Abc_SclGetMaxDelayNodeFanins( SC_Man * p, Abc_Obj_t * pNode } static inline float Abc_SclReadMaxDelay( SC_Man * p ) { - return Abc_SclObjTimeMax( p, Abc_NtkPo(p->pNtk, Vec_QueTop(p->vQue)) ); + return Abc_SclObjTimeMax( p, Abc_NtkCo(p->pNtk, Vec_QueTop(p->vQue)) ); } /**Function************************************************************* |