In scoreboard if we use two uvm_tlm_analysis_fifo and uvm_analysis_export and connect those export with analysis_fifo's analysis_export in connect phase . In that case do we need to write two explicit write method for that?

In reply to Subhra Bera:

No, you do not need to implement a
write()
method, the uvm_tlm_analysis_fifo implements it for you. A handle to that implentation is what gets exported by the analysis_fifo’s analysis_export.