mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-07 02:00:13 +02:00
Version abc50819
This commit is contained in:
@@ -252,7 +252,9 @@ void Map_TimeComputeRequired( Map_Man_t * p, float fRequired )
|
||||
|
||||
// sorts the nodes in the decreasing order of levels
|
||||
// this puts the nodes in reverse topological order
|
||||
Map_MappingSortByLevel( p, p->vMapping );
|
||||
// Map_MappingSortByLevel( p, p->vMapping );
|
||||
// the array is already sorted by construction in Map_MappingSetRefs()
|
||||
|
||||
Map_TimePropagateRequired( p, p->vMapping );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user