In some design, when one register is written, another register takes a new value. This article will explain how to model this behavior using a register callback. Registers in Jelly Bean Taster In Register Abstraction, we defined two registers; RECIPE Read More …
Tag: uvm_reg_item
UVM Tutorial for Candy Lovers – 17. Register Read Demystified
Last Updated: December 28, 2013 In the last post, Register Access Methods, we looked at the primary methods of RAL and showed how they worked. This post will further focus on the read() method and show how the method actually Read More …
UVM Tutorial for Candy Lovers – 16. Register Access Methods
Last Updated on April 11, 2014 The register abstraction layer (RAL) of UVM provides several methods to access registers. This post will explain how the register-access methods work.