Posted by uvmbee on May 10, 2023
UVM Hello, I have a fundamental question about using RAL. In the reference, The general sequence task can be repleaced to RAL sequence as below. //General Sequence task virtual task body (); `uvm_do_with (req, {addr == ’h0; kind == UMV_READ;}); `uvm_do_wi ...
Question