随笔分类 - IC Verification
摘要:Like type overrides, instance overrides should precede object creation. All factory overrides code should be executed in a parent prior to building th
阅读全文
摘要:1. 首先理解 scope 的概念 除了常见的module、interface、class、task以及function等等,另外,begin-end block 和 fork-join block 也是一个 scope(这里的 fork-join block 包括fork-join、fork-jo
阅读全文
摘要:1. 四值逻辑的逻辑运算 在对比SystemVerilog中的相等运算符之前,先来看一下三种最基本的逻辑运算符,下文中以**·**表示与运算,以+表示或运算,以'表示非运算。我们都知道在逻辑代数中,只有0和1,那么在SystemVerilog中,对于四值逻辑(0、1、z、x)的逻辑运算结果又会怎样呢
阅读全文
摘要:作为引子,首先来看一段描述,该段介绍了SystemVerilog对比Verilog在RTL设计和建模时的新特性之一(logic数据类型),然后下文我再详细展开对比介绍Verilog和SystemVerilog中的基本数据类型。(该段内容引用自 @Dr. Pong P. Chu 的书籍列表之《FPGA
阅读全文
