您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. SystemVerilog Assertions - Design Tricks and SVA Bind Files_pres

  2. There are some simple tricks that every design engineer should know to facilitate the usage of SystemVerilog Assertions. Although this paper is not intended to be a comprehensive tutorial on SystemVerilog Assertions, it is worthwhile to give a simpl
  3. 所属分类:其它

    • 发布日期:2009-12-14
    • 文件大小:2097152
    • 提供者:chaoyuwa0516
  1. 一本SVA的外语书《Power of Assertions in SystemVerilog》,详细,清晰!

  2. This book is the result of the deep involvement of the authors in the development of EDA tools, SystemVerilog Assertion standardization, and many years of practical experience. One of the goals of this book is to expose the oral knowhow circulated a
  3. 所属分类:硬件开发

    • 发布日期:2011-06-15
    • 文件大小:3145728
    • 提供者:lssxye
  1. A Practical Guide for SystemVerilog Assertions

  2. A Practical Guide for SystemVerilog Assertions
  3. 所属分类:嵌入式

    • 发布日期:2011-08-22
    • 文件大小:11534336
    • 提供者:dt
  1. ( A Practical Guide for SystemVerilog Assertions.pdf SystemVerilog Assertions

  2. ( A Practical Guide for SystemVerilog Assertions.pdf )
  3. 所属分类:电信

    • 发布日期:2012-07-11
    • 文件大小:11534336
    • 提供者:harryli123qwe
  1. A Practical Guide for SystemVerilog Assertions[M.Ramanathan]

  2. SystemVerilog验证经典书籍,《A Practical Guide for SystemVerilog Assertions》[M.Ramanathan]
  3. 所属分类:硬件开发

    • 发布日期:2016-03-10
    • 文件大小:11534336
    • 提供者:fjelly
  1. A Practical Guide for SystemVerilog Assertions

  2. 1.1 What is an Assertion? 7 1.2 Why use SystemVerilog Assertions (SVA)? 8 1.3 SystemVerilog Scheduling 10 1.4 SVA Terminology 11 1.4.1 Concurrent assertions 11 1.4.2 Immediate assertions 12 1.5 Building blocks of SVA 13 1.6 A simple sequence 14 1.7
  3. 所属分类:硬件开发

    • 发布日期:2017-10-01
    • 文件大小:11534336
    • 提供者:luoyanghero
  1. A Practical Guide for SystemVerilog Assertions配书光盘

  2. 1.1 What is an Assertion? 7 1.2 Why use SystemVerilog Assertions (SVA)? 8 1.3 SystemVerilog Scheduling 10 1.4 SVA Terminology 11 1.4.1 Concurrent assertions 11 1.4.2 Immediate assertions 12 1.5 Building blocks of SVA 13 1.6 A simple sequence 14 1.7
  3. 所属分类:硬件开发

    • 发布日期:2017-10-01
    • 文件大小:3145728
    • 提供者:luoyanghero
  1. System-Verilog-Assertions(SVA)-简介

  2. System-Verilog-Assertions(SVA)-简介,断言,形式验证
  3. 所属分类:讲义

    • 发布日期:2017-11-02
    • 文件大小:455680
    • 提供者:buaa_09
  1. SystemVerilog、SystemVerilog Assertions及UVM相关文档资料

  2. 包含SystemVerilog的图书SystemVerilog for Verification(第3版)以及最新版IEEE标准;SystemVerilog Assertions的图书A Practical Guide for SystemVerilog Assertions;UVM1.2源码、官方手册、最新版IEEE标准以及图书A practical guide to adopting the universal verfication methodology(UVM)。
  3. 所属分类:硬件开发

    • 发布日期:2018-05-07
    • 文件大小:38797312
    • 提供者:alan_life
  1. systemverilog+assertions应用指南

  2. systemverilog+assertions应用指南systemverilog+assertions应用指南
  3. 所属分类:讲义

    • 发布日期:2018-05-09
    • 文件大小:1048576
    • 提供者:qq_37383691
  1. SystemVerilog Assertions and Functional Coverage_ Guide to Language

  2. Ashok B. Mehta (auth.) - SystemVerilog Assertions and Functional Coverage_ Guide to Language, Methodology and Applications-Springer International Publishing (2016)
  3. 所属分类:硬件开发

    • 发布日期:2018-12-26
    • 文件大小:49283072
    • 提供者:qq_41394155
  1. SVA_ The Power of Assertions in SystemVerilog

  2. Eduard Cerny, Surrendra Dudani, John Havlicek, Dmitry Korchemny (auth.) - SVA_ The Power of Assertions in SystemVerilog-Springer International Publishing (2015)
  3. 所属分类:硬件开发

    • 发布日期:2018-12-26
    • 文件大小:5242880
    • 提供者:qq_41394155
  1. systemVerilog Assertions 应用指南-《ystemVerilog Assertions 应用指南》源代码

  2. systemVerilog Assertions 应用指南-《ystemVerilog Assertions 应用指南》源代码
  3. 所属分类:硬件开发

    • 发布日期:2019-08-26
    • 文件大小:3145728
    • 提供者:drjiachen
  1. 正则表达式断言、巡视(Assertions)、正向断言、反向断言介绍

  2. 主要介绍了正则表达式断言、巡视(Assertions)、正向断言、反向断言介绍,需要的朋友可以参考下
  3. 所属分类:其它

    • 发布日期:2020-10-23
    • 文件大小:52224
    • 提供者:weixin_38643127
  1. 正则表达式断言、巡视(Assertions)、正向断言、反向断言介绍

  2. 断言(Assertions)在正则表达式概念里面难理解,它通常指的是在目标字符串的当前匹配位置进行的一种测试但这种测试并不占用目标字符串,也即不会移动模式在目标字符串中的当前匹配位置。详细可以看看,正则表达式匹配解析过程探讨分析(正则表达式匹配原理),里面提到“零宽度“很多元字符,只是对特殊位置进行匹配,它们可以理解为断言。 断言元字符 常见断言元字符有: \b, \B, \A, \Z, \z, ^ ,$ 它们只是表示特殊位置,各自作用如有字符串AB,带位置表示为:0A1B2 元字符 意义
  3. 所属分类:其它

    • 发布日期:2020-12-13
    • 文件大小:307200
    • 提供者:weixin_38734506
  1. kotest-assertions-kotlinx-datetime:Kotlinx日期时间的Kotest断言库-源码

  2. kotest-assertions-kotlinx-datetime Kotest断言库 Kotest对断言。 参见 。 请在kotest上创建问题。
  3. 所属分类:其它

    • 发布日期:2021-03-09
    • 文件大小:86016
    • 提供者:weixin_42108054
  1. phpunit-xpath-assertions:PHPUnit基于Xpath的断言-源码

  2. phpunit-xpath-assertions 与PHPUnit一起使用的Xpath断言和约束。 例 use PHPUnit \ Framework \ TestCase ; use PHPUnit \ Xpath \ Assert as XpathAssertions ; class MyProjectExampleTest extends TestCase { use XpathAssertions ; public function testChildElementEx
  3. 所属分类:其它

    • 发布日期:2021-02-06
    • 文件大小:28672
    • 提供者:weixin_42160424
  1. static-assertions-rs:确保在Rust中对常量,类型等进行正确的假设-源码

  2. static-assertions-rs:确保在Rust中对常量,类型等进行正确的假设
  3. 所属分类:其它

    • 发布日期:2021-02-05
    • 文件大小:37888
    • 提供者:weixin_42117150
  1. qunit-assertions-extra:与qunit一起使用的有用断言的集合-源码

  2. qunit-assertions-extra 与qunit一起使用的有用断言的集合。 assert . contains ( 'Hello there!' , 'Hello' ) ; assert . contains ( [ 1 , 3 ] , 3 ) ; assert . matches ( 'Hello there!' , /Hello/ ) ; 安装 yarn add --dev qunit-assertions-extra npm install --save-dev qunit-
  3. 所属分类:其它

    • 发布日期:2021-02-04
    • 文件大小:293888
    • 提供者:weixin_42134168
  1. nightwatch-custom-commands-assertions:Nightwatch.js自定义命令和断言-源码

  2. Nightwatch自定义命令和断言 这些是我在使用nightwatch.js和Selenium进行测试时使用的一些命令和断言。 如何使用这些东西? 您可以使用npm安装它: npm install nightwatch-custom-commands-assertions --save-dev 然后,打开你的编辑器nightwatch.json文件(或),并编辑custom_commands_path和custom_assertions_path键,以便它们看起来是这样的: { ..
  3. 所属分类:其它

    • 发布日期:2021-01-30
    • 文件大小:12582912
    • 提供者:weixin_42150341
« 12 3 4 5 6 7 8 9 10 »