ZLayout EDA Library v1.0.0
Advanced Electronic Design Automation Layout Library with Bilingual Documentation
|
Public Member Functions | |
__init__ (self, str name, int compute_units=16) | |
__init__ (self, str name, int compute_units=16) | |
Public Member Functions inherited from hierarchical_demo_simple.Component | |
__init__ (self, str name, ComponentCategory category) | |
add_child (self, 'Component' child) | |
Rectangle | calculate_hierarchical_bbox (self) |
int | get_total_gate_count (self) |
List[ 'Component'] | flatten_hierarchy (self) |
__init__ (self, str name, ComponentCategory category) | |
add_child (self, 'Component' child) | |
Rectangle | calculate_hierarchical_bbox (self) |
int | get_total_gate_count (self) |
List[ 'Component'] | flatten_hierarchy (self) |
Public Attributes | |
compute_units = compute_units | |
Public Attributes inherited from hierarchical_demo_simple.Component | |
name = name | |
category = category | |
position = Point(0, 0) | |
bounding_box = Rectangle(0, 0, 1, 1) | |
list | children = [] |
Optional[] | parent = None |
dict | properties = {} |
图形处理器
Definition at line 193 of file hierarchical_demo_simple.py.
hierarchical_demo_simple.GPU.__init__ | ( | self, | |
str | name, | ||
int | compute_units = 16 ) |
Definition at line 196 of file hierarchical_demo_simple.py.
hierarchical_demo_simple.GPU.__init__ | ( | self, | |
str | name, | ||
int | compute_units = 16 ) |
Definition at line 196 of file hierarchical_demo_simple.py.
hierarchical_demo_simple.GPU.compute_units = compute_units |
Definition at line 198 of file hierarchical_demo_simple.py.