UVM_MEM with Write Only access

In reply to chr_sue:

We did not override the configure function. That function is called in the constructor of this memory as follows:


function new (string name = "my_mem");
   super.new(name, 256, 32, "WO", UVM_NO_COVERAGE);
endfunction : new