report_check_types -max_slew -net

This commit is contained in:
James Cherry
2021-03-06 06:44:12 -07:00
parent 66c13decad
commit a0c9bd5fbc
6 changed files with 110 additions and 129 deletions
+6 -7
View File
@@ -604,14 +604,13 @@ public:
ClockSet &clks);
void checkSlewLimitPreamble();
// Return the pin with the min/max slew limit slack.
// Return pins with the min/max slew limit slack.
// net=null check all nets
// corner=nullptr checks all corners.
Pin *pinMinSlewLimitSlack(const Corner *corner,
const MinMax *min_max);
// Return all pins with min/max slew violations.
// corner=nullptr checks all corners.
PinSeq *pinSlewLimitViolations(const Corner *corner,
const MinMax *min_max);
PinSeq *checkSlewLimits(Net *net,
bool violators,
const Corner *corner,
const MinMax *min_max);
void reportSlewLimitShortHeader();
void reportSlewLimitShort(Pin *pin,
const Corner *corner,