mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-02 19:49:36 +02:00
report_checks -fields fanout does not report on net field
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
+2
-1
@@ -889,7 +889,8 @@ public:
|
||||
void setReportPathFields(bool report_input_pin,
|
||||
bool report_net,
|
||||
bool report_cap,
|
||||
bool report_slew);
|
||||
bool report_slew,
|
||||
bool report_fanout);
|
||||
ReportField *findReportPathField(const char *name);
|
||||
void setReportPathDigits(int digits);
|
||||
void setReportPathNoSplit(bool no_split);
|
||||
|
||||
Reference in New Issue
Block a user