Bug fix in &trace.

This commit is contained in:
Alan Mishchenko 2019-09-18 19:11:52 -07:00
parent c3837b95c1
commit 2ef79300ef
1 changed files with 1 additions and 0 deletions

View File

@ -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 )