暑期实习两个月的其中一个任务是:如何在设计中加入断言?以及断言的基本语法.三种应用场景下的断言(如FIFO.FSM.AXI4-lite总线).参考书籍:<System Verilog Assertion 应用指南> 一.SVA介绍 1.1断言的定义 An assertion is a statement that a given property is required to be true, and a directive to verification tools to verify th…