Home
last modified time | relevance | path

Searched defs:InternalPower (Results 1 – 3 of 3) sorted by relevance

/dports/cad/opentimer/OpenTimer-18d28ff/ot/liberty/
H A Dpower.hpp9 struct InternalPower { struct
11 std::string related_pin;
13 std::optional<Lut> rise_power;
14 std::optional<Lut> fall_power;
/dports/cad/openroad/OpenROAD-2.0/src/sta/include/sta/
H A DInternalPower.hh51 class InternalPower class
/dports/cad/openroad/OpenROAD-2.0/src/sta/liberty/
H A DInternalPower.cc71 InternalPower::InternalPower(LibertyCell *cell, in InternalPower() function in sta::InternalPower