ZLayout EDA Library v1.0.0
Advanced Electronic Design Automation Layout Library with Bilingual Documentation
Loading...
Searching...
No Matches
hierarchical_demo_simple.ComponentCategory Class Reference
Inheritance diagram for hierarchical_demo_simple.ComponentCategory:
Collaboration diagram for hierarchical_demo_simple.ComponentCategory:

Static Public Attributes

str PASSIVE = "passive"
str DIGITAL = "digital"
str ANALOG = "analog"
str MEMORY = "memory"
str PROCESSOR = "processor"
str IP_BLOCK = "ip_block"

Detailed Description

Definition at line 21 of file hierarchical_demo_simple.py.

Member Data Documentation

◆ ANALOG

str hierarchical_demo_simple.ComponentCategory.ANALOG = "analog"
static

Definition at line 24 of file hierarchical_demo_simple.py.

◆ DIGITAL

str hierarchical_demo_simple.ComponentCategory.DIGITAL = "digital"
static

Definition at line 23 of file hierarchical_demo_simple.py.

◆ IP_BLOCK

str hierarchical_demo_simple.ComponentCategory.IP_BLOCK = "ip_block"
static

Definition at line 27 of file hierarchical_demo_simple.py.

◆ MEMORY

str hierarchical_demo_simple.ComponentCategory.MEMORY = "memory"
static

Definition at line 25 of file hierarchical_demo_simple.py.

◆ PASSIVE

str hierarchical_demo_simple.ComponentCategory.PASSIVE = "passive"
static

Definition at line 22 of file hierarchical_demo_simple.py.

◆ PROCESSOR

str hierarchical_demo_simple.ComponentCategory.PROCESSOR = "processor"
static

Definition at line 26 of file hierarchical_demo_simple.py.


The documentation for this class was generated from the following files: