欢迎来到三一办公! | 帮助中心 三一办公31ppt.com(应用文档模板下载平台)
三一办公
全部分类
  • 办公文档>
  • PPT模板>
  • 建筑/施工/环境>
  • 毕业设计>
  • 工程图纸>
  • 教育教学>
  • 素材源码>
  • 生活休闲>
  • 临时分类>
  • ImageVerifierCode 换一换
    首页 三一办公 > 资源分类 > PPT文档下载  

    静态时序分析基本原理和时序分析模型.ppt

    • 资源ID:5887523       资源大小:679.50KB        全文页数:26页
    • 资源格式: PPT        下载积分:15金币
    快捷下载 游客一键下载
    会员登录下载
    三方登录下载: 微信开放平台登录 QQ登录  
    下载资源需要15金币
    邮箱/手机:
    温馨提示:
    用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)
    支付方式: 支付宝    微信支付   
    验证码:   换一换

    加入VIP免费专享
     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    静态时序分析基本原理和时序分析模型.ppt

    Quartus II Software Design Series:Timing Analysis,-Timing analysis basics,2,Objectives,Display a complete understanding of timing analysis,3,How does timing verification work?,Every device path in design must be analyzed with respect to timing specifications/requirementsCatch timing-related errors faster and easier than gate-level simulation&board testingDesigner must enter timing requirements&exceptionsUsed to guide fitter during placement&routingUsed to compare against actual results,IN,CLK,OUT,combinational delays,CLR,4,Timing Analysis Basics,Launch vs.latch edgesSetup&hold timesData&clock arrival timeData required timeSetup&hold slack analysisI/O analysisRecovery&removalTiming models,5,Path&Analysis Types,Three types of Paths:Clock PathsData PathAsynchronous Paths*,Clock Paths,Async Path,Data Path,Async Path,Two types of Analysis:Synchronous clock&data pathsAsynchronous*clock&async paths,*Asynchronous refers to signals feeding the asynchronous control ports of the registers,6,Launch&Latch Edges,CLK,Launch Edge,Latch Edge,Data Valid,DATA,Launch Edge:the edge which“launches”the data from source registerLatch Edge:the edge which“latches”the data at destination register(with respect to the launch edge,selected by timing analyzer;typically 1 cycle),7,Setup&Hold,Setup:The minimum time data signal must be stableBEFORE clock edgeHold:The minimum time data signal must be stableAFTER clock edge,Valid,DATA,CLK,DATA,Together,the setup time and hold time form a Data Required Window,the time around a clock edge in which data must be stable.,8,Data Arrival Time,Data Arrival Time=launch edge+Tclk1+Tco+Tdata,CLK,Launch Edge,The time for data to arrive at destination registers D input,Comb.Logic,9,Clock Arrival Time,Clock Arrival Time=latch edge+Tclk2,CLK,Latch Edge,The time for clock to arrive at destination registers clock input,Comb.Logic,10,Data Required Time-Setup,Data Required Time=Clock Arrival Time-Tsu-Setup Uncertainty,CLK,Latch Edge,The minimum time required for the data to get latched into the destination register,Data must be valid here,Comb.Logic,11,Data Required Time-Hold,Data Required Time=Clock Arrival Time+Th+Hold Uncertainty,CLK,Latch Edge,The minimum time required for the data to get latched into the destination register,Data mustremain validto here,Comb.Logic,12,Setup Slack,The margin by which the setup timing requirement is met.It ensures launched data arrives in time to meet the latching requirement.,CLK,Launch Edge,Latch Edge,Comb.Logic,13,Setup Slack(contd),Positive slackTiming requirement metNegative slackTiming requirement not met,Setup Slack=Data Required Time Data Arrival Time,14,Hold Slack,The margin by which the hold timing requirement is met.It ensures latch data is not corrupted by data from another launch edge.,CLK,Latch Edge,Next Launch Edge,Comb.Logic,15,Hold Slack(contd),Positive slackTiming requirement metNegative slackTiming requirement not met,Hold Slack=Data Arrival Time Data Required Time,16,FPGA/CPLD or ASSP,ASSP or FPGA/CPLD,I/O Analysis,Analyzing I/O performance in a synchronous design uses the same slack equationsMust include external device&PCB timing parameters,CL*,Tdata,Tclk1,Tclk2,OSC,Data Arrival Path,Data Arrival Path,Data Required Path,*Represents delay due to capacitive loading,17,Recovery&Removal,Recovery:The minimum time an asynchronous signal mustbe stable BEFORE clock edgeRemoval:The minimum time an asynchronous signal mustbe stable AFTER clock edge,CLK,ASYNC,18,Asynchronous=Synchronous?,Asynchronous control signal source is assumed synchronousSlack equations still applydata arrival path=asynchronous control pathTsu Trec;Th TremExternal device&board timing parameters may be needed(Ex.1),ASSP,FPGA/CPLD,OSC,FPGA/CPLD,Example 1,Example 2,Data arrival path,Data arrival path,Data required path,Data required path,19,Why Are These Calculations Important?,Calculations are important when timing violations occurNeed to be able to understand cause of violationExample causesData path too longRequirement too short(incorrect analysis)Large clock skew signifying a gated clock,etc.TimeQuest timing analyzer uses themEquations to calculate slackTerminology(launch and latch edges,Data Arrival Path,Data Required Path,etc.)in timing reports,20,Timing Models in Detail,Quartus II software models device timing at two PVT conditions by defaultSlow Corner ModelIndicates slowest possible performance for any single pathTiming for slowest device at maximum operating temperature and VCCMINFast Corner ModelIndicates fastest possible performance for any single pathTiming for fastest device at minimum operating temperature and VCCMAXWhy two corner timing models?Ensure setup timing is met in slow modelEnsure hold timing is met in fast modelEssential for source synchronous interfacesThird model(slow,min.temp.)available only for 65 nm and smaller technology devices(temperature inversion phenomenon),21,Generating Fast/Slow Netlist,Specify one of the default timing models to be used when creating your netlistDefault is the slow timing netlistTo specify fast timing netlistUse-fast_model option with create_timing_netlist commandChoose Fast corner in GUI when executing Create Timing Netlist from Netlist menuCANNOT select fast corner from Tasks Pane,22,Specifying Operating Conditions,Perform timing analysis for different delay models without recreating the existing timing netlistTakes precedence over already generated netlistRequired for selecting slow,min.temp.model and other models(industrial,military,etc.)depending on deviceUse get_available_operating_conditions to see available conditions for target device,Reference Documents,Quartus II Handbook,Volume 3,Chapter 7 The Quartus II TimeQuest Timing AnalyzerQuick Start Tutorial Cookbook,Reference Documents,SDC and TimeQuest API Reference ManualAN 481:Applying Multicycle Exceptions in the TimeQuest Timing AnalyzerAN 433:Constraining and Analyzing Source-Synchronous Interfaces,25,Online TrainingWith Alteras online training courses,you can:Take a course at any time that is convenient for youTake a course from the comfort of your home or office(no need to travel as with instructor-led courses)Each online course will take approximate one to three hours to complete.,http:/trainingView training class schedule&register for a class,Learn More Through Technical Training,26,Altera Technical Support,Reference Quartus II software on-line help Quartus II HandbookConsult Altera applications(factory applications engineers)MySupport:http:/Hotline:(800)800-EPLD(7:00 a.m.-5:00 p.m.PST)Field applications engineers:contact your local Altera sales officeReceive literature by mail:(888)3-ALTERAFTP:World-wide web:http:/Use solutions to search for answers to technical problems View design examples,

    注意事项

    本文(静态时序分析基本原理和时序分析模型.ppt)为本站会员(小飞机)主动上传,三一办公仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知三一办公(点击联系客服),我们立即给予删除!

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    备案号:宁ICP备20000045号-2

    经营许可证:宁B2-20210002

    宁公网安备 64010402000987号

    三一办公
    收起
    展开