I came across this method of ral in register files
reg_name.set_cfg(16’h00, 16’h00, 16’h01, 4’h0, 16, 16’b1000000010000110)
please explain what each argument in the function signifies? also what’s difference over configure method in ral?
Thanks in advance,
Indrajeet
In reply to indrajeetpande:
The OVM does not have a RAL (Register Abstraction Layer). The UVM does, but there is no set_cfg method in it. There were a number of contributed RAL packaged that people created to work with the OVM, you will have to find out where it came from and contact them.