Posted by Keiichi McGuire on Nov 17, 2020
UVM #uvm #UVM #RAL As a brute force method, I can call sample_values() inside an always block @(posedge clk). However, this is not very performance efficient. I'm not quite clear on how a RAL's built in write()/read() API call goes through, but ...
Question