mirror of https://github.com/YosysHQ/abc.git
Bug fix in &trace.
This commit is contained in:
parent
c3837b95c1
commit
2ef79300ef
|
|
@ -246,6 +246,7 @@ float Gia_ManDelayTraceLut( Gia_Man_t * p )
|
|||
|
||||
// initialize the arrival times
|
||||
Gia_ManTimeStart( p );
|
||||
Gia_ManLevelNum( p );
|
||||
|
||||
// propagate arrival times
|
||||
if ( p->pManTime )
|
||||
|
|
|
|||
Loading…
Reference in New Issue