check slew clk option

This commit is contained in:
James Cherry
2020-06-08 20:37:46 -07:00
parent 32adfad72e
commit 14cfe33bfd
4 changed files with 85 additions and 72 deletions
+10 -9
View File
@@ -627,15 +627,16 @@ public:
void reportSlewLimitVerbose(Pin *pin,
const Corner *corner,
const MinMax *min_max);
void checkSlews(const Pin *pin,
const Corner *corner,
const MinMax *min_max,
// Return values.
const Corner *&corner1,
const RiseFall *&tr,
Slew &slew,
float &limit,
float &slack);
void checkSlew(const Pin *pin,
const Corner *corner,
const MinMax *min_max,
bool check_clks,
// Return values.
const Corner *&corner1,
const RiseFall *&tr,
Slew &slew,
float &limit,
float &slack);
void checkFanoutLimitPreamble();
// Return the pin with the min/max fanout limit slack.