“What are you implying?” - Overlapped Implication in e
A feature where SystemVerilog really shines for hardware verification is its assertion language. Making it easy to specify complex requirements in a clear an...
A feature where SystemVerilog really shines for hardware verification is its assertion language. Making it easy to specify complex requirements in a clear an...
One of the most useful additions of OVM 2.1 was the objection mechanism. You could raise an objection when starting your main traffic sequence and drop it on...
As promised in my last post, today we’re going to look at how to define a custom field access policy in the UVM register package.
A big part of verifying a design is checking its registers. A register packages is usually used to accomplish this task. It provides an abstract way of descr...
Doing constrained random verification is pretty easy on paper. You know what the transactions look like and what constraints you want to apply to their field...