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
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