report_checks -fields fanout does not report on net field

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2023-08-02 13:11:09 -07:00
parent 0a90cf6d0d
commit 112faf3ed7
7 changed files with 32 additions and 17 deletions
+2 -1
View File
@@ -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);