In reply to ramankaur09:
2 things:
(1) you do not show how you are packaging your driver/monitor etc.
(2) your driver has to be parameterized with your seq_item like this
class axi_driver extends uvm_driver(axi_item);
In reply to ramankaur09:
2 things:
(1) you do not show how you are packaging your driver/monitor etc.
(2) your driver has to be parameterized with your seq_item like this
class axi_driver extends uvm_driver(axi_item);