Normal Read and write to Memory Verification uvm testbench
Functional Verification, System Verilog, UVM 0 CommentsWhat is memory Memory is electronic component which can store information. it stores at certain address while reading from memory it retrieve the data from certain memory Block Diagram of Memory DUT module memory #( parameter ADDR_WIDTH = 32, parameter DATA_WIDTH = 64 ) ( input clk, input reset, //control signals input [ADDR_WIDTH-1:0] addr, input wr_en,