Posted by t.sukanthi on Sep 8, 2017
UVM RAL Advanced UVM Register I already have a working UVM RegModel built for an IP (class IP_regmodel) Now I have to instantiate this IP two times in my Testbench. How can I extend this RegModel now? Because the register addresses for both the IPs are th ...
Question