mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-04 00:39:45 +02:00
changes to show original name of pins in path report for mbff clustered flops
Signed-off-by: dsengupta0628 <[email protected]>
This commit is contained in:
+2
-1
@@ -992,7 +992,8 @@ public:
|
||||
bool report_slew,
|
||||
bool report_fanout,
|
||||
bool report_variation,
|
||||
bool report_src_attr);
|
||||
bool report_src_attr,
|
||||
bool report_orig_name);
|
||||
ReportField *findReportPathField(std::string_view name);
|
||||
void setReportPathDigits(int digits);
|
||||
void setReportPathNoSplit(bool no_split);
|
||||
|
||||
Reference in New Issue
Block a user