Gotcha: Using “rand” Modifier for Object Handles is not enough! SystemVerilog allows rand modifier to be used for object handles and the object will be randomized only if it is not null. The “gotcha” is Read More AMIQ Consulting May 25, 2015 No Comments
Recommended Articles – February 2015 Although February was a 28 days month the Verification community was more active than on a 31 days month. The random generation strategy could be Read More Aurelian Ionel Munteanu March 17, 2015 No Comments
Gotcha: Function Calls in SystemVerilog Constraints SystemVerilog allows to call functions inside constraints, although, as I found out, it is a sensitive topic. Here is an example: class constraint_container; rand int Read More AMIQ Consulting March 12, 2015 3 Comments