In reply to vickydhudashia:
Each sequence which generates seq_items has to be parameterized with the corresponding seq_item (see line 27 in the testbench.
class base_seq extends uvm_sequence #(base_tr);
In reply to vickydhudashia:
Each sequence which generates seq_items has to be parameterized with the corresponding seq_item (see line 27 in the testbench.
class base_seq extends uvm_sequence #(base_tr);