TLM_ANALAYSIS_FIFO

Hello all,

Can anyone tell the usage of get_ap and put_ap available with tlm_fifo.

Thanks in advance.
Shreemant

From the UVM Reference Guide:
put_ap: Transactions passed via put or try_put (via any port connected to the put_export) are sent out this port via its write method.
get_ap: Transactions passed via get, try_get, peek, or try_peek (via any port connected to the get_peek_export) are sent out this port via its write method.