ZLayout EDA Library v1.0.0
Advanced Electronic Design Automation Layout Library with Bilingual Documentation
|
Component power information. More...
#include <component.hpp>
Public Attributes | |
double | static_power = 0.0 |
double | dynamic_power = 0.0 |
double | leakage_current = 0.0 |
double | supply_voltage = 0.0 |
double | threshold_voltage = 0.0 |
Component power information.
Definition at line 155 of file component.hpp.
double zlayout::components::PowerInfo::dynamic_power = 0.0 |
Definition at line 157 of file component.hpp.
double zlayout::components::PowerInfo::leakage_current = 0.0 |
Definition at line 158 of file component.hpp.
double zlayout::components::PowerInfo::static_power = 0.0 |
Definition at line 156 of file component.hpp.
double zlayout::components::PowerInfo::supply_voltage = 0.0 |
Definition at line 159 of file component.hpp.
double zlayout::components::PowerInfo::threshold_voltage = 0.0 |
Definition at line 160 of file component.hpp.