Package: axi_channel_handler_pkg

Description

=================================================================================================

Constants

Name Type Value Description
C_SCOPE string "AXI_CHANNEL_HANDLER"

Functions

Description

Procedures


write_address_channel_write

This procedure writes adress on the write address channel

  • When the write is completed, a log message is issued with ID_CHANNEL_BFM

Description

write_data_channel_write

This procedure writes data on the write data channel

  • When the write is completed, a log message is issued with ID_CHANNEL_BFM

Description

write_response_channel_receive

This procedure receives the write response on the write response channel
and returns the response data

  • When completed, a log message with ID id_for_bfm is issued.

Description

read_address_channel_write

This procedure writes adress on the read address channel

  • When the write is completed, a log message is issued with ID_CHANNEL_BFM

Description

read_data_channel_receive

This procedure receives read data on the read data channel,
and returns the read data

  • When completed, a log message with ID id_for_bfm is issued.