Writing values into memory and reading those values. Timing Issue!!!
Hi, I am trying to design a memory (logic [7:0] memory [0:31]) in system verilog. First I write 0s into all the address of my memory, then I read one by one. After writing 0 into the address m...