Mentor-dft 学习笔记 day3--保姆级udfm文件编写

ps:天行健,君子以自强不息

一.About User-Defined Fault Modeling

 对于未被定义的错误,偶然被检测出来的(detected only by accident),需要我们去定义,这部分就是主要介绍如何定义的,可以使用udfm模块去定义错误
(1) UDFM File Format
Input for: read_fault_sites(输入格式文件)
//用udfm文件定义的ascii的文件
#语法规则 注释// ,关键字不区分大小写,冒号定义关键字,字符串双引号(“”),用分号(;)做结束语

 

 必要的参数:udfm版本,udfm type,fault(名词+可替代测试列表),test(指定测试的故障条件)

example 1

Intra-cell Bridge Fault Example
The following is an example that tests for a cell internal bridge fault of a 2-to-1 multiplexer
(MUX21) from the CMOS123_std library. This example specifies two tests with the required
activation conditions on the input pins for observing on pin Z the effects of the bridge fault.(二选一多路选择器内部错误示例)
UDFM {
version : 1;//版本号是必须的
Properties {
"library-name" : "CMOS123_std";
"create-by" : "my tool 1.0";
}
//属性用双引号
UdfmType ("intra-cell-bridges") {
Cell ("MUX21") {
Fault ("myFlt-N1-Z")
//自定义错误 myFlt-N1-Z
{
Test {
StaticFault {"Z" : 1;}
Conditions {"D0" : 0; "D1" : 0; "S" : 0;}
}
  • 1
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值