On SystemVerilog Coding Conventions - Challenging the Status Quo
When I first started out I remember reading all of these nice naming conventions for SystemVerilog. For example, when developing a new verification component...
When I first started out I remember reading all of these nice naming conventions for SystemVerilog. For example, when developing a new verification component...
The goal of modern verification techniques is to do as much as possible with as little code as possible. This is best done with a "write once, tweak everywhe...
This week I stumbled on an issue with the UVM base class library (BCL). I was using the register layer to access some memories and some things just didn't ad...
We're not going to be looking at any code in this post. We are, however, going to examine the impact the length of the tests we write has on various aspects ...
It's been quite a while since we've solved the zebra puzzle using SystemVerilog. In this post we'll look at another oldie, but a goldie called the n-queens p...