SCOREBOARD

protected uvm_tlm_analysis_fifo #(T) before_fifo, after_fifo;

/*********************************************************////////
uvm_tlm_analysis_fifo #(T)
this T is transaction class or something else.

In reply to hurmath@fldec:

T is of type transaction or uvm_seq_item.

Thanks sir