Difference between uvm_tlm_fifo and uvm_tlm_analysis_fifo

Simple answer would be uvm_tlm_analysis_fifo would have inbuilt analysis ports, which might help in connecting to monitors or something similar.

uvm_tlm_analysis_fifo is extended from uvm_tlm_fifo itself, so should not differ much. :-)

  • Ashith