Commit 2ef79300 by Alan Mishchenko

Bug fix in &trace.

parent c3837b95
......@@ -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 )
......
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