ZLayout EDA Library v1.0.0
Advanced Electronic Design Automation Layout Library with Bilingual Documentation
Loading...
Searching...
No Matches
hierarchical_demo_simple Namespace Reference

Classes

class  ALU
class  Component
class  ComponentCategory
class  DigitalGate
class  GPU
class  PassiveComponent
class  Point
class  ProcessorCore
class  Rectangle
class  SoC

Functions

 demonstrate_basic_components ()
 demonstrate_hierarchical_design ()
 demonstrate_scalability ()
 benchmark_optimization ()
 demonstrate_real_world_circuit ()
 main ()

Detailed Description

简化的层次化EDA组件系统演示

这个示例展示了层次化组件系统的核心概念:
1. 基本电子元器件
2. 数字逻辑电路
3. 复杂IP块
4. 层次化优化的巨大性能提升

模拟了从基础元器件到十亿级芯片设计的层次化组合过程

Function Documentation

◆ benchmark_optimization()

hierarchical_demo_simple.benchmark_optimization ( )
基准测试优化性能

Definition at line 334 of file hierarchical_demo_simple.py.

Here is the caller graph for this function:

◆ demonstrate_basic_components()

hierarchical_demo_simple.demonstrate_basic_components ( )
演示基本组件创建

Definition at line 258 of file hierarchical_demo_simple.py.

Here is the caller graph for this function:

◆ demonstrate_hierarchical_design()

hierarchical_demo_simple.demonstrate_hierarchical_design ( )
演示层次化设计

Definition at line 292 of file hierarchical_demo_simple.py.

Here is the caller graph for this function:

◆ demonstrate_real_world_circuit()

hierarchical_demo_simple.demonstrate_real_world_circuit ( )
演示真实世界电路

Definition at line 382 of file hierarchical_demo_simple.py.

Here is the caller graph for this function:

◆ demonstrate_scalability()

hierarchical_demo_simple.demonstrate_scalability ( )
演示可扩展性

Definition at line 311 of file hierarchical_demo_simple.py.

Here is the caller graph for this function:

◆ main()

hierarchical_demo_simple.main ( )
主函数

Definition at line 416 of file hierarchical_demo_simple.py.

Here is the call graph for this function:
Here is the caller graph for this function: