SystemVerilog Assertions Design Tricks and SVA Bind Files讀書筆記


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

  


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM