hxxy
1 Introduction

1.1  What is an assertion?
(1)a "statement of fact"or "claim of truth"made about a design
(2)active design comments
(3) describing what should never happen using "not sequence" assertions is even more important than using assertions to describe always true conditions.

1.2  What is a property?
(1)a rule that will be asserted (enabled) to passively test a design
(2)can be a simple Booleantest regarding conditions that should always hold true about the design, or it can be a sampled sequence of signals that should follow a legal and prescribed protocol

1.3  Two types of SystemVerilog assertions
SystemVerilog has two types of assertions:
(1) Immediate assertions
(2) Concurrent assertions

  

分类:

技术点:

相关文章:

  • 2021-08-14
  • 2021-12-24
  • 2021-12-26
  • 2022-01-10
  • 2021-10-24
  • 2021-07-02
  • 2021-08-25
猜你喜欢
  • 2021-08-14
  • 2021-09-14
  • 2022-12-23
  • 2021-10-25
  • 2022-01-04
  • 2021-06-14
  • 2021-08-10
相关资源
相似解决方案