mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-08 04:31:14 +02:00
check slew clk option
This commit is contained in:
+10
-9
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user