zoukankan      html  css  js  c++  java
  • APL: ANSYS Power Library

    1. creating accurate switching current waveforms (profiles)

    2.output-state dependent decoupling capacitance (intrinsic decapacitance)

    3. equivalent power circuit resistance (ESR effective series resistance)

    4.switching delay

    5.leakage current

    Design View:

    1. Main physical information of  the design inputs :DEF and LEF files

    2.RDL overlay of GDS

    3.Lib/CCS/APL data

    4.Physical Macro model views

    ModifiedDesignView(sub-views)

    The ModifiedDesignView provides an efficient way to make small changes to an existing Design View.

    It is also the primary mechanism for reading any power/ground source/bump locations.

    1.The power/ground voltage source locations or to import a ploc file

    2.Modify geometries using by adding/deleting metals and vias or create dummy RDL patterns

    3.Any light view changes only and referencing the main Design View

    ExtractView:

    1.parasitic extraction directly on the design data.  power grids / signal nets /resistors/capacitors. And also store information on shorts/disconnects/SPRs.

    2.From inporting a SPEF input file of the signal nets. The view will store the signal net loading used for power grid analysis or more detailed information for Signal ElectroMigration(EM) analysis.

     TimingView:

    holds all external timing constraints read from SDC files and timing information,slews,timing windows,clock and slack,read from the output of STA through timing window files.It annotates all of the information onto the design as it builds a timing graph of entre design based on the chosen process corner.

     Scenario View :

    determine instance demand currents for specific conditions (design mode,PVT corner,spedific simulation vectors).

     ElectroMigrationView:

    EM view contains the results of analyzing the EM rules based on the currents through either the PG nets or the Signal nets coming from either the Analysis View or the SignalNetCurrentView.

    Peak/RMS/DC limits read from the technology view.

    SignalNetCurrentView:

    Contain the results of calculating,first,the driver currents for signal nets,followed by calculating the currents distributes through parasitics of the signal nets from the driver to all the receivers.

    ReducedModelView:

    Reduced die model and so require submitting to a single big machine.It's recommended you generate ExtractView.

  • 相关阅读:
    tensorflow日志信息如何屏蔽?
    测试图像篡改模型fps逐渐降低的原因?
    np.float32()和np.float64
    hive on spark运行时 ,读取不到hive元数据问题
    Hadoop之HDFS(二)HDFS工作机制和集群安全模式
    Spark中的Driver和Executor详解及相关调优
    Linux查看物理CPU个数、核数、逻辑CPU个数
    shell命令查看进程id,并杀死进程,停止脚本
    Flink CDC 2.0 正式发布,详解核心改进
    Kafka 如何保证消息的消费顺序一致性
  • 原文地址:https://www.cnblogs.com/lelin/p/11441660.html
Copyright © 2011-2022 走看看