Our jelly-bean tasting business became very successful, so we decided to expand our business into partnership with another jelly-bean taster. During the process of the merger, however, we found that the partner had slightly different register structure than ours. We Read More …
Tag: uvm_reg_block
UVM Tutorial for Candy Lovers – 24. Register Access through the Back Door
Last Updated: February 14, 2015 (fixed broken EDA Playground link) This post will add back-door access to the registers defined in Register Abstraction. With a few additional lines of code, you can access the registers through the back door. DUT Read More …
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 – 9. Register Abstraction
Last Updated on November 6, 2016 This post will explain how to use the UVM Register Abstraction Layer (RAL) to generate register transactions.