In reply to Antonio:
Hi,
As UVM library is implemented with SystemVerilog language, you can use same approach you were using with SV testbench. If memory reside in DUV, in top module use $readmemh(“input.hex”, dut_instance.memory)
In reply to Antonio:
Hi,
As UVM library is implemented with SystemVerilog language, you can use same approach you were using with SV testbench. If memory reside in DUV, in top module use $readmemh(“input.hex”, dut_instance.memory)