ZLayout EDA Library v1.0.0
Advanced Electronic Design Automation Layout Library with Bilingual Documentation
Loading...
Searching...
No Matches
zlayout::components::PowerInfo Struct Reference

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

Detailed Description

Component power information.

Definition at line 155 of file component.hpp.

Member Data Documentation

◆ dynamic_power

double zlayout::components::PowerInfo::dynamic_power = 0.0

Definition at line 157 of file component.hpp.

◆ leakage_current

double zlayout::components::PowerInfo::leakage_current = 0.0

Definition at line 158 of file component.hpp.

◆ static_power

double zlayout::components::PowerInfo::static_power = 0.0

Definition at line 156 of file component.hpp.

◆ supply_voltage

double zlayout::components::PowerInfo::supply_voltage = 0.0

Definition at line 159 of file component.hpp.

◆ threshold_voltage

double zlayout::components::PowerInfo::threshold_voltage = 0.0

Definition at line 160 of file component.hpp.


The documentation for this struct was generated from the following file: