mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-01 10:27:10 +02:00
power refactor
This commit is contained in:
@@ -161,6 +161,13 @@ protected:
|
||||
FuncExpr *inferedWhen(FuncExpr *expr,
|
||||
const LibertyPort *from_port);
|
||||
LibertyPort *findExprOutPort(FuncExpr *expr);
|
||||
void findInputDuty(const Pin *to_pin,
|
||||
const Instance *inst,
|
||||
FuncExpr *func,
|
||||
InternalPower *pwr,
|
||||
// Return values.
|
||||
float &duty,
|
||||
FuncExpr *&infered_when);
|
||||
|
||||
private:
|
||||
PwrActivity global_activity_;
|
||||
|
||||
Reference in New Issue
Block a user