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:
dsengupta0628
2026-04-08 15:39:18 +00:00
parent 12bbfed551
commit 37520c08d2
9 changed files with 73 additions and 38 deletions
+2 -1
View File
@@ -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);