UVM_REG

Accessing Multiple Registers at Once

As I already mentioned, I gave a talk at DVCon Europe this year on how to implement burst accesses to memories modeled using UVM_REG. The motivation for that...

How Do I Transfer Thee? Let Me Count the Ways

I’ll be giving a talk this week at DVCon Europe about how to use the UVM REG classes to verify memory sub-systems. In particular, I’ll focus on how to transl...

Enum fields in UVM_REG

For some time now, I’ve been mulling over the problem of storing register field values as enumerations. Enumerations are a very handy tool to improve code re...