UVM Error : The definition for the forward-referenced interface

In reply to ritheshraj:

The declaration of your virtual interface handle in your monitor is incorrect. You don’t add the keyword ‘interface’.

You want:


virtual fifoPorts itf;