mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-07 19:56:55 +02:00
report_check_types -max_slew -net
This commit is contained in:
+6
-7
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user