ffifo uvm(17) - EDA Playground : this is the eda code for this code. previously this code is working without this error . can anyone tell me what kind of error it Is and how it can resolve
Your design misses these 2 lines
`include “uvm_macros.svh”
import uvm_pkg::*;
in front of the code.
ya . thanx i got the issue its with the uvm_info
