Commit b91c4165 by Alan Mishchenko

Bug fix in gate sizing.

parent 25db1d5a
...@@ -306,7 +306,7 @@ static inline float Abc_SclGetMaxDelayNodeFanins( SC_Man * p, Abc_Obj_t * pNode ...@@ -306,7 +306,7 @@ static inline float Abc_SclGetMaxDelayNodeFanins( SC_Man * p, Abc_Obj_t * pNode
} }
static inline float Abc_SclReadMaxDelay( SC_Man * p ) 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************************************************************* /**Function*************************************************************
......
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