report_check_types -max_fanout -net

This commit is contained in:
James Cherry
2021-03-07 20:43:51 -07:00
parent 6ebaf3ebdb
commit d2fe0e9497
9 changed files with 107 additions and 123 deletions
+6 -4
View File
@@ -631,10 +631,12 @@ public:
float &slack);
void checkFanoutLimitPreamble();
// Return the pin with the min/max fanout limit slack.
Pin *pinMinFanoutLimitSlack(const MinMax *min_max);
// Return all pins with min/max fanout violations.
PinSeq *pinFanoutLimitViolations(const MinMax *min_max);
// Return pins with the min/max fanout limit slack.
// net=null check all nets
// corner=nullptr checks all corners.
PinSeq *checkFanoutLimits(Net *net,
bool violators,
const MinMax *min_max);
void reportFanoutLimitShortHeader();
void reportFanoutLimitShort(Pin *pin,
const MinMax *min_max);