ssta compile

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2023-11-17 17:43:39 -07:00
parent 2bc81c9bda
commit f1050e641c
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ typedef Vector<PathVertex> PathVertexSeq;
typedef Vector<Slack> SlackSeq;
typedef Delay Crpr;
typedef Vector<PathRef> PathRefSeq;
typedef MinMaxValues<float> ClkDelays[RiseFall::index_count][RiseFall::index_count];
typedef MinMaxValues<Delay> ClkDelays[RiseFall::index_count][RiseFall::index_count];
enum class ReportPathFormat { full,
full_clock,