Avalon Verification IP Suite: User Guide

ID 683439
Date 2/17/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

6.4.15. get_command_request()

Prototype:

Request_t get_command_request()

Arguments:

Verilog HDL: None

VHDL: command_request, bfm_id, req_if(bfm_id)

Returns:

Request_t (enumerated type)

Description:

Gets the received command descriptor to determine command request type. A command type may be REQ_READ or REQ_WRITE. These type values are defined in the enumerated type called Request_t, which is imported with the package named altera_avalon_mm_pkg.
Language support: Verilog HDL, VHDL