解读report_nonscan_cells -summary得到的report

在Tetramax中使用 report_nonscan_cells -summary
报告none-scan FF时,会得到如下的报告:

报告中”#”号后面的代码的含义如下:

  • C0 (constant zero) - This is a nonscan cell that has been initialized to a 0 state from the test setup procedure and will always retain that state in the presence of the current PI (primary input) constraints.
  • C1 (constant one) - This is a nonscan cell that has been initialized to a 1 state from the test setup procedure and will always retain that state in the presence of the current PI constraints.
  • CU (clock unstable) - This is a nonscan cell that does not have clock-off stability and does not qualify to be a transparent latch (described below).
  • L0 (load 0) - This is a nonscan cell that has been set to a 0 state at the end of the scan chain load, but is not restricted to always retain the state.
  • L1 (load 1) - This is a nonscan cell that has been set to a 1 state at the end of the scan chain load, but is not restricted to always retain the state.
  • TLA (transparent latch) - This is a nonscan DLAT that is not stable when all clocks are off. This allows it the opportunity to behave as a transparent latch when one of its clock inputs is active while the other clock/set/reset inputs are inactive. The transparency condition must occur at the force_pi time of a pattern when all clocks are off.
  • LE (leading edge clock behavior) - This is a nonscan DFF that is stable when all clocks are off and the clock-off state results in a 0 on its clock input lines. An LE cell captures data on the leading edge of a clock pulse.
  • TE (trailing edge clock behavior) - This is a nonscan DFF that is stable when all clocks are off and the clock-off state results in a 1 on its clock input lines. A TE cell captures data on the trailing edge of a clock pulse.
  • LS (level sensitive behavior) - This is a nonscan DLAT that is stable when all clocks are off.

如上面的 #CU=184 的意思是:clock unstable的nonscan cell有184个。

[ATPG]解读report_nonscan_cells -summary得到的report相关推荐

  1. R回归模型输出结果详细解读:summary、call、residuals、Coefficients、Assessing Model Fit

    R回归模型输出结果详细解读:summary.call.residuals.Coefficients.Assessing Model Fit 目录 R回归模型输出结果详细解读:summary.call. ...

  2. 创建链表:头插法与尾插法

    两种方法的区别无非是插入的位置: 头插法:新插入结点始终未当前的第一个结点 尾插法:新插入结点始终为当前的最后一个结点 头插法建表 实现代码: //头插法建链表 void HeadCreateList ...

  3. idou老师教你学Istio 27:解读Mixer Report流程

    1.概述 Mixer是Istio的核心组件,提供了遥测数据收集的功能,能够实时采集服务的请求状态等信息,以达到监控服务状态目的. 1.1 核心功能 •前置检查(Check):某服务接收并响应外部请求前 ...

  4. TMAXug ATPG Design Flow

    文章目录 如何启动tmax运行脚本 本篇博客介绍TMAXug系列的 ATPG Design Flow ATPG process是一个产生测试向量的过程,让ATE设备能够识别到正确的电路与fault 电 ...

  5. C# 报表(report)和LocalReport类如何实现打印?

    在这里与大家一起来分享下LocalReport类与报表(report)打印的使用.在做项目时候,报表打印是常常会用到的.它们是如何实现 打印的呢?今天根据自己在项目中用到的部分报表打印,再次重温一下它 ...

  6. 新库上线 | CnOpenData联合国大会投票信息数据

    CnOpenData联合国大会投票信息数据 一.数据简介   联合国大会(General Assembly of the United Nations,简称"联大")成立于1945 ...

  7. 一个6年的菜鸟,在4年之前做的一些功能(二)

    前戏:针对上一篇列出来的功能点,今天和大家分享下这个自定义的公式是怎么设计的,由于我的第一篇博客在首页被管理员移走了,大家可以点击这里来跳转,看下第一篇的目录结构.本人作为老菜鸟,和大家分享的也是一些 ...

  8. Design Pattern - Factory Method(C#)

    分享一下我老师大神的人工智能教程!零基础,通俗易懂!http://blog.csdn.net/jiangjunshow 也欢迎大家转载本篇文章.分享知识,造福人民,实现我们中华民族伟大复兴! Defi ...

  9. 如何打开.etl文件?

    如何打开.etl文件? 怎么打开etl文件?笔者百度了,也google了. 说什么.etl是系统文件, 一般打不开. 可以尝试用记事本打开. 我试着用记事本打开,全是乱码.无解... 于是请教我的老大 ...

最新文章

  1. C#趣味程序---个位数为6,且能被3整出的五位数
  2. linux 开启独立iptables日志
  3. android反编译的方法
  4. TMS320F28335之定时器
  5. 二叉索引树 -- 区间信息的维护与查询
  6. [C++11]decltype在泛型编程中的使用举例
  7. CPU使用率的查看以及性能分析(perf top/record/report)
  8. POJ 1200 Crazy Search(RK)
  9. 不选择互联网行业,学弟学妹可以选择这些新兴科技行业发展!
  10. k means聚类算法_K-Means 聚类算法 20210108
  11. drf 安装_drf 安装与配置
  12. 微软Azure云服务故障超过24小时,原因竟是——被雷劈了
  13. 5、手把手教React Native实战之盒子模型BoxApp
  14. 西门子plc程序好坏判定
  15. snmpwalk访问华为防火墙snmp服务超时失败问题
  16. python文本处理的函数总结
  17. Spring Boot编程思想 核心篇 小马哥
  18. 在Flex/Flash项目中使用TLF(Text Layout Framework)的经验分享
  19. 暴走英雄坛计算机在线,暴走英雄坛计算器
  20. 龙格库塔(runge-kutta,RK)法求解微分方程

热门文章

  1. swift 调用 oc [cannot find interface declaration for ‘ BaseViewModel’ , superclass of ‘indexViewModel’
  2. 《web开发: 数据可视化(Echarts)介绍》
  3. 支持3d android 模拟器,3D太空模拟器
  4. 算法---逆向旋转矩阵法求解矩阵绕圈走
  5. activemq使用详解
  6. Python代码写好了怎么运行?为大家详细讲讲如何运行Python代码
  7. unity应用(Apply)预制体时报错
  8. APICloud AVM多端开发 | 《外卖app开发》项目源码深度解析(上)
  9. labview学习笔记1-数字输入与输出
  10. 线索二叉树(Threaded BinaryTree)