mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
non-determinism in required times resolves orfs #3046
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
@@ -115,7 +115,7 @@ typedef StringSet PathGroupNameSet;
|
||||
typedef Vector<PathEnd*> PathEndSeq;
|
||||
typedef Vector<Arrival> ArrivalSeq;
|
||||
typedef Map<Vertex*, size_t> VertexPathCountMap;
|
||||
typedef UnorderedMap<Tag*, size_t, TagMatchHash, TagMatchEqual> PathIndexMap;
|
||||
typedef Map<Tag*, size_t, TagMatchLess> PathIndexMap;
|
||||
typedef Vector<Slack> SlackSeq;
|
||||
typedef Delay Crpr;
|
||||
typedef Vector<Path*> PathSeq;
|
||||
|
||||
Reference in New Issue
Block a user