FIFO read error

Hello,

I have designed a simple FIFO and tried verification using UVM. I am unable to get the Read operation correctly. In the log files, you will observe that for second read operation, FIFO is still giving out D_out=0, but in fact, it should be f8. I will be grateful for any help.

Here is the link: FIFO - EDA Playground

Regards,

In reply to SV26:

your DUT has many coding issues. fix that first. I have fixed your source code to resolve the rdata.

In reply to rag123:

Thanks a lot, that solves my issue.